Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp510 const LocationContext *NContext = N->getLocationContext(); in getAllocationNode() local
511 if (NContext == LeakContext || in getAllocationNode()
512 NContext->isParentOf(LeakContext)) in getAllocationNode()
DRetainCountChecker.cpp2226 const LocationContext *NContext = N->getLocationContext(); in GetAllocationSite() local
2253 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
2264 SVal RecV = St->getSVal(RecExpr, NContext); in GetAllocationSite()
DMallocChecker.cpp2040 const LocationContext *NContext = N->getLocationContext(); in getAllocationSite() local
2041 if (NContext == LeakContext || in getAllocationSite()
2042 NContext->isParentOf(LeakContext)) in getAllocationSite()