Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp235 BumpVectorContext &Ctx = G.getNodeAllocator(); in addNode()
244 V->push_back(N, G.getNodeAllocator()); in addNode()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h420 BumpVectorContext &getNodeAllocator() { return BVC; } in getNodeAllocator() function