Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h242 std::string DumpGraph(bool trim = false, StringRef Filename="");
247 std::string DumpGraph(ArrayRef<const ExplodedNode *> Nodes,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3217 std::string Filename = DumpGraph(trim); in ViewGraph()
3227 std::string Filename = DumpGraph(Nodes); in ViewGraph()
3234 std::string ExprEngine::DumpGraph(bool trim, StringRef Filename) { in DumpGraph() function in ExprEngine
3249 return DumpGraph(Src, Filename); in DumpGraph()
3261 std::string ExprEngine::DumpGraph(ArrayRef<const ExplodedNode*> Nodes, in DumpGraph() function in ExprEngine
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp715 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); in RunPathSensitiveChecks()