Searched defs:AllocNode (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp503 const ExplodedNode *AllocNode = N; local
513 AllocNode = N;
517 return AllocNode;
534 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); local
536 ProgramPoint P = AllocNode->getLocation();
545 AllocNode->getLocationContext());
549 AllocNode->getLocationContext()->getDecl());
H A DMallocChecker.cpp2014 const ExplodedNode *AllocNode = N; local
2043 AllocNode = N;
2047 return LeakInfo(AllocNode, ReferenceRegion);
2086 const ExplodedNode *AllocNode = nullptr; local
2088 std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C);
2090 ProgramPoint P = AllocNode->getLocation();
2099 AllocNode->getLocationContext());
2112 AllocNode->getLocationContext()->getDecl());
H A DRetainCountChecker.cpp2404 const ExplodedNode *AllocNode = nullptr; local
2411 AllocNode = AllocI.N;
2420 ProgramPoint P = AllocNode->getLocation();
2429 AllocNode->getLocationContext());
2435 UniqueingDecl = AllocNode->getLocationContext()->getDecl();

Completed in 78 milliseconds