Searched refs:ST_OMP_TARGET (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.cc | 1109 matcho ("target", gfc_match_omp_target, ST_OMP_TARGET); in decode_omp_directive() 1172 case ST_OMP_TARGET: in decode_omp_directive() 1701 case ST_OMP_DO_SIMD: case ST_OMP_PARALLEL_DO_SIMD: case ST_OMP_TARGET: \ 2658 case ST_OMP_TARGET: in gfc_ascii_statement() 5555 case ST_OMP_TARGET: in parse_omp_structured_block() 5889 case ST_OMP_TARGET: in parse_executable()
|
H A D | parse.c | 1028 matcho ("target", gfc_match_omp_target, ST_OMP_TARGET); in decode_omp_directive() 1576 case ST_OMP_DO_SIMD: case ST_OMP_PARALLEL_DO_SIMD: case ST_OMP_TARGET: \ 2421 case ST_OMP_TARGET: in gfc_ascii_statement() 5252 case ST_OMP_TARGET: in parse_omp_structured_block() 5564 case ST_OMP_TARGET: in parse_executable()
|
H A D | ChangeLog-2014 | 1371 * gfortran.h (gfc_statement): Add ST_OMP_TARGET, ST_OMP_END_TARGET, 1487 (case_exec_markers): Add ST_OMP_TARGET*, ST_OMP_TEAMS*,
|
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 | openmp.c | 5950 return ST_OMP_TARGET; in omp_code_to_statement()
|
H A D | openmp.cc | 8740 return ST_OMP_TARGET; in omp_code_to_statement()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 1028 matcho ("target", gfc_match_omp_target, ST_OMP_TARGET); in decode_omp_directive() 1576 case ST_OMP_DO_SIMD: case ST_OMP_PARALLEL_DO_SIMD: case ST_OMP_TARGET: \ 2421 case ST_OMP_TARGET: in gfc_ascii_statement() 5252 case ST_OMP_TARGET: in parse_omp_structured_block() 5564 case ST_OMP_TARGET: 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 | 5950 return ST_OMP_TARGET; in omp_code_to_statement()
|