Searched refs:AllocNode (Results 1 – 3 of 3) sorted by relevance
455 const ExplodedNode *AllocNode = N; in getAllocationNode() local465 AllocNode = N; in getAllocationNode()469 return AllocNode; in getAllocationNode()486 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport() local487 const Stmt *AllocStmt = AllocNode->getStmtForDiagnostics(); in generateAllocatedDataNotReleasedReport()492 AllocNode->getLocationContext()); in generateAllocatedDataNotReleasedReport()496 AllocNode->getLocationContext()->getDecl()); in generateAllocatedDataNotReleasedReport()
2692 const ExplodedNode *AllocNode = N; in getAllocationSite() local2720 AllocNode = N; in getAllocationSite()2724 return LeakInfo(AllocNode, ReferenceRegion); in getAllocationSite()2763 const ExplodedNode *AllocNode = nullptr; in HandleLeak() local2765 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()
884 const ExplodedNode *AllocNode = nullptr; in deriveAllocLocation() local891 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()