Searched refs:IterB (Results 1 – 1 of 1) sorted by relevance
5251 auto IterB = RHS.begin(), EndB = RHS.end(); in getIntersection() local5259 while (IterA != EndA && IterB != EndB) { in getIntersection()5261 FunctionEffectWithCondition B = *IterB; in getIntersection()5265 ++IterB; in getIntersection()5269 ++IterB; in getIntersection()