Home
last modified time | relevance | path

Searched refs:AllocNode (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMacOSKeychainAPIChecker.cpp504 const ExplodedNode *AllocNode = N; in getAllocationNode() local
514 AllocNode = N; in getAllocationNode()
518 return AllocNode; in getAllocationNode()
535 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport() local
537 ProgramPoint P = AllocNode->getLocation(); in generateAllocatedDataNotReleasedReport()
546 AllocNode->getLocationContext()); in generateAllocatedDataNotReleasedReport()
550 AllocNode->getLocationContext()->getDecl()); in generateAllocatedDataNotReleasedReport()
HDMallocChecker.cpp2007 const ExplodedNode *AllocNode = N; in getAllocationSite() local
2036 AllocNode = N; in getAllocationSite()
2040 return LeakInfo(AllocNode, ReferenceRegion); in getAllocationSite()
2079 const ExplodedNode *AllocNode = nullptr; in reportLeak() local
2081 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()
HDRetainCountChecker.cpp2402 const ExplodedNode *AllocNode = nullptr; in CFRefLeakReport() local
2409 AllocNode = AllocI.N; in CFRefLeakReport()
2418 ProgramPoint P = AllocNode->getLocation(); in CFRefLeakReport()
2427 AllocNode->getLocationContext()); in CFRefLeakReport()
2433 UniqueingDecl = AllocNode->getLocationContext()->getDecl(); in CFRefLeakReport()