Home
last modified time | relevance | path

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

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