Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h264 unsigned visualizeExplodedGraphWithGraphViz : 1; variable
325 TrimGraph(false), visualizeExplodedGraphWithGraphViz(false), in AnalyzerOptions()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h102 return options.visualizeExplodedGraphWithGraphViz; in shouldVisualize()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp781 if (Mgr->options.visualizeExplodedGraphWithGraphViz) in RunPathSensitiveChecks()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7438 MarshallingInfoFlag<AnalyzerOpts<"visualizeExplodedGraphWithGraphViz">>;