Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2500 std::unique_ptr<ExplodedGraph> TrimmedGraph; member in __anon921f85140211::BugPathGetter
2565 TrimmedGraph = OriginalGraph->trim(Nodes, &ForwardMap); in BugPathGetter()
2586 assert(TrimmedGraph->num_roots() == 1); in BugPathGetter()
2587 WS.push(*TrimmedGraph->roots_begin()); in BugPathGetter()