Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h164 unsigned visualizeExplodedGraphWithGraphViz : 1; variable
437 visualizeExplodedGraphWithGraphViz(0), in AnalyzerOptions()
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h105 return options.visualizeExplodedGraphWithGraphViz || in shouldVisualize()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp665 if (Mgr->options.visualizeExplodedGraphWithGraphViz) in ActionExprEngine()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp223 Opts.visualizeExplodedGraphWithGraphViz = in ParseAnalyzerArgs()