Searched refs:ST_OMP_FLUSH (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.c | 969 matcho ("flush", gfc_match_omp_flush, ST_OMP_FLUSH); in decode_omp_directive() 1552 case ST_LABEL_ASSIGNMENT: case ST_FLUSH: case ST_OMP_FLUSH: \ 2384 case ST_OMP_FLUSH: in gfc_ascii_statement()
|
H A D | parse.cc | 1008 matcho ("flush", gfc_match_omp_flush, ST_OMP_FLUSH); in decode_omp_directive() 1670 case ST_LABEL_ASSIGNMENT: case ST_FLUSH: case ST_OMP_FLUSH: \ 2573 case ST_OMP_FLUSH: in gfc_ascii_statement()
|
H A D | gfortran.h | 267 ST_OMP_END_WORKSHARE, ST_OMP_DO, ST_OMP_FLUSH, ST_OMP_MASTER, ST_OMP_ORDERED, enumerator
|
H A D | openmp.c | 5936 return ST_OMP_FLUSH; in omp_code_to_statement()
|
H A D | openmp.cc | 8722 return ST_OMP_FLUSH; in omp_code_to_statement()
|
H A D | ChangeLog-2006 | 3804 ST_OMP_DO, ST_OMP_FLUSH, ST_OMP_MASTER, ST_OMP_ORDERED,
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 969 matcho ("flush", gfc_match_omp_flush, ST_OMP_FLUSH); in decode_omp_directive() 1552 case ST_LABEL_ASSIGNMENT: case ST_FLUSH: case ST_OMP_FLUSH: \ 2384 case ST_OMP_FLUSH: in gfc_ascii_statement()
|
H A D | gfortran.h | 233 ST_OMP_END_WORKSHARE, ST_OMP_DO, ST_OMP_FLUSH, ST_OMP_MASTER, ST_OMP_ORDERED, enumerator
|
H A D | openmp.c | 5936 return ST_OMP_FLUSH; in omp_code_to_statement()
|