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()1699 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function1703 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function1704 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()1843 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function1846 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function1847 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()2217 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function[all …]
1361 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1364 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1367 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1370 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1374 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1378 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1382 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1386 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1390 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1394 .getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()[all …]