Lines Matching refs:LastIteration
9614 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local
9623 LastIteration = LastIteration32; in checkOpenMPLoop()
9624 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()
9634 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9638 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()
9640 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()
9641 CurScope, LastIteration.get()->getExprLoc(), BO_Sub, in checkOpenMPLoop()
9642 LastIteration.get(), in checkOpenMPLoop()
9644 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9650 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); in checkOpenMPLoop()
9654 tryBuildCapture(SemaRef, LastIteration.get(), Captures); in checkOpenMPLoop()
9655 LastIteration = SaveRef; in checkOpenMPLoop()
9683 SemaRef.AddInitializerToDecl(UBDecl, LastIteration.get(), in checkOpenMPLoop()
9706 UB.get(), LastIteration.get()); in checkOpenMPLoop()
9708 LastIteration.get()->getExprLoc(), InitLoc, IsUBGreater.get(), in checkOpenMPLoop()
9709 LastIteration.get(), UB.get()); in checkOpenMPLoop()
9731 SemaRef.AddInitializerToDecl(CombUBDecl, LastIteration.get(), in checkOpenMPLoop()
9735 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get()); in checkOpenMPLoop()
9738 LastIteration.get(), CombUB.get()); in checkOpenMPLoop()
10098 Built.LastIteration = LastIteration.get(); in checkOpenMPLoop()