Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DValistChecker.cpp226 const LocationContext *LeakContext = N->getLocationContext(); in getStartCallSite() local
240 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in getStartCallSite()
DMacOSKeychainAPIChecker.cpp452 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationNode() local
463 if (NContext == LeakContext || in getAllocationNode()
464 NContext->isParentOf(LeakContext)) in getAllocationNode()
DMallocChecker.cpp2689 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationSite() local
2709 if (!VR || (VR->getStackFrame() == LeakContext->getStackFrame())) in getAllocationSite()
2718 if (NContext == LeakContext || in getAllocationSite()
2719 NContext->isParentOf(LeakContext)) in getAllocationSite()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.cpp672 const LocationContext *LeakContext = N->getLocationContext(); in GetAllocationSite() local
693 if (MR->getStackFrame() == LeakContext->getStackFrame()) in GetAllocationSite()
707 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
745 LeakContext) in GetAllocationSite()