Searched refs:getTaskReductionRefExpr (Results 1 – 2 of 2) sorted by relevance
428 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function431 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function432 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()1304 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function1308 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function1309 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()1448 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function1451 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function1452 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()1771 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function[all …]
1287 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1290 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1293 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1296 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1300 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1304 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1308 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1312 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1316 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1320 .getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()[all …]