Searched refs:GPair (Results 1 – 1 of 1) sorted by relevance
1867 GPair = MakeReportGraph(&getGraph(), errorNodes); in GeneratePathDiagnostic() local1870 assert(GPair.second.second < bugReports.size()); in GeneratePathDiagnostic()1871 BugReport *R = bugReports[GPair.second.second]; in GeneratePathDiagnostic()1874 OwningPtr<ExplodedGraph> ReportGraph(GPair.first.first); in GeneratePathDiagnostic()1875 OwningPtr<NodeBackMap> BackMap(GPair.first.second); in GeneratePathDiagnostic()1876 const ExplodedNode *N = GPair.second.first; in GeneratePathDiagnostic()