Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2528 std::unique_ptr<ExplodedGraph> TrimmedGraph; member in __anon2f4a13600211::BugPathGetter
2593 TrimmedGraph = OriginalGraph->trim(Nodes, &ForwardMap); in BugPathGetter()
2614 assert(TrimmedGraph->num_roots() == 1); in BugPathGetter()
2615 WS.push(*TrimmedGraph->roots_begin()); in BugPathGetter()