Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1221 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
1283 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
1556 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
1616 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
1740 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
1804 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h695 void setPrevEnsureUpperBound(Expr *PrevEUB) { in setPrevEnsureUpperBound() argument
698 Data->getChildren()[PrevEnsureUpperBoundOffset] = PrevEUB; in setPrevEnsureUpperBound()
838 Expr *PrevEUB; member
895 PrevEUB = nullptr; in clear()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8642 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local
8664 PrevEUB = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, UB.get(), in checkOpenMPLoop()
8666 PrevEUB = in checkOpenMPLoop()
8667 SemaRef.ActOnFinishFullExpr(PrevEUB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
8831 Built.PrevEUB = PrevEUB.get(); in checkOpenMPLoop()