Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h211 unsigned visualizeExplodedGraphWithGraphViz : 1; variable
267 TrimGraph(false), visualizeExplodedGraphWithGraphViz(false), in AnalyzerOptions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h103 return options.visualizeExplodedGraphWithGraphViz; in shouldVisualize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp748 if (Mgr->options.visualizeExplodedGraphWithGraphViz) in RunPathSensitiveChecks()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp298 Opts.visualizeExplodedGraphWithGraphViz = in ParseAnalyzerArgs()