Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1583 Dir->setDistInc(Exprs.DistInc); in Create()
1645 Dir->setDistInc(Exprs.DistInc); in Create()
1918 Dir->setDistInc(Exprs.DistInc); in Create()
1978 Dir->setDistInc(Exprs.DistInc); in Create()
2102 Dir->setDistInc(Exprs.DistInc); in Create()
2166 Dir->setDistInc(Exprs.DistInc); in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h780 Expr *DistInc; member
842 DistInc = nullptr; in clear()
1251 void setDistInc(Expr *DistInc) { in setDistInc() argument
1254 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9922 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local
9928 DistInc = in checkOpenMPLoop()
9930 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
9931 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()
9932 DistInc.get()); in checkOpenMPLoop()
9933 DistInc = in checkOpenMPLoop()
9934 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
9935 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
10118 Built.DistInc = DistInc.get(); in checkOpenMPLoop()