Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.cpp620 Pointer IterB = B; in computeSplitPoint() local
622 Pointer CurB = IterB; in computeSplitPoint()
624 if (IterA.asBlockPointer().Base > IterB.asBlockPointer().Base) { in computeSplitPoint()
628 CurB = IterB; in computeSplitPoint()
629 IterB = getBase(IterB); in computeSplitPoint()
632 if (IterA == IterB) in computeSplitPoint()
635 if (IterA.isRoot() && IterB.isRoot()) in computeSplitPoint()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5534 auto IterB = RHS.begin(), EndB = RHS.end(); in getIntersection() local
5542 while (IterA != EndA && IterB != EndB) { in getIntersection()
5544 FunctionEffectWithCondition B = *IterB; in getIntersection()
5548 ++IterB; in getIntersection()
5552 ++IterB; in getIntersection()