Searched refs:DumpGraph (Results 1 – 3 of 3) sorted by relevance
242 std::string DumpGraph(bool trim = false, StringRef Filename="");247 std::string DumpGraph(ArrayRef<const ExplodedNode *> Nodes,
688 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); in RunPathSensitiveChecks()
3219 std::string Filename = DumpGraph(trim); in ViewGraph()3229 std::string Filename = DumpGraph(Nodes); in ViewGraph()3236 std::string ExprEngine::DumpGraph(bool trim, StringRef Filename) { in DumpGraph() function in ExprEngine3251 return DumpGraph(Src, Filename); in DumpGraph()3263 std::string ExprEngine::DumpGraph(ArrayRef<const ExplodedNode*> Nodes, in DumpGraph() function in ExprEngine