Home
last modified time | relevance | path

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

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