Searched refs:NextUB (Results 1 – 1 of 1) sorted by relevance
3334 ExprResult NextLB, NextUB; in CheckOpenMPLoop() local3347 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in CheckOpenMPLoop()3348 if (!NextUB.isUsable()) in CheckOpenMPLoop()3351 NextUB = in CheckOpenMPLoop()3352 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in CheckOpenMPLoop()3353 NextUB = SemaRef.ActOnFinishFullExpr(NextUB.get()); in CheckOpenMPLoop()3354 if (!NextUB.isUsable()) in CheckOpenMPLoop()3465 Built.NUB = NextUB.get(); in CheckOpenMPLoop()