Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp238 const LocationContext *NContext = N->getLocationContext(); in getStartCallSite() local
239 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in getStartCallSite()
H A DMallocChecker.cpp2770 const LocationContext *NContext = N->getLocationContext(); in getAllocationSite() local
2771 if (NContext == LeakContext || in getAllocationSite()
2772 NContext->isParentOf(LeakContext)) in getAllocationSite()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp680 const LocationContext *NContext = N->getLocationContext(); in GetAllocationSite() local
707 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
718 SVal RecV = St->getSVal(RecExpr, NContext); in GetAllocationSite()