Searched refs:GFC_OMP_ATOMIC_SEQ_CST (Results 1 – 7 of 7) sorted by relevance
2644 GFC_OMP_ATOMIC_SEQ_CST = 4, enumerator
3730 op = (gfc_omp_atomic_op) (op | GFC_OMP_ATOMIC_SEQ_CST); in gfc_match_omp_oacc_atomic()
3749 = ((atomic_code->ext.omp_atomic & GFC_OMP_ATOMIC_SEQ_CST) in gfc_trans_omp_atomic()
1883 (gfc_omp_atomic_op): Add GFC_OMP_ATOMIC_MASK, GFC_OMP_ATOMIC_SEQ_CST
373 remove GFC_OMP_ATOMIC_SEQ_CST and GFC_OMP_ATOMIC_ACQ_REL.