Home
last modified time | relevance | path

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

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