Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4038 Expr *NextUB = nullptr;
4046 Expr *NextUB = nullptr)
4049 NextUB(NextUB) {}
H A DCGStmtOpenMP.cpp2943 EmitIgnoredExpr(LoopArgs.NextUB); in EmitOMPOuterLoop()
3063 OuterLoopArgs.NextUB = S.getNextUpperBound(); in EmitOMPForOuterLoop()
3126 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10006 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local
10023 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in checkOpenMPLoop()
10024 if (!NextUB.isUsable()) in checkOpenMPLoop()
10027 NextUB = in checkOpenMPLoop()
10028 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in checkOpenMPLoop()
10029 NextUB = in checkOpenMPLoop()
10030 SemaRef.ActOnFinishFullExpr(NextUB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
10031 if (!NextUB.isUsable()) in checkOpenMPLoop()
10256 Built.NUB = NextUB.get(); in checkOpenMPLoop()