Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp13604 const OMPClause *ReductionClause = nullptr; in checkReductionClauseWithNogroup() local
13608 ReductionClause = C; in checkReductionClauseWithNogroup()
13615 if (ReductionClause) in checkReductionClauseWithNogroup()
13620 if (ReductionClause && NogroupClause) { in checkReductionClauseWithNogroup()
13621 S.Diag(ReductionClause->getBeginLoc(), diag::err_omp_reduction_with_nogroup) in checkReductionClauseWithNogroup()