Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DStmtOpenMP.cpp1599 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
1661 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
1934 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
1994 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
2118 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
2182 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DStmtOpenMP.h787 Expr *PrevEUB; member
844 PrevEUB = nullptr; in clear()
1257 void setPrevEnsureUpperBound(Expr *PrevEUB) { in setPrevEnsureUpperBound() argument
1260 Data->getChildren()[PrevEnsureUpperBoundOffset] = PrevEUB; in setPrevEnsureUpperBound()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOpenMP.cpp10005 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local
10037 PrevEUB = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, UB.get(), in checkOpenMPLoop()
10039 PrevEUB = in checkOpenMPLoop()
10040 SemaRef.ActOnFinishFullExpr(PrevEUB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
10202 Built.PrevEUB = PrevEUB.get(); in checkOpenMPLoop()