Home
last modified time | relevance | path

Searched refs:DumpExplodedGraphTo (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h184 std::string DumpExplodedGraphTo; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp744 if (!Mgr->options.DumpExplodedGraphTo.empty()) in RunPathSensitiveChecks()
745 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); in RunPathSensitiveChecks()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp300 Opts.DumpExplodedGraphTo = Args.getLastArgValue(OPT_analyzer_dump_egraph); in ParseAnalyzerArgs()