Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp452 const ExplodedNode *AllocNode = N; in getAllocationNode() local
462 AllocNode = N; in getAllocationNode()
466 return AllocNode; in getAllocationNode()
483 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport() local
484 const Stmt *AllocStmt = PathDiagnosticLocation::getStmt(AllocNode); in generateAllocatedDataNotReleasedReport()
489 AllocNode->getLocationContext()); in generateAllocatedDataNotReleasedReport()
493 AllocNode->getLocationContext()->getDecl()); in generateAllocatedDataNotReleasedReport()
H A DMallocChecker.cpp2246 const ExplodedNode *AllocNode = N; in getAllocationSite() local
2275 AllocNode = N; in getAllocationSite()
2279 return LeakInfo(AllocNode, ReferenceRegion); in getAllocationSite()
2318 const ExplodedNode *AllocNode = nullptr; in reportLeak() local
2320 std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C); in reportLeak()
2322 const Stmt *AllocationStmt = PathDiagnosticLocation::getStmt(AllocNode); in reportLeak()
2326 AllocNode->getLocationContext()); in reportLeak()
2339 AllocNode->getLocationContext()->getDecl()); in reportLeak()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp733 const ExplodedNode *AllocNode = nullptr; in deriveAllocLocation() local
740 AllocNode = AllocI.N; in deriveAllocLocation()
748 AllocStmt = PathDiagnosticLocation::getStmt(AllocNode); in deriveAllocLocation()
757 AllocNode->getLocationContext()); in deriveAllocLocation()
763 UniqueingDecl = AllocNode->getLocationContext()->getDecl(); in deriveAllocLocation()