Home
last modified time | relevance | path

Searched refs:ReductionClause (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp13177 const OMPClause *ReductionClause = nullptr; in checkReductionClauseWithNogroup() local
13181 ReductionClause = C; in checkReductionClauseWithNogroup()
13188 if (ReductionClause) in checkReductionClauseWithNogroup()
13193 if (ReductionClause && NogroupClause) { in checkReductionClauseWithNogroup()
13194 S.Diag(ReductionClause->getBeginLoc(), diag::err_omp_reduction_with_nogroup) in checkReductionClauseWithNogroup()