Home
last modified time | relevance | path

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

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