Lines Matching refs:LastIteration
8343 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local
8352 LastIteration = LastIteration32; in checkOpenMPLoop()
8353 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()
8363 if (!LastIteration.isUsable()) in checkOpenMPLoop()
8367 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()
8369 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()
8370 CurScope, LastIteration.get()->getExprLoc(), BO_Sub, in checkOpenMPLoop()
8371 LastIteration.get(), in checkOpenMPLoop()
8373 if (!LastIteration.isUsable()) in checkOpenMPLoop()
8379 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); in checkOpenMPLoop()
8383 tryBuildCapture(SemaRef, LastIteration.get(), Captures); in checkOpenMPLoop()
8384 LastIteration = SaveRef; in checkOpenMPLoop()
8410 SemaRef.AddInitializerToDecl(UBDecl, LastIteration.get(), in checkOpenMPLoop()
8433 UB.get(), LastIteration.get()); in checkOpenMPLoop()
8435 LastIteration.get()->getExprLoc(), InitLoc, IsUBGreater.get(), in checkOpenMPLoop()
8436 LastIteration.get(), UB.get()); in checkOpenMPLoop()
8458 SemaRef.AddInitializerToDecl(CombUBDecl, LastIteration.get(), in checkOpenMPLoop()
8462 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get()); in checkOpenMPLoop()
8465 LastIteration.get(), CombUB.get()); in checkOpenMPLoop()
8810 Built.LastIteration = LastIteration.get(); in checkOpenMPLoop()