Home
last modified time | relevance | path

Searched refs:getTaskReductionRefExpr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h660 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
663 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function
664 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
1597 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1601 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function
1602 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
1741 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1744 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function
1745 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
2064 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1310 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1313 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1316 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1319 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1323 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1327 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1331 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1335 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1339 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1343 .getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
[all …]