Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h306 std::unique_ptr<ExplodedGraph> MakeEmptyGraph() const { in MakeEmptyGraph() function
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp394 std::unique_ptr<ExplodedGraph> G = MakeEmptyGraph(); in trim()