Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h2644 GFC_OMP_ATOMIC_SEQ_CST = 4, enumerator
H A Dopenmp.c3730 op = (gfc_omp_atomic_op) (op | GFC_OMP_ATOMIC_SEQ_CST); in gfc_match_omp_oacc_atomic()
H A Dtrans-openmp.c3749 = ((atomic_code->ext.omp_atomic & GFC_OMP_ATOMIC_SEQ_CST) in gfc_trans_omp_atomic()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20141883 (gfc_omp_atomic_op): Add GFC_OMP_ATOMIC_MASK, GFC_OMP_ATOMIC_SEQ_CST
H A DChangeLog-2020373 remove GFC_OMP_ATOMIC_SEQ_CST and GFC_OMP_ATOMIC_ACQ_REL.
H A Dopenmp.c3730 op = (gfc_omp_atomic_op) (op | GFC_OMP_ATOMIC_SEQ_CST); in gfc_match_omp_oacc_atomic()
H A Dtrans-openmp.c3749 = ((atomic_code->ext.omp_atomic & GFC_OMP_ATOMIC_SEQ_CST) in gfc_trans_omp_atomic()