Searched refs:EUB (Results 1 – 3 of 3) sorted by relevance
408 void setEnsureUpperBound(Expr *EUB) { in setEnsureUpperBound() argument411 *std::next(child_begin(), EnsureUpperBoundOffset) = EUB; in setEnsureUpperBound()458 Expr *EUB; member494 EUB = nullptr; in clear()
1688 Dir->setEnsureUpperBound(Exprs.EUB); in Create()1734 Dir->setEnsureUpperBound(Exprs.EUB); in Create()1889 Dir->setEnsureUpperBound(Exprs.EUB); in Create()1933 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
2773 ExprResult LB, UB, IL, ST, EUB; in CheckOpenMPLoop() local2811 EUB = SemaRef.BuildBinOp(CurScope, InitLoc, BO_Assign, UB.get(), in CheckOpenMPLoop()2813 EUB = SemaRef.ActOnFinishFullExpr(EUB.get()); in CheckOpenMPLoop()2971 Built.EUB = EUB.get(); in CheckOpenMPLoop()