Lines Matching defs:LastIteration
9802 ExprResult LastIteration = LastIteration64;
9811 LastIteration = LastIteration32;
9812 QualType VType = LastIteration.get()->getType();
9822 if (!LastIteration.isUsable())
9826 ExprResult NumIterations = LastIteration;
9828 LastIteration = SemaRef.BuildBinOp(
9829 CurScope, LastIteration.get()->getExprLoc(), BO_Sub,
9830 LastIteration.get(),
9832 if (!LastIteration.isUsable())
9838 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context);
9842 tryBuildCapture(SemaRef, LastIteration.get(), Captures);
9843 LastIteration = SaveRef;
9871 SemaRef.AddInitializerToDecl(UBDecl, LastIteration.get(),
9891 // Build expression: UB = min(UB, LastIteration)
9894 UB.get(), LastIteration.get());
9896 LastIteration.get()->getExprLoc(), InitLoc, IsUBGreater.get(),
9897 LastIteration.get(), UB.get());
9919 SemaRef.AddInitializerToDecl(CombUBDecl, LastIteration.get(),
9923 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get());
9926 LastIteration.get(), CombUB.get());
10284 Built.LastIteration = LastIteration.get();