Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp225 const LocationContext *LeakContext = N->getLocationContext(); in getStartCallSite() local
239 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in getStartCallSite()
H A DMallocChecker.cpp2742 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationSite() local
2762 if (!VR || (VR->getStackFrame() == LeakContext->getStackFrame())) in getAllocationSite()
2771 if (NContext == LeakContext || in getAllocationSite()
2772 NContext->isParentOf(LeakContext)) in getAllocationSite()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A 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()