Lines Matching refs:LastIteration
9060 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local
9069 LastIteration = LastIteration32; in checkOpenMPLoop()
9070 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()
9080 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9084 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()
9086 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()
9087 CurScope, LastIteration.get()->getExprLoc(), BO_Sub, in checkOpenMPLoop()
9088 LastIteration.get(), in checkOpenMPLoop()
9090 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9096 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); in checkOpenMPLoop()
9100 tryBuildCapture(SemaRef, LastIteration.get(), Captures); in checkOpenMPLoop()
9101 LastIteration = SaveRef; in checkOpenMPLoop()
9128 SemaRef.AddInitializerToDecl(UBDecl, LastIteration.get(), in checkOpenMPLoop()
9151 UB.get(), LastIteration.get()); in checkOpenMPLoop()
9153 LastIteration.get()->getExprLoc(), InitLoc, IsUBGreater.get(), in checkOpenMPLoop()
9154 LastIteration.get(), UB.get()); in checkOpenMPLoop()
9176 SemaRef.AddInitializerToDecl(CombUBDecl, LastIteration.get(), in checkOpenMPLoop()
9180 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get()); in checkOpenMPLoop()
9183 LastIteration.get(), CombUB.get()); in checkOpenMPLoop()
9531 Built.LastIteration = LastIteration.get(); in checkOpenMPLoop()