Searched refs:IterRef (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamArray.h | 165 : IterRef(Array.Stream.drop_front(Offset)), Extract(E), in VarStreamArrayIterator() 167 if (IterRef.getLength() == 0) in VarStreamArrayIterator() 170 auto EC = Extract(IterRef, ThisLen, ThisValue); in VarStreamArrayIterator() 186 return IterRef == R.IterRef; 207 IterRef = IterRef.drop_front(ThisLen); 208 if (IterRef.getLength() == 0) { 214 auto EC = Extract(IterRef, ThisLen, ThisValue); 243 BinaryStreamRef IterRef; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 8512 auto IterRef = [&] { in visitSubobjectArray() local 8522 Loc, BO_NE, IterRef(), in visitSubobjectArray() 8527 ExprResult Inc = S.CreateBuiltinUnaryOp(Loc, UO_PreInc, IterRef()); in visitSubobjectArray() 8534 return S.CreateBuiltinArraySubscriptExpr(E.get(), Loc, IterRef(), Loc); in visitSubobjectArray()
|