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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp492 const LocationContext *LeakContext = N->getLocationContext(); local
503 if (NContext == LeakContext ||
504 NContext->isParentOf(LeakContext))
H A DMallocChecker.cpp2019 const LocationContext *LeakContext = N->getLocationContext(); local
2040 (VR->getStackFrame() == LeakContext->getCurrentStackFrame()))
2049 if (NContext == LeakContext ||
2050 NContext->isParentOf(LeakContext))
H A DRetainCountChecker.cpp2219 const LocationContext *LeakContext = N->getLocationContext(); local
2240 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame())
2254 if (NContext == LeakContext || NContext->isParentOf(LeakContext))
2289 if (N->getLocationContext() != LeakContext) {

Completed in 137 milliseconds