Searched refs:NextLB (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 3704 Expr *NextLB = nullptr; 3711 Expr *Cond = nullptr, Expr *NextLB = nullptr, 3714 IncExpr(IncExpr), Init(Init), Cond(Cond), NextLB(NextLB),
|
H A D | CGStmtOpenMP.cpp | 2902 EmitIgnoredExpr(LoopArgs.NextLB); in EmitOMPOuterLoop() 3020 OuterLoopArgs.NextLB = S.getNextLowerBound(); in EmitOMPForOuterLoop() 3077 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9946 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local 9952 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in checkOpenMPLoop() 9953 if (!NextLB.isUsable()) in checkOpenMPLoop() 9956 NextLB = in checkOpenMPLoop() 9957 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in checkOpenMPLoop() 9958 NextLB = in checkOpenMPLoop() 9959 SemaRef.ActOnFinishFullExpr(NextLB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop() 9960 if (!NextLB.isUsable()) in checkOpenMPLoop() 9976 if (!NextLB.isUsable()) in checkOpenMPLoop() 10197 Built.NLB = NextLB.get(); in checkOpenMPLoop()
|