Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-2021742 * openmp.c (gfc_match_omp_clause_reduction): Add 'openmp_target' default
745 adjust call to gfc_match_omp_clause_reduction.
1793 gfc_match_omp_clause_reduction, gfc_match_omp_flush): Update
H A Dopenmp.cc1201 gfc_match_omp_clause_reduction (char pc, gfc_omp_clauses *c, bool openacc, in gfc_match_omp_clause_reduction() function
2210 && gfc_match_omp_clause_reduction (pc, c, openacc, allow_derived, in gfc_match_omp_clauses()
2678 && gfc_match_omp_clause_reduction (pc, c, openacc, in gfc_match_omp_clauses()
2848 && gfc_match_omp_clause_reduction (pc, c, openacc, in gfc_match_omp_clauses()
H A DChangeLog-2020290 (gfc_match_omp_clause_reduction): Extend reduction handling;