Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2692 const ExplodedNode *AllocNode = N; in getAllocationSite() local
2720 AllocNode = N; in getAllocationSite()
2724 return LeakInfo(AllocNode, ReferenceRegion); in getAllocationSite()
2763 const ExplodedNode *AllocNode = nullptr; in HandleLeak() local
2765 std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C); in HandleLeak()
2767 const Stmt *AllocationStmt = AllocNode->getStmtForDiagnostics(); in HandleLeak()
2771 AllocNode->getLocationContext()); in HandleLeak()
2784 AllocNode->getLocationContext()->getDecl()); in HandleLeak()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp884 const ExplodedNode *AllocNode = nullptr; in deriveAllocLocation() local
891 AllocNode = AllocI.N; in deriveAllocLocation()
899 AllocStmt = AllocNode->getStmtForDiagnostics(); in deriveAllocLocation()
907 AllocStmt, SMgr, AllocNode->getLocationContext()); in deriveAllocLocation()
913 UniqueingDecl = AllocNode->getLocationContext()->getDecl(); in deriveAllocLocation()