Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3810 Expr *NextUB = nullptr;
3816 Expr *NextUB = nullptr)
3819 NextUB(NextUB) {}
H A DCGStmtOpenMP.cpp2903 EmitIgnoredExpr(LoopArgs.NextUB); in EmitOMPOuterLoop()
3021 OuterLoopArgs.NextUB = S.getNextUpperBound(); in EmitOMPForOuterLoop()
3080 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10161 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local
10178 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in checkOpenMPLoop()
10179 if (!NextUB.isUsable()) in checkOpenMPLoop()
10182 NextUB = in checkOpenMPLoop()
10183 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in checkOpenMPLoop()
10184 NextUB = in checkOpenMPLoop()
10185 SemaRef.ActOnFinishFullExpr(NextUB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
10186 if (!NextUB.isUsable()) in checkOpenMPLoop()
10411 Built.NUB = NextUB.get(); in checkOpenMPLoop()