Home
last modified time | relevance | path

Searched refs:visualizeExplodedGraphWithGraphViz (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h168 unsigned visualizeExplodedGraphWithGraphViz : 1; variable
549 visualizeExplodedGraphWithGraphViz(0), in AnalyzerOptions()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h105 return options.visualizeExplodedGraphWithGraphViz || in shouldVisualize()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp671 if (Mgr->options.visualizeExplodedGraphWithGraphViz) in ActionExprEngine()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp242 Opts.visualizeExplodedGraphWithGraphViz = in ParseAnalyzerArgs()