Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c3708 op = GFC_OMP_ATOMIC_WRITE; in gfc_match_omp_oacc_atomic()
5176 if (aop == GFC_OMP_ATOMIC_READ || aop == GFC_OMP_ATOMIC_WRITE) in resolve_omp_atomic()
5195 case GFC_OMP_ATOMIC_WRITE: in resolve_omp_atomic()
H A Dtrans-openmp.c3763 != GFC_OMP_ATOMIC_WRITE) in gfc_trans_omp_atomic()
3819 == GFC_OMP_ATOMIC_WRITE) in gfc_trans_omp_atomic()
3957 == GFC_OMP_ATOMIC_WRITE) in gfc_trans_omp_atomic()
H A Dgfortran.h2641 GFC_OMP_ATOMIC_WRITE = 2, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc3007 c->atomic_op = GFC_OMP_ATOMIC_WRITE; in gfc_match_omp_clauses()
5883 case GFC_OMP_ATOMIC_WRITE: in gfc_match_omp_atomic()
5917 c->atomic_op = GFC_OMP_ATOMIC_WRITE; in gfc_match_oacc_atomic()
7933 case GFC_OMP_ATOMIC_WRITE: in resolve_omp_atomic()
H A Dgfortran.h1461 GFC_OMP_ATOMIC_WRITE = 3, enumerator
H A Dtrans-openmp.cc4648 != GFC_OMP_ATOMIC_WRITE) in gfc_trans_omp_atomic()
4698 == GFC_OMP_ATOMIC_WRITE) in gfc_trans_omp_atomic()
4856 == GFC_OMP_ATOMIC_WRITE) in gfc_trans_omp_atomic()
H A Ddump-parse-tree.cc1913 case GFC_OMP_ATOMIC_WRITE: atomic_op = "WRITE"; break; in show_omp_clauses()