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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2144 const ExplodedNode *AllocationNode = N; local
2172 // AllocationNode is the last node in which the symbol was tracked.
2173 AllocationNode = N;
2202 const ProgramPoint AllocPP = AllocationNode->getLocation();

Completed in 211 milliseconds