Home
last modified time | relevance | path

Searched refs:NContext (Results 1 – 4 of 4) 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 DMacOSKeychainAPIChecker.cpp453 const LocationContext *NContext = N->getLocationContext(); in getAllocationNode() local
454 if (NContext == LeakContext || in getAllocationNode()
455 NContext->isParentOf(LeakContext)) in getAllocationNode()
H A DMallocChecker.cpp2956 const LocationContext *NContext = N->getLocationContext(); in getAllocationSite() local
2957 if (NContext == LeakContext || in getAllocationSite()
2958 NContext->isParentOf(LeakContext)) in getAllocationSite()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp681 const LocationContext *NContext = N->getLocationContext(); in GetAllocationSite() local
708 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
719 SVal RecV = St->getSVal(RecExpr, NContext); in GetAllocationSite()