Searched refs:PrevEUB (Results 1 – 3 of 3) sorted by relevance
1599 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()
787 Expr *PrevEUB; member844 PrevEUB = nullptr; in clear()1257 void setPrevEnsureUpperBound(Expr *PrevEUB) { in setPrevEnsureUpperBound() argument1260 Data->getChildren()[PrevEnsureUpperBoundOffset] = PrevEUB; in setPrevEnsureUpperBound()
10005 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local10037 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()