Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5251 auto IterB = RHS.begin(), EndB = RHS.end(); in getIntersection() local
5259 while (IterA != EndA && IterB != EndB) { in getIntersection()
5261 FunctionEffectWithCondition B = *IterB; in getIntersection()
5265 ++IterB; in getIntersection()
5269 ++IterB; in getIntersection()