Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h201 std::string DumpExplodedGraphTo; variable
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp736 if (!Mgr->options.DumpExplodedGraphTo.empty()) in RunPathSensitiveChecks()
737 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); in RunPathSensitiveChecks()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5265 MarshallingInfoString<AnalyzerOpts<"DumpExplodedGraphTo">>;