Searched refs:OrigN (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2934 const ExplodedNode *OrigN; local
2935 std::tie(OrigN, GraphWrapper.Index) = ReportNodes.pop_back_val();
2936 assert(PriorityMap.find(OrigN) != PriorityMap.end() &&
2951 ExplodedNode *NewN = GNew->getNode(OrigN->getLocation(), OrigN->getState(),
2952 OrigN->isSink());
2955 InterExplodedGraphMap::const_iterator IMitr = InverseMap.find(OrigN);
2968 if (OrigN->pred_empty()) {
2975 OrigN = *std::min_element(OrigN
[all...]

Completed in 432 milliseconds