Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3638 Expr *NextUB = nullptr;
3644 Expr *NextUB = nullptr)
3647 NextUB(NextUB) {}
H A DCGStmtOpenMP.cpp2709 EmitIgnoredExpr(LoopArgs.NextUB); in EmitOMPOuterLoop()
2829 OuterLoopArgs.NextUB = S.getNextUpperBound(); in EmitOMPForOuterLoop()
2888 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9329 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local
9345 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in checkOpenMPLoop()
9346 if (!NextUB.isUsable()) in checkOpenMPLoop()
9349 NextUB = in checkOpenMPLoop()
9350 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in checkOpenMPLoop()
9351 NextUB = in checkOpenMPLoop()
9352 SemaRef.ActOnFinishFullExpr(NextUB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
9353 if (!NextUB.isUsable()) in checkOpenMPLoop()
9582 Built.NUB = NextUB.get(); in checkOpenMPLoop()