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.cpp1656 Dir->setDistInc(Exprs.DistInc); in Create()
1718 Dir->setDistInc(Exprs.DistInc); in Create()
1991 Dir->setDistInc(Exprs.DistInc); in Create()
2051 Dir->setDistInc(Exprs.DistInc); in Create()
2175 Dir->setDistInc(Exprs.DistInc); in Create()
2239 Dir->setDistInc(Exprs.DistInc); in Create()
2437 Dir->setDistInc(Exprs.DistInc); in Create()
2494 Dir->setDistInc(Exprs.DistInc); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h796 Expr *DistInc; member
858 DistInc = nullptr; in clear()
1268 void setDistInc(Expr *DistInc) { in setDistInc() argument
1271 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10065 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local
10071 DistInc = in checkOpenMPLoop()
10073 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
10074 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()
10075 DistInc.get()); in checkOpenMPLoop()
10076 DistInc = in checkOpenMPLoop()
10077 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
10078 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
10259 Built.DistInc = DistInc.get(); in checkOpenMPLoop()