Home
last modified time | relevance | path

Searched refs:NContext (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp502 const LocationContext *NContext = N->getLocationContext(); in getAllocationNode() local
503 if (NContext == LeakContext || in getAllocationNode()
504 NContext->isParentOf(LeakContext)) in getAllocationNode()
DRetainCountChecker.cpp2227 const LocationContext *NContext = N->getLocationContext(); in GetAllocationSite() local
2254 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
2265 SVal RecV = St->getSVal(RecExpr, NContext); in GetAllocationSite()
DMallocChecker.cpp2048 const LocationContext *NContext = N->getLocationContext(); in getAllocationSite() local
2049 if (NContext == LeakContext || in getAllocationSite()
2050 NContext->isParentOf(LeakContext)) in getAllocationSite()