Searched refs:NextUB (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CodeGenFunction.h | 3313 Expr *NextUB = nullptr; 3319 Expr *NextUB = nullptr) 3322 NextUB(NextUB) {}
|
| HD | CGStmtOpenMP.cpp | 2134 EmitIgnoredExpr(LoopArgs.NextUB); in EmitOMPOuterLoop() 2253 OuterLoopArgs.NextUB = S.getNextUpperBound(); in EmitOMPForOuterLoop() 2312 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 7700 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local 7715 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in checkOpenMPLoop() 7716 if (!NextUB.isUsable()) in checkOpenMPLoop() 7719 NextUB = in checkOpenMPLoop() 7720 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in checkOpenMPLoop() 7721 NextUB = in checkOpenMPLoop() 7722 SemaRef.ActOnFinishFullExpr(NextUB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop() 7723 if (!NextUB.isUsable()) in checkOpenMPLoop() 7942 Built.NUB = NextUB.get(); in checkOpenMPLoop()
|