Lines Matching refs:LastIteration
5060 ExprResult LastIteration = LastIteration64; in CheckOpenMPLoop() local
5068 LastIteration = LastIteration32; in CheckOpenMPLoop()
5069 QualType VType = LastIteration.get()->getType(); in CheckOpenMPLoop()
5079 if (!LastIteration.isUsable()) in CheckOpenMPLoop()
5083 ExprResult NumIterations = LastIteration; in CheckOpenMPLoop()
5085 LastIteration = SemaRef.BuildBinOp( in CheckOpenMPLoop()
5086 CurScope, SourceLocation(), BO_Sub, LastIteration.get(), in CheckOpenMPLoop()
5088 if (!LastIteration.isUsable()) in CheckOpenMPLoop()
5096 LastIteration.get()->isIntegerConstantExpr(Result, SemaRef.Context); in CheckOpenMPLoop()
5100 tryBuildCapture(SemaRef, LastIteration.get(), Captures); in CheckOpenMPLoop()
5101 LastIteration = SaveRef; in CheckOpenMPLoop()
5127 SemaRef.AddInitializerToDecl(UBDecl, LastIteration.get(), in CheckOpenMPLoop()
5151 UB.get(), LastIteration.get()); in CheckOpenMPLoop()
5153 InitLoc, InitLoc, IsUBGreater.get(), LastIteration.get(), UB.get()); in CheckOpenMPLoop()
5343 Built.LastIteration = LastIteration.get(); in CheckOpenMPLoop()