Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp494 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationNode() local
504 if (N->getLocationContext() == LeakContext) in getAllocationNode()
DMallocChecker.cpp1694 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationSite() local
1715 (VR->getStackFrame() == LeakContext->getCurrentStackFrame())) in getAllocationSite()
1723 if (N->getLocationContext() == LeakContext) in getAllocationSite()
DRetainCountChecker.cpp2147 const LocationContext *LeakContext = N->getLocationContext(); in GetAllocationSite() local
2168 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame()) in GetAllocationSite()
2177 if (NContext == LeakContext) in GetAllocationSite()
2212 if (N->getLocationContext() != LeakContext) { in GetAllocationSite()