Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1657 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
1719 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
1992 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
2052 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
2176 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
2240 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
2438 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
2495 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h802 Expr *PrevEUB; member
859 PrevEUB = nullptr; in clear()
1273 void setPrevEnsureUpperBound(Expr *PrevEUB) { in setPrevEnsureUpperBound() argument
1276 Data->getChildren()[PrevEnsureUpperBoundOffset] = PrevEUB; in setPrevEnsureUpperBound()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10065 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local
10097 PrevEUB = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, UB.get(), in checkOpenMPLoop()
10099 PrevEUB = in checkOpenMPLoop()
10100 SemaRef.ActOnFinishFullExpr(PrevEUB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
10260 Built.PrevEUB = PrevEUB.get(); in checkOpenMPLoop()