Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp7343 const OMPClause *ReductionClause = nullptr; in checkReductionClauseWithNogroup() local
7347 ReductionClause = C; in checkReductionClauseWithNogroup()
7354 if (ReductionClause) in checkReductionClauseWithNogroup()
7359 if (ReductionClause && NogroupClause) { in checkReductionClauseWithNogroup()
7360 S.Diag(ReductionClause->getBeginLoc(), diag::err_omp_reduction_with_nogroup) in checkReductionClauseWithNogroup()