Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h250 unsigned visualizeExplodedGraphWithGraphViz : 1; variable
309 visualizeExplodedGraphWithGraphViz(false), UnoptimizedCFG(false), in AnalyzerOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h101 return options.visualizeExplodedGraphWithGraphViz; in shouldVisualize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp718 if (Mgr->options.visualizeExplodedGraphWithGraphViz) in RunPathSensitiveChecks()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4615 MarshallingInfoFlag<AnalyzerOpts<"visualizeExplodedGraphWithGraphViz">>;