Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h237 std::string DumpGraph(bool trim = false, StringRef Filename="");
242 std::string DumpGraph(ArrayRef<const ExplodedNode *> Nodes,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp739 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); in RunPathSensitiveChecks()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3915 std::string Filename = DumpGraph(trim); in ViewGraph()
3920 std::string Filename = DumpGraph(Nodes); in ViewGraph()
3924 std::string ExprEngine::DumpGraph(bool trim, StringRef Filename) { in DumpGraph() function in ExprEngine
3937 return DumpGraph(Src, Filename); in DumpGraph()
3945 std::string ExprEngine::DumpGraph(ArrayRef<const ExplodedNode *> Nodes, in DumpGraph() function in ExprEngine