Searched refs:AllocNode (Results 1 – 3 of 3) sorted by relevance
452 const ExplodedNode *AllocNode = N; in getAllocationNode() local462 AllocNode = N; in getAllocationNode()466 return AllocNode; in getAllocationNode()483 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport() local484 const Stmt *AllocStmt = PathDiagnosticLocation::getStmt(AllocNode); in generateAllocatedDataNotReleasedReport()489 AllocNode->getLocationContext()); in generateAllocatedDataNotReleasedReport()493 AllocNode->getLocationContext()->getDecl()); in generateAllocatedDataNotReleasedReport()
2246 const ExplodedNode *AllocNode = N; in getAllocationSite() local2275 AllocNode = N; in getAllocationSite()2279 return LeakInfo(AllocNode, ReferenceRegion); in getAllocationSite()2318 const ExplodedNode *AllocNode = nullptr; in reportLeak() local2320 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()
733 const ExplodedNode *AllocNode = nullptr; in deriveAllocLocation() local740 AllocNode = AllocI.N; in deriveAllocLocation()748 AllocStmt = PathDiagnosticLocation::getStmt(AllocNode); in deriveAllocLocation()757 AllocNode->getLocationContext()); in deriveAllocLocation()763 UniqueingDecl = AllocNode->getLocationContext()->getDecl(); in deriveAllocLocation()