Searched refs:NextUB (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3706 Expr *NextUB = nullptr; 3712 Expr *NextUB = nullptr) 3715 NextUB(NextUB) {}
|
| H A D | CGStmtOpenMP.cpp | 2903 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 D | SemaOpenMP.cpp | 9946 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()
|