Lines Matching refs:LastIteration
9060 ExprResult LastIteration = LastIteration64;
9069 LastIteration = LastIteration32;
9070 QualType VType = LastIteration.get()->getType();
9080 if (!LastIteration.isUsable())
9084 ExprResult NumIterations = LastIteration;
9086 LastIteration = SemaRef.BuildBinOp(
9087 CurScope, LastIteration.get()->getExprLoc(), BO_Sub,
9088 LastIteration.get(),
9090 if (!LastIteration.isUsable())
9096 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context);
9100 tryBuildCapture(SemaRef, LastIteration.get(), Captures);
9101 LastIteration = SaveRef;
9128 SemaRef.AddInitializerToDecl(UBDecl, LastIteration.get(),
9148 // Build expression: UB = min(UB, LastIteration)
9151 UB.get(), LastIteration.get());
9153 LastIteration.get()->getExprLoc(), InitLoc, IsUBGreater.get(),
9154 LastIteration.get(), UB.get());
9176 SemaRef.AddInitializerToDecl(CombUBDecl, LastIteration.get(),
9180 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get());
9183 LastIteration.get(), CombUB.get());
9531 Built.LastIteration = LastIteration.get();