Searched refs:getTaskReductionRefExpr (Results 1 – 2 of 2) sorted by relevance
666 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function669 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function670 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()1698 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function1702 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function1703 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()1842 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function1845 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function1846 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()2165 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function[all …]
1304 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1307 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1310 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1313 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1317 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1321 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1325 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1329 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1333 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1337 .getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()[all …]