Searched defs:LeakContext (Results 1 - 3 of 3) sorted by relevance

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

Completed in 1022 milliseconds