Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h366 std::unique_ptr<ExplodedGraph> MakeEmptyGraph() const { in MakeEmptyGraph() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp485 std::unique_ptr<ExplodedGraph> G = MakeEmptyGraph(); in trim()