Searched refs:NextUB (Results 1 – 1 of 1) sorted by relevance
5222 ExprResult NextLB, NextUB; in CheckOpenMPLoop() local5236 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in CheckOpenMPLoop()5237 if (!NextUB.isUsable()) in CheckOpenMPLoop()5240 NextUB = in CheckOpenMPLoop()5241 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in CheckOpenMPLoop()5242 NextUB = SemaRef.ActOnFinishFullExpr(NextUB.get()); in CheckOpenMPLoop()5243 if (!NextUB.isUsable()) in CheckOpenMPLoop()5358 Built.NUB = NextUB.get(); in CheckOpenMPLoop()