Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDValistChecker.cpp238 const LocationContext *NContext = N->getLocationContext(); in getStartCallSite() local
239 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in getStartCallSite()
HDMacOSKeychainAPIChecker.cpp454 const LocationContext *NContext = N->getLocationContext(); in getAllocationNode() local
455 if (NContext == LeakContext || in getAllocationNode()
456 NContext->isParentOf(LeakContext)) in getAllocationNode()
HDMallocChecker.cpp2770 const LocationContext *NContext = N->getLocationContext(); in getAllocationSite() local
2771 if (NContext == LeakContext || in getAllocationSite()
2772 NContext->isParentOf(LeakContext)) in getAllocationSite()
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountDiagnostics.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()