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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h144 iterator RItr = RHS.begin(), REnd = RHS.end(); local
146 while (LItr != LEnd && RItr != REnd) {
147 if (&*LItr == &*RItr) {
149 RItr.skipSubTree();
153 if (!LItr->isElementEqual(&*RItr))
157 ++RItr;
160 return LItr == LEnd && RItr == REnd;

Completed in 108 milliseconds