Home
last modified time | relevance | path

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

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