Searched refs:ST_OMP_ATOMIC (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 882 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 D | gfortran.h | 229 ST_OMP_ATOMIC, ST_OMP_BARRIER, ST_OMP_CRITICAL, ST_OMP_END_ATOMIC, enumerator
|
H A D | openmp.c | 5928 return ST_OMP_ATOMIC; in omp_code_to_statement()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.cc | 888 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 D | gfortran.h | 263 ST_OMP_ATOMIC, ST_OMP_BARRIER, ST_OMP_CRITICAL, ST_OMP_END_ATOMIC, enumerator
|
H A D | openmp.cc | 8712 return ST_OMP_ATOMIC; in omp_code_to_statement()
|
H A D | ChangeLog-2006 | 3799 * gfortran.h (ST_OMP_ATOMIC, ST_OMP_BARRIER, ST_OMP_CRITICAL,
|