Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1322 Dir->setDistInc(Exprs.DistInc); in Create()
1384 Dir->setDistInc(Exprs.DistInc); in Create()
1657 Dir->setDistInc(Exprs.DistInc); in Create()
1717 Dir->setDistInc(Exprs.DistInc); in Create()
1841 Dir->setDistInc(Exprs.DistInc); in Create()
1905 Dir->setDistInc(Exprs.DistInc); in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h780 Expr *DistInc; member
842 DistInc = nullptr; in clear()
1201 void setDistInc(Expr *DistInc) { in setDistInc() argument
1204 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9387 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local
9393 DistInc = in checkOpenMPLoop()
9395 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
9396 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()
9397 DistInc.get()); in checkOpenMPLoop()
9398 DistInc = in checkOpenMPLoop()
9399 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
9400 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
9585 Built.DistInc = DistInc.get(); in checkOpenMPLoop()