Lines Matching refs:LastIteration
5271 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local
5280 LastIteration = LastIteration32; in checkOpenMPLoop()
5281 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()
5291 if (!LastIteration.isUsable()) in checkOpenMPLoop()
5295 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()
5297 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()
5298 CurScope, LastIteration.get()->getExprLoc(), BO_Sub, in checkOpenMPLoop()
5299 LastIteration.get(), in checkOpenMPLoop()
5301 if (!LastIteration.isUsable()) in checkOpenMPLoop()
5309 LastIteration.get()->isIntegerConstantExpr(Result, SemaRef.Context); in checkOpenMPLoop()
5313 tryBuildCapture(SemaRef, LastIteration.get(), Captures); in checkOpenMPLoop()
5314 LastIteration = SaveRef; in checkOpenMPLoop()
5340 SemaRef.AddInitializerToDecl(UBDecl, LastIteration.get(), in checkOpenMPLoop()
5363 UB.get(), LastIteration.get()); in checkOpenMPLoop()
5365 LastIteration.get()->getExprLoc(), InitLoc, IsUBGreater.get(), in checkOpenMPLoop()
5366 LastIteration.get(), UB.get()); in checkOpenMPLoop()
5388 SemaRef.AddInitializerToDecl(CombUBDecl, LastIteration.get(), in checkOpenMPLoop()
5392 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get()); in checkOpenMPLoop()
5395 LastIteration.get(), CombUB.get()); in checkOpenMPLoop()
5672 Built.LastIteration = LastIteration.get(); in checkOpenMPLoop()