Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp502 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationNode() local
513 if (NContext == LeakContext || in getAllocationNode()
514 NContext->isParentOf(LeakContext)) in getAllocationNode()
DMallocChecker.cpp2003 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationSite() local
2024 (VR->getStackFrame() == LeakContext->getCurrentStackFrame())) in getAllocationSite()
2033 if (NContext == LeakContext || in getAllocationSite()
2034 NContext->isParentOf(LeakContext)) in getAllocationSite()
DRetainCountChecker.cpp2194 const LocationContext *LeakContext = N->getLocationContext(); in GetAllocationSite() local
2215 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame()) in GetAllocationSite()
2229 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
2264 if (N->getLocationContext() != LeakContext) { in GetAllocationSite()