Searched refs:GFC_OMP_ATOMIC_MASK (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-openmp.c2796 switch (atomic_code->ext.omp_atomic & GFC_OMP_ATOMIC_MASK)
2844 if (((atomic_code->ext.omp_atomic & GFC_OMP_ATOMIC_MASK)
2980 if (((atomic_code->ext.omp_atomic & GFC_OMP_ATOMIC_MASK)
H A Dparse.c4272 count = 1 + ((cp->ext.omp_atomic & GFC_OMP_ATOMIC_MASK)
4299 else if ((cp->ext.omp_atomic & GFC_OMP_ATOMIC_MASK)
H A Dgfortran.h2368 GFC_OMP_ATOMIC_MASK = 3, enumerator in enum:__anon137
H A Dopenmp.c3547 = (gfc_omp_atomic_op) (atomic_code->ext.omp_atomic & GFC_OMP_ATOMIC_MASK);

Completed in 207 milliseconds