Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3095 ReportGraph ErrorGraph; in generatePathDiagnostic() local
3097 while (TrimG.popNextReportGraph(ErrorGraph)) { in generatePathDiagnostic()
3099 assert(ErrorGraph.Index < bugReports.size()); in generatePathDiagnostic()
3100 BugReport *R = bugReports[ErrorGraph.Index]; in generatePathDiagnostic()
3105 PathDiagnosticBuilder PDB(*this, R, ErrorGraph.BackMap, &PC); in generatePathDiagnostic()
3106 const ExplodedNode *N = ErrorGraph.ErrorNode; in generatePathDiagnostic()