Searched refs:ReductionClause (Results 1 – 2 of 2) sorted by relevance
160 for (const auto &ReductionClause : Clauses) { in getBrokenReductionsStr() local162 str += MemoryAccess::getReductionOperatorStr(ReductionClause.first); in getBrokenReductionsStr()164 str += " : " + ReductionClause.second.substr(2) + ")"; in getBrokenReductionsStr()
10681 const OMPClause *ReductionClause = nullptr; in checkReductionClauseWithNogroup() local10685 ReductionClause = C; in checkReductionClauseWithNogroup()10692 if (ReductionClause) in checkReductionClauseWithNogroup()10697 if (ReductionClause && NogroupClause) { in checkReductionClauseWithNogroup()10698 S.Diag(ReductionClause->getBeginLoc(), diag::err_omp_reduction_with_nogroup) in checkReductionClauseWithNogroup()