Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp512 const LocationContext *NContext = N->getLocationContext(); in getAllocationNode() local
513 if (NContext == LeakContext || in getAllocationNode()
514 NContext->isParentOf(LeakContext)) in getAllocationNode()
DRetainCountChecker.cpp2202 const LocationContext *NContext = N->getLocationContext(); in GetAllocationSite() local
2229 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
2240 SVal RecV = St->getSVal(RecExpr, NContext); in GetAllocationSite()
DMallocChecker.cpp2032 const LocationContext *NContext = N->getLocationContext(); in getAllocationSite() local
2033 if (NContext == LeakContext || in getAllocationSite()
2034 NContext->isParentOf(LeakContext)) in getAllocationSite()