Searched refs:AllocNode (Results 1 – 3 of 3) sorted by relevance
495 const ExplodedNode *AllocNode = N; in getAllocationNode() local505 AllocNode = N; in getAllocationNode()509 return AllocNode; in getAllocationNode()526 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport() local528 ProgramPoint P = AllocNode->getLocation(); in generateAllocatedDataNotReleasedReport()537 AllocNode->getLocationContext()); in generateAllocatedDataNotReleasedReport()541 AllocNode->getLocationContext()->getDecl()); in generateAllocatedDataNotReleasedReport()
2022 const ExplodedNode *AllocNode = N; in getAllocationSite() local2051 AllocNode = N; in getAllocationSite()2055 return LeakInfo(AllocNode, ReferenceRegion); in getAllocationSite()2094 const ExplodedNode *AllocNode = nullptr; in reportLeak() local2096 std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C); in reportLeak()2098 ProgramPoint P = AllocNode->getLocation(); in reportLeak()2107 AllocNode->getLocationContext()); in reportLeak()2120 AllocNode->getLocationContext()->getDecl()); in reportLeak()
2405 const ExplodedNode *AllocNode = nullptr; in CFRefLeakReport() local2412 AllocNode = AllocI.N; in CFRefLeakReport()2421 ProgramPoint P = AllocNode->getLocation(); in CFRefLeakReport()2430 AllocNode->getLocationContext()); in CFRefLeakReport()2436 UniqueingDecl = AllocNode->getLocationContext()->getDecl(); in CFRefLeakReport()