Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2929 InterExplodedGraphMap::const_iterator IMitr = InverseMap.find(OrigN); in popNextReportGraph() local
2930 assert(IMitr != InverseMap.end() && "No mapping to original node."); in popNextReportGraph()
2931 GraphWrapper.BackMap[NewN] = IMitr->second; in popNextReportGraph()