Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2327 bool popNextReportGraph(ReportGraph &GraphWrapper);
2389 bool TrimmedGraph::popNextReportGraph(ReportGraph &GraphWrapper) { in popNextReportGraph() argument
2394 std::tie(OrigN, GraphWrapper.Index) = ReportNodes.pop_back_val(); in popNextReportGraph()
2401 GraphWrapper.BackMap.clear(); in popNextReportGraph()
2415 GraphWrapper.BackMap[NewN] = IMitr->second; in popNextReportGraph()
2421 GraphWrapper.ErrorNode = NewN; in popNextReportGraph()
2437 GraphWrapper.Graph = std::move(GNew); in popNextReportGraph()