OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNodeAllocator
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp
252
BumpVectorContext &Ctx = G.
getNodeAllocator
();
262
V->push_back(N, G.
getNodeAllocator
());
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
359
BumpVectorContext &
getNodeAllocator
() { return BVC; }
Completed in 43 milliseconds