Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp495 const ExplodedNode *AllocNode = N; in getAllocationNode() local
505 AllocNode = N; in getAllocationNode()
509 return AllocNode; in getAllocationNode()
526 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); in generateAllocatedDataNotReleasedReport() local
528 ProgramPoint P = AllocNode->getLocation(); in generateAllocatedDataNotReleasedReport()
537 AllocNode->getLocationContext()); in generateAllocatedDataNotReleasedReport()
541 AllocNode->getLocationContext()->getDecl()); in generateAllocatedDataNotReleasedReport()
DMallocChecker.cpp2022 const ExplodedNode *AllocNode = N; in getAllocationSite() local
2051 AllocNode = N; in getAllocationSite()
2055 return LeakInfo(AllocNode, ReferenceRegion); in getAllocationSite()
2094 const ExplodedNode *AllocNode = nullptr; in reportLeak() local
2096 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()
DRetainCountChecker.cpp2405 const ExplodedNode *AllocNode = nullptr; in CFRefLeakReport() local
2412 AllocNode = AllocI.N; in CFRefLeakReport()
2421 ProgramPoint P = AllocNode->getLocation(); in CFRefLeakReport()
2430 AllocNode->getLocationContext()); in CFRefLeakReport()
2436 UniqueingDecl = AllocNode->getLocationContext()->getDecl(); in CFRefLeakReport()