Searched refs:visualizeExplodedGraphWithGraphViz (Results 1 – 8 of 8) sorted by relevance
168 unsigned visualizeExplodedGraphWithGraphViz : 1; variable549 visualizeExplodedGraphWithGraphViz(0), in AnalyzerOptions()
250 unsigned visualizeExplodedGraphWithGraphViz : 1; variable310 visualizeExplodedGraphWithGraphViz(false), UnoptimizedCFG(false), in AnalyzerOptions()
105 return options.visualizeExplodedGraphWithGraphViz || in shouldVisualize()
101 return options.visualizeExplodedGraphWithGraphViz; in shouldVisualize()
710 if (Mgr->options.visualizeExplodedGraphWithGraphViz) in RunPathSensitiveChecks()
671 if (Mgr->options.visualizeExplodedGraphWithGraphViz) in ActionExprEngine()
242 Opts.visualizeExplodedGraphWithGraphViz = in ParseAnalyzerArgs()
3754 MarshallingInfoFlag<"AnalyzerOpts->visualizeExplodedGraphWithGraphViz">;