Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1618 Dir->setDistInc(Exprs.DistInc); in Create()
1680 Dir->setDistInc(Exprs.DistInc); in Create()
1953 Dir->setDistInc(Exprs.DistInc); in Create()
2013 Dir->setDistInc(Exprs.DistInc); in Create()
2137 Dir->setDistInc(Exprs.DistInc); in Create()
2201 Dir->setDistInc(Exprs.DistInc); in Create()
2399 Dir->setDistInc(Exprs.DistInc); in Create()
2456 Dir->setDistInc(Exprs.DistInc); in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h796 Expr *DistInc; member
858 DistInc = nullptr; in clear()
1267 void setDistInc(Expr *DistInc) { in setDistInc() argument
1270 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10220 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local
10226 DistInc = in checkOpenMPLoop()
10228 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
10229 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()
10230 DistInc.get()); in checkOpenMPLoop()
10231 DistInc = in checkOpenMPLoop()
10232 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
10233 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
10414 Built.DistInc = DistInc.get(); in checkOpenMPLoop()