Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1694 Dir->setDistInc(Exprs.DistInc); in Create()
1756 Dir->setDistInc(Exprs.DistInc); in Create()
2029 Dir->setDistInc(Exprs.DistInc); in Create()
2089 Dir->setDistInc(Exprs.DistInc); in Create()
2213 Dir->setDistInc(Exprs.DistInc); in Create()
2277 Dir->setDistInc(Exprs.DistInc); in Create()
2475 Dir->setDistInc(Exprs.DistInc); in Create()
2532 Dir->setDistInc(Exprs.DistInc); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h780 Expr *DistInc; member
842 DistInc = nullptr; in clear()
1253 void setDistInc(Expr *DistInc) { in setDistInc() argument
1256 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10153 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local
10159 DistInc = in checkOpenMPLoop()
10161 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
10162 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()
10163 DistInc.get()); in checkOpenMPLoop()
10164 DistInc = in checkOpenMPLoop()
10165 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue=*/false); in checkOpenMPLoop()
10166 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
10347 Built.DistInc = DistInc.get(); in checkOpenMPLoop()