Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1867 GPair = MakeReportGraph(&getGraph(), errorNodes); in GeneratePathDiagnostic() local
1870 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()