Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp236 BumpVectorContext &Ctx = G.getNodeAllocator(); in addNode()
246 V->push_back(N, G.getNodeAllocator()); in addNode()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h425 BumpVectorContext &getNodeAllocator() { return BVC; } in getNodeAllocator() function