Home
last modified time | relevance | path

Searched refs:NextUB (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp3334 ExprResult NextLB, NextUB; in CheckOpenMPLoop() local
3347 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()