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()
2487 const ExplodedNode *AllocNode = N; in getAllocationSite() local2515 AllocNode = N; in getAllocationSite()2519 return LeakInfo(AllocNode, ReferenceRegion); in getAllocationSite()2558 const ExplodedNode *AllocNode = nullptr; in HandleLeak() local2560 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()
888 const ExplodedNode *AllocNode = nullptr; in deriveAllocLocation() local895 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()