Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp11472 const OMPClause *ReductionClause = nullptr; in checkReductionClauseWithNogroup() local
11476 ReductionClause = C; in checkReductionClauseWithNogroup()
11483 if (ReductionClause) in checkReductionClauseWithNogroup()
11488 if (ReductionClause && NogroupClause) { in checkReductionClauseWithNogroup()
11489 S.Diag(ReductionClause->getBeginLoc(), diag::err_omp_reduction_with_nogroup) in checkReductionClauseWithNogroup()