Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp386 std::unique_ptr<ExplodedGraph> G = MakeEmptyGraph(); in trim()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h325 std::unique_ptr<ExplodedGraph> MakeEmptyGraph() const { in MakeEmptyGraph() function