Searched refs:getTaskReductionRefExpr (Results 1 – 2 of 2) sorted by relevance
665 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function668 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function669 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()1630 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function1634 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function1635 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()1774 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function1777 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function1778 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()2097 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function[all …]
1318 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1321 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1324 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1327 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1331 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1335 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1339 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1343 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1347 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1351 .getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()[all …]