Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.cc2699 gfc_omp_requires_add_clause (OMP_REQ_REVERSE_OFFLOAD, in mio_symbol_attribute()
2705 gfc_omp_requires_add_clause (OMP_REQ_UNIFIED_ADDRESS, in mio_symbol_attribute()
2711 gfc_omp_requires_add_clause (OMP_REQ_UNIFIED_SHARED_MEMORY, in mio_symbol_attribute()
2717 gfc_omp_requires_add_clause (OMP_REQ_DYNAMIC_ALLOCATORS, in mio_symbol_attribute()
2723 gfc_omp_requires_add_clause (OMP_REQ_ATOMIC_MEM_ORDER_SEQ_CST, in mio_symbol_attribute()
2728 gfc_omp_requires_add_clause (OMP_REQ_ATOMIC_MEM_ORDER_ACQ_REL, in mio_symbol_attribute()
2733 gfc_omp_requires_add_clause (OMP_REQ_ATOMIC_MEM_ORDER_RELAXED, in mio_symbol_attribute()
H A DChangeLog-2020960 (gfc_omp_requires_add_clause,
965 * openmp.c (gfc_check_omp_requires, (gfc_omp_requires_add_clause,
H A Dgfortran.h3558 bool gfc_omp_requires_add_clause (gfc_omp_requires_kind, const char *,
H A Dopenmp.cc5246 gfc_omp_requires_add_clause (gfc_omp_requires_kind clause, in gfc_omp_requires_add_clause() function
5421 if (!gfc_omp_requires_add_clause (requires_clause, clause, &old_loc, NULL)) in gfc_match_omp_requires()
H A DChangeLog-20212227 * openmp.c (gfc_omp_requires_add_clause): Fix up diagnostic message