Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp3093 ReportGraph ErrorGraph; in generatePathDiagnostic() local
3095 while (TrimG.popNextReportGraph(ErrorGraph)) { in generatePathDiagnostic()
3097 assert(ErrorGraph.Index < bugReports.size()); in generatePathDiagnostic()
3098 BugReport *R = bugReports[ErrorGraph.Index]; in generatePathDiagnostic()
3103 PathDiagnosticBuilder PDB(*this, R, ErrorGraph.BackMap, &PC); in generatePathDiagnostic()
3104 const ExplodedNode *N = ErrorGraph.ErrorNode; in generatePathDiagnostic()