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.h201 std::string DumpExplodedGraphTo; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp738 if (!Mgr->options.DumpExplodedGraphTo.empty()) in RunPathSensitiveChecks()
739 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); in RunPathSensitiveChecks()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6923 MarshallingInfoString<AnalyzerOpts<"DumpExplodedGraphTo">>;