Searched refs:IterA (Results 1 – 1 of 1) sorted by relevance
5250 auto IterA = LHS.begin(), EndA = LHS.end(); in getIntersection() local5259 while (IterA != EndA && IterB != EndB) { in getIntersection()5260 FunctionEffectWithCondition A = *IterA; in getIntersection()5263 ++IterA; in getIntersection()5268 ++IterA; in getIntersection()