Searched refs:ReductionClause (Results 1 – 3 of 3) sorted by relevance
153 for (const auto &ReductionClause : Clauses) { in getBrokenReductionsStr() local155 str += MemoryAccess::getReductionOperatorStr(ReductionClause.first); in getBrokenReductionsStr()157 str += " : " + ReductionClause.second.substr(2) + ")"; in getBrokenReductionsStr()
395 | `reduction` custom<ReductionClause>($arg1, type($arg1))) attr-dict
13184 const OMPClause *ReductionClause = nullptr; in checkReductionClauseWithNogroup() local13188 ReductionClause = C; in checkReductionClauseWithNogroup()13195 if (ReductionClause) in checkReductionClauseWithNogroup()13200 if (ReductionClause && NogroupClause) { in checkReductionClauseWithNogroup()13201 S.Diag(ReductionClause->getBeginLoc(), diag::err_omp_reduction_with_nogroup) in checkReductionClauseWithNogroup()