Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h157 unsigned visualizeExplodedGraphWithGraphViz : 1; variable
429 visualizeExplodedGraphWithGraphViz(0), in AnalyzerOptions()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h102 return options.visualizeExplodedGraphWithGraphViz || in shouldVisualize()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp659 if (Mgr->options.visualizeExplodedGraphWithGraphViz) in ActionExprEngine()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp222 Opts.visualizeExplodedGraphWithGraphViz = in ParseAnalyzerArgs()