Searched refs:visualizeExplodedGraphWithGraphViz (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.h | 168 unsigned visualizeExplodedGraphWithGraphViz : 1; variable 549 visualizeExplodedGraphWithGraphViz(0), in AnalyzerOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.h | 234 unsigned visualizeExplodedGraphWithGraphViz : 1; variable 295 TrimGraph(false), visualizeExplodedGraphWithGraphViz(false), in AnalyzerOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.h | 235 unsigned visualizeExplodedGraphWithGraphViz : 1; variable 297 visualizeExplodedGraphWithGraphViz(false), UnoptimizedCFG(false), in AnalyzerOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.h | 234 unsigned visualizeExplodedGraphWithGraphViz : 1; variable 295 TrimGraph(false), visualizeExplodedGraphWithGraphViz(false), in AnalyzerOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.h | 234 unsigned visualizeExplodedGraphWithGraphViz : 1; variable 295 TrimGraph(false), visualizeExplodedGraphWithGraphViz(false), in AnalyzerOptions()
|
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | AnalysisManager.h | 105 return options.visualizeExplodedGraphWithGraphViz || in shouldVisualize()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 101 return options.visualizeExplodedGraphWithGraphViz; in shouldVisualize()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 101 return options.visualizeExplodedGraphWithGraphViz; in shouldVisualize()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 101 return options.visualizeExplodedGraphWithGraphViz; in shouldVisualize()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 101 return options.visualizeExplodedGraphWithGraphViz; in shouldVisualize()
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 671 if (Mgr->options.visualizeExplodedGraphWithGraphViz) in ActionExprEngine()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 242 Opts.visualizeExplodedGraphWithGraphViz = in ParseAnalyzerArgs()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/ |
D | Options.inc | 7653 … using GraphViz", nullptr, nullptr, true, 0, AnalyzerOpts->visualizeExplodedGraphWithGraphViz, fal…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/ |
D | Options.inc | 7800 … using GraphViz", nullptr, nullptr, true, 0, AnalyzerOpts->visualizeExplodedGraphWithGraphViz, fal…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/ |
D | Options.inc | 7800 … using GraphViz", nullptr, nullptr, true, 0, AnalyzerOpts->visualizeExplodedGraphWithGraphViz, fal…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/ |
D | Options.inc | 7942 …}}, nullptr) }}), nullptr, nullptr, true, 0, AnalyzerOpts->visualizeExplodedGraphWithGraphViz, fal…
|