Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp1284 Dir->setDistInc(Exprs.DistInc); in Create()
1346 Dir->setDistInc(Exprs.DistInc); in Create()
1619 Dir->setDistInc(Exprs.DistInc); in Create()
1679 Dir->setDistInc(Exprs.DistInc); in Create()
1803 Dir->setDistInc(Exprs.DistInc); in Create()
1867 Dir->setDistInc(Exprs.DistInc); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h775 Expr *DistInc; member
837 DistInc = nullptr; in clear()
1168 void setDistInc(Expr *DistInc) { in setDistInc() argument
1171 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp9363 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local
9369 DistInc = in checkOpenMPLoop()
9371 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
9372 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()
9373 DistInc.get()); in checkOpenMPLoop()
9374 DistInc = in checkOpenMPLoop()
9375 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
9376 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()
9551 Built.DistInc = DistInc.get(); in checkOpenMPLoop()