Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h408 void setEnsureUpperBound(Expr *EUB) { in setEnsureUpperBound() argument
411 *std::next(child_begin(), EnsureUpperBoundOffset) = EUB; in setEnsureUpperBound()
458 Expr *EUB; member
494 EUB = nullptr; in clear()
/external/clang/lib/AST/
DStmt.cpp1688 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()
/external/clang/lib/Sema/
DSemaOpenMP.cpp2773 ExprResult LB, UB, IL, ST, EUB; in CheckOpenMPLoop() local
2811 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()