Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp1067 Dir->setDistInc(Exprs.DistInc); in Create()
1135 Dir->setDistInc(Exprs.DistInc); in Create()
1449 Dir->setDistInc(Exprs.DistInc); in Create()
1518 Dir->setDistInc(Exprs.DistInc); in Create()
1666 Dir->setDistInc(Exprs.DistInc); in Create()
1739 Dir->setDistInc(Exprs.DistInc); in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h565 void setDistInc(Expr *DistInc) { in setDistInc() argument
568 *std::next(child_begin(), DistIncOffset) = DistInc; in setDistInc()
704 Expr *DistInc; member
755 DistInc = nullptr; in clear()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5536 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local
5541 DistInc = in checkOpenMPLoop()
5543 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
5544 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()
5545 DistInc.get()); in checkOpenMPLoop()
5546 DistInc = SemaRef.ActOnFinishFullExpr(DistInc.get()); in checkOpenMPLoop()
5547 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
5690 Built.DistInc = DistInc.get(); in checkOpenMPLoop()