Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp455 const ExplodedNode *AllocNode = N; in getAllocationNode() local
465 AllocNode = N; in getAllocationNode()
469 return AllocNode; in getAllocationNode()
486 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport() local
487 const Stmt *AllocStmt = AllocNode->getStmtForDiagnostics(); in generateAllocatedDataNotReleasedReport()
492 AllocNode->getLocationContext()); in generateAllocatedDataNotReleasedReport()
496 AllocNode->getLocationContext()->getDecl()); in generateAllocatedDataNotReleasedReport()
H A DMallocChecker.cpp2487 const ExplodedNode *AllocNode = N; in getAllocationSite() local
2515 AllocNode = N; in getAllocationSite()
2519 return LeakInfo(AllocNode, ReferenceRegion); in getAllocationSite()
2558 const ExplodedNode *AllocNode = nullptr; in HandleLeak() local
2560 std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C); in HandleLeak()
2562 const Stmt *AllocationStmt = AllocNode->getStmtForDiagnostics(); in HandleLeak()
2566 AllocNode->getLocationContext()); in HandleLeak()
2579 AllocNode->getLocationContext()->getDecl()); in HandleLeak()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp888 const ExplodedNode *AllocNode = nullptr; in deriveAllocLocation() local
895 AllocNode = AllocI.N; in deriveAllocLocation()
903 AllocStmt = AllocNode->getStmtForDiagnostics(); in deriveAllocLocation()
911 AllocStmt, SMgr, AllocNode->getLocationContext()); in deriveAllocLocation()
917 UniqueingDecl = AllocNode->getLocationContext()->getDecl(); in deriveAllocLocation()