Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h168 unsigned visualizeExplodedGraphWithGraphViz : 1; variable
549 visualizeExplodedGraphWithGraphViz(0), in AnalyzerOptions()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h250 unsigned visualizeExplodedGraphWithGraphViz : 1; variable
310 visualizeExplodedGraphWithGraphViz(false), UnoptimizedCFG(false), in AnalyzerOptions()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h105 return options.visualizeExplodedGraphWithGraphViz || in shouldVisualize()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h101 return options.visualizeExplodedGraphWithGraphViz; in shouldVisualize()
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp710 if (Mgr->options.visualizeExplodedGraphWithGraphViz) in RunPathSensitiveChecks()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp671 if (Mgr->options.visualizeExplodedGraphWithGraphViz) in ActionExprEngine()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp242 Opts.visualizeExplodedGraphWithGraphViz = in ParseAnalyzerArgs()
/external/llvm-project/clang/include/clang/Driver/
DOptions.td3754 MarshallingInfoFlag<"AnalyzerOpts->visualizeExplodedGraphWithGraphViz">;