Lines Matching refs:LastIteration
9084 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local
9093 LastIteration = LastIteration32; in checkOpenMPLoop()
9094 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()
9104 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9108 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()
9110 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()
9111 CurScope, LastIteration.get()->getExprLoc(), BO_Sub, in checkOpenMPLoop()
9112 LastIteration.get(), in checkOpenMPLoop()
9114 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9120 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); in checkOpenMPLoop()
9124 tryBuildCapture(SemaRef, LastIteration.get(), Captures); in checkOpenMPLoop()
9125 LastIteration = SaveRef; in checkOpenMPLoop()
9152 SemaRef.AddInitializerToDecl(UBDecl, LastIteration.get(), in checkOpenMPLoop()
9175 UB.get(), LastIteration.get()); in checkOpenMPLoop()
9177 LastIteration.get()->getExprLoc(), InitLoc, IsUBGreater.get(), in checkOpenMPLoop()
9178 LastIteration.get(), UB.get()); in checkOpenMPLoop()
9200 SemaRef.AddInitializerToDecl(CombUBDecl, LastIteration.get(), in checkOpenMPLoop()
9204 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get()); in checkOpenMPLoop()
9207 LastIteration.get(), CombUB.get()); in checkOpenMPLoop()
9565 Built.LastIteration = LastIteration.get(); in checkOpenMPLoop()