Searched refs:ST_OMP_TARGET_DATA (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.cc | 1079 matcho ("target data", gfc_match_omp_target_data, ST_OMP_TARGET_DATA); in decode_omp_directive() 1173 case ST_OMP_TARGET_DATA: in decode_omp_directive() 1702 case ST_OMP_TARGET_DATA: case ST_OMP_TARGET_TEAMS: \ 2661 case ST_OMP_TARGET_DATA: in gfc_ascii_statement() 5558 case ST_OMP_TARGET_DATA: in parse_omp_structured_block() 5890 case ST_OMP_TARGET_DATA: in parse_executable()
|
H A D | parse.c | 1002 matcho ("target data", gfc_match_omp_target_data, ST_OMP_TARGET_DATA); in decode_omp_directive() 1577 case ST_OMP_TARGET_DATA: case ST_OMP_TARGET_TEAMS: \ 2424 case ST_OMP_TARGET_DATA: in gfc_ascii_statement() 5255 case ST_OMP_TARGET_DATA: in parse_omp_structured_block() 5565 case ST_OMP_TARGET_DATA: in parse_executable()
|
H A D | gfortran.h | 275 ST_OMP_TARGET, ST_OMP_END_TARGET, ST_OMP_TARGET_DATA, ST_OMP_END_TARGET_DATA, enumerator
|
H A D | ChangeLog-2014 | 1372 ST_OMP_TARGET_DATA, ST_OMP_END_TARGET_DATA, ST_OMP_TARGET_UPDATE,
|
H A D | openmp.c | 5952 return ST_OMP_TARGET_DATA; in omp_code_to_statement()
|
H A D | openmp.cc | 8742 return ST_OMP_TARGET_DATA; in omp_code_to_statement()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 1002 matcho ("target data", gfc_match_omp_target_data, ST_OMP_TARGET_DATA); in decode_omp_directive() 1577 case ST_OMP_TARGET_DATA: case ST_OMP_TARGET_TEAMS: \ 2424 case ST_OMP_TARGET_DATA: in gfc_ascii_statement() 5255 case ST_OMP_TARGET_DATA: in parse_omp_structured_block() 5565 case ST_OMP_TARGET_DATA: in parse_executable()
|
H A D | gfortran.h | 241 ST_OMP_TARGET, ST_OMP_END_TARGET, ST_OMP_TARGET_DATA, ST_OMP_END_TARGET_DATA, enumerator
|
H A D | openmp.c | 5952 return ST_OMP_TARGET_DATA; in omp_code_to_statement()
|