Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h364 std::unique_ptr<ExplodedGraph> MakeEmptyGraph() const { in MakeEmptyGraph() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp484 std::unique_ptr<ExplodedGraph> G = MakeEmptyGraph(); in trim()