Home
last modified time | relevance | path

Searched refs:DumpGraph (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h244 std::string DumpGraph(bool trim = false, StringRef Filename="");
249 std::string DumpGraph(ArrayRef<const ExplodedNode *> Nodes,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp738 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); in RunPathSensitiveChecks()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3555 std::string Filename = DumpGraph(trim); in ViewGraph()
3560 std::string Filename = DumpGraph(Nodes); in ViewGraph()
3564 std::string ExprEngine::DumpGraph(bool trim, StringRef Filename) { in DumpGraph() function in ExprEngine
3578 return DumpGraph(Src, Filename); in DumpGraph()
3586 std::string ExprEngine::DumpGraph(ArrayRef<const ExplodedNode *> Nodes, in DumpGraph() function in ExprEngine