Searched refs:getTaskReductionRefExpr (Results 1 – 2 of 2) sorted by relevance
681 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function684 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function685 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()1716 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function1720 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function1721 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()1860 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function1863 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function1864 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()2234 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function[all …]
1323 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1326 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1329 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1332 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1336 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1340 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1344 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1348 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1352 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1356 .getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()[all …]