Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp1598 Dir->setDistInc(Exprs.DistInc); in Create()
1660 Dir->setDistInc(Exprs.DistInc); in Create()
1933 Dir->setDistInc(Exprs.DistInc); in Create()
1993 Dir->setDistInc(Exprs.DistInc); in Create()
2117 Dir->setDistInc(Exprs.DistInc); in Create()
2181 Dir->setDistInc(Exprs.DistInc); in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h781 Expr *DistInc; member
843 DistInc = nullptr; in clear()
1252 void setDistInc(Expr *DistInc) { in setDistInc() argument
1255 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp10005 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local
10011 DistInc = in checkOpenMPLoop()
10013 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
10014 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()
10015 DistInc.get()); in checkOpenMPLoop()
10016 DistInc = in checkOpenMPLoop()
10017 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
10018 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
10201 Built.DistInc = DistInc.get(); in checkOpenMPLoop()