Lines Matching refs:LastIteration
9912 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local
9921 LastIteration = LastIteration32; in checkOpenMPLoop()
9922 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()
9932 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9936 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()
9938 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()
9939 CurScope, LastIteration.get()->getExprLoc(), BO_Sub, in checkOpenMPLoop()
9940 LastIteration.get(), in checkOpenMPLoop()
9942 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9948 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); in checkOpenMPLoop()
9952 tryBuildCapture(SemaRef, LastIteration.get(), Captures); in checkOpenMPLoop()
9953 LastIteration = SaveRef; in checkOpenMPLoop()
9981 SemaRef.AddInitializerToDecl(UBDecl, LastIteration.get(), in checkOpenMPLoop()
10004 UB.get(), LastIteration.get()); in checkOpenMPLoop()
10006 LastIteration.get()->getExprLoc(), InitLoc, IsUBGreater.get(), in checkOpenMPLoop()
10007 LastIteration.get(), UB.get()); in checkOpenMPLoop()
10029 SemaRef.AddInitializerToDecl(CombUBDecl, LastIteration.get(), in checkOpenMPLoop()
10033 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get()); in checkOpenMPLoop()
10036 LastIteration.get(), CombUB.get()); in checkOpenMPLoop()
10394 Built.LastIteration = LastIteration.get(); in checkOpenMPLoop()