Lines Matching refs:LastIteration
9757 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local
9766 LastIteration = LastIteration32; in checkOpenMPLoop()
9767 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()
9777 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9781 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()
9783 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()
9784 CurScope, LastIteration.get()->getExprLoc(), BO_Sub, in checkOpenMPLoop()
9785 LastIteration.get(), in checkOpenMPLoop()
9787 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9793 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); in checkOpenMPLoop()
9797 tryBuildCapture(SemaRef, LastIteration.get(), Captures); in checkOpenMPLoop()
9798 LastIteration = SaveRef; in checkOpenMPLoop()
9826 SemaRef.AddInitializerToDecl(UBDecl, LastIteration.get(), in checkOpenMPLoop()
9849 UB.get(), LastIteration.get()); in checkOpenMPLoop()
9851 LastIteration.get()->getExprLoc(), InitLoc, IsUBGreater.get(), in checkOpenMPLoop()
9852 LastIteration.get(), UB.get()); in checkOpenMPLoop()
9874 SemaRef.AddInitializerToDecl(CombUBDecl, LastIteration.get(), in checkOpenMPLoop()
9878 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get()); in checkOpenMPLoop()
9881 LastIteration.get(), CombUB.get()); in checkOpenMPLoop()
10239 Built.LastIteration = LastIteration.get(); in checkOpenMPLoop()