Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h232 std::string DumpExplodedGraphTo; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp777 if (!Mgr->options.DumpExplodedGraphTo.empty()) in RunPathSensitiveChecks()
778 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); in RunPathSensitiveChecks()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7441 MarshallingInfoString<AnalyzerOpts<"DumpExplodedGraphTo">>;