Searched refs:getTaskReductionRefExpr (Results 1 – 2 of 2) sorted by relevance
660 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function663 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function664 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()1597 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function1601 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function1602 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()1741 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function1744 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function1745 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()2064 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function[all …]
1310 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 …]