Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp500 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationNode() local
511 if (NContext == LeakContext || in getAllocationNode()
512 NContext->isParentOf(LeakContext)) in getAllocationNode()
DRetainCountChecker.cpp2218 const LocationContext *LeakContext = N->getLocationContext(); in GetAllocationSite() local
2239 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame()) in GetAllocationSite()
2253 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
2288 if (N->getLocationContext() != LeakContext) { in GetAllocationSite()
DMallocChecker.cpp2011 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationSite() local
2032 (VR->getStackFrame() == LeakContext->getCurrentStackFrame())) in getAllocationSite()
2041 if (NContext == LeakContext || in getAllocationSite()
2042 NContext->isParentOf(LeakContext)) in getAllocationSite()