Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c882 matcho ("atomic", gfc_match_omp_atomic, ST_OMP_ATOMIC); in decode_omp_directive()
1573 case ST_OMP_DO: case ST_OMP_PARALLEL_DO: case ST_OMP_ATOMIC: \
2225 case ST_OMP_ATOMIC: in gfc_ascii_statement()
5034 st_atomic = ST_OMP_ATOMIC; in parse_omp_oacc_atomic()
5372 case ST_OMP_ATOMIC: in parse_omp_structured_block()
5610 case ST_OMP_ATOMIC: in parse_executable()
H A Dgfortran.h229 ST_OMP_ATOMIC, ST_OMP_BARRIER, ST_OMP_CRITICAL, ST_OMP_END_ATOMIC, enumerator
H A Dopenmp.c5928 return ST_OMP_ATOMIC; in omp_code_to_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc888 matcho ("atomic", gfc_match_omp_atomic, ST_OMP_ATOMIC); in decode_omp_directive()
1699 case ST_OMP_DO: case ST_OMP_PARALLEL_DO: case ST_OMP_ATOMIC: \
2355 case ST_OMP_ATOMIC: in gfc_ascii_statement()
5317 st_atomic = ST_OMP_ATOMIC; in parse_omp_oacc_atomic()
5676 case ST_OMP_ATOMIC: in parse_omp_structured_block()
5952 case ST_OMP_ATOMIC: in parse_executable()
H A Dgfortran.h263 ST_OMP_ATOMIC, ST_OMP_BARRIER, ST_OMP_CRITICAL, ST_OMP_END_ATOMIC, enumerator
H A Dopenmp.cc8712 return ST_OMP_ATOMIC; in omp_code_to_statement()
H A DChangeLog-20063799 * gfortran.h (ST_OMP_ATOMIC, ST_OMP_BARRIER, ST_OMP_CRITICAL,