Searched refs:AllocNode (Results 1 – 3 of 3) sorted by relevance
504 const ExplodedNode *AllocNode = N; in getAllocationNode() local514 AllocNode = N; in getAllocationNode()518 return AllocNode; in getAllocationNode()535 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport() local537 ProgramPoint P = AllocNode->getLocation(); in generateAllocatedDataNotReleasedReport()546 AllocNode->getLocationContext()); in generateAllocatedDataNotReleasedReport()550 AllocNode->getLocationContext()->getDecl()); in generateAllocatedDataNotReleasedReport()
2007 const ExplodedNode *AllocNode = N; in getAllocationSite() local2036 AllocNode = N; in getAllocationSite()2040 return LeakInfo(AllocNode, ReferenceRegion); in getAllocationSite()2079 const ExplodedNode *AllocNode = nullptr; in reportLeak() local2081 std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C); in reportLeak()2083 ProgramPoint P = AllocNode->getLocation(); in reportLeak()2092 AllocNode->getLocationContext()); in reportLeak()2105 AllocNode->getLocationContext()->getDecl()); in reportLeak()
2402 const ExplodedNode *AllocNode = nullptr; in CFRefLeakReport() local2409 AllocNode = AllocI.N; in CFRefLeakReport()2418 ProgramPoint P = AllocNode->getLocation(); in CFRefLeakReport()2427 AllocNode->getLocationContext()); in CFRefLeakReport()2433 UniqueingDecl = AllocNode->getLocationContext()->getDecl(); in CFRefLeakReport()