Home
last modified time | relevance | path

Searched refs:getNodeAllocator (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp252 BumpVectorContext &Ctx = G.getNodeAllocator(); in addNode()
262 V->push_back(N, G.getNodeAllocator()); in addNode()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h369 BumpVectorContext &getNodeAllocator() { return BVC; } in getNodeAllocator() function