Lines Matching refs:LastIteration
9697 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local
9706 LastIteration = LastIteration32; in checkOpenMPLoop()
9707 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()
9717 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9721 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()
9723 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()
9724 CurScope, LastIteration.get()->getExprLoc(), BO_Sub, in checkOpenMPLoop()
9725 LastIteration.get(), in checkOpenMPLoop()
9727 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9733 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); in checkOpenMPLoop()
9737 tryBuildCapture(SemaRef, LastIteration.get(), Captures); in checkOpenMPLoop()
9738 LastIteration = SaveRef; in checkOpenMPLoop()
9766 SemaRef.AddInitializerToDecl(UBDecl, LastIteration.get(), in checkOpenMPLoop()
9789 UB.get(), LastIteration.get()); in checkOpenMPLoop()
9791 LastIteration.get()->getExprLoc(), InitLoc, IsUBGreater.get(), in checkOpenMPLoop()
9792 LastIteration.get(), UB.get()); in checkOpenMPLoop()
9814 SemaRef.AddInitializerToDecl(CombUBDecl, LastIteration.get(), in checkOpenMPLoop()
9818 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get()); in checkOpenMPLoop()
9821 LastIteration.get(), CombUB.get()); in checkOpenMPLoop()
10181 Built.LastIteration = LastIteration.get(); in checkOpenMPLoop()