Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h3706 Expr *NextUB = nullptr;
3712 Expr *NextUB = nullptr)
3715 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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9946 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local
9963 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in checkOpenMPLoop()
9964 if (!NextUB.isUsable()) in checkOpenMPLoop()
9967 NextUB = in checkOpenMPLoop()
9968 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in checkOpenMPLoop()
9969 NextUB = in checkOpenMPLoop()
9970 SemaRef.ActOnFinishFullExpr(NextUB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
9971 if (!NextUB.isUsable()) in checkOpenMPLoop()
10198 Built.NUB = NextUB.get(); in checkOpenMPLoop()