Home
last modified time | relevance | path

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

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