Searched refs:NextUB (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3637 Expr *NextUB = nullptr; 3643 Expr *NextUB = nullptr) 3646 NextUB(NextUB) {}
|
| H A D | CGStmtOpenMP.cpp | 2682 EmitIgnoredExpr(LoopArgs.NextUB); in EmitOMPOuterLoop() 2802 OuterLoopArgs.NextUB = S.getNextUpperBound(); in EmitOMPForOuterLoop() 2861 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9305 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local 9321 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in checkOpenMPLoop() 9322 if (!NextUB.isUsable()) in checkOpenMPLoop() 9325 NextUB = in checkOpenMPLoop() 9326 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in checkOpenMPLoop() 9327 NextUB = in checkOpenMPLoop() 9328 SemaRef.ActOnFinishFullExpr(NextUB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop() 9329 if (!NextUB.isUsable()) in checkOpenMPLoop() 9548 Built.NUB = NextUB.get(); in checkOpenMPLoop()
|