Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1220 Dir->setDistInc(Exprs.DistInc); in Create()
1282 Dir->setDistInc(Exprs.DistInc); in Create()
1555 Dir->setDistInc(Exprs.DistInc); in Create()
1615 Dir->setDistInc(Exprs.DistInc); in Create()
1739 Dir->setDistInc(Exprs.DistInc); in Create()
1803 Dir->setDistInc(Exprs.DistInc); in Create()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h690 void setDistInc(Expr *DistInc) { in setDistInc() argument
693 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
832 Expr *DistInc; member
894 DistInc = nullptr; in clear()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8642 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local
8648 DistInc = in checkOpenMPLoop()
8650 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
8651 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()
8652 DistInc.get()); in checkOpenMPLoop()
8653 DistInc = in checkOpenMPLoop()
8654 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
8655 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
8830 Built.DistInc = DistInc.get(); in checkOpenMPLoop()