Searched refs:ST_OACC_SERIAL_LOOP (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.c | 712 matcha ("serial loop", gfc_match_oacc_serial_loop, ST_OACC_SERIAL_LOOP); in decode_oacc_directive() 1593 case ST_OACC_KERNELS_LOOP: case ST_OACC_SERIAL_LOOP: case ST_OACC_SERIAL: \ 2168 case ST_OACC_SERIAL_LOOP: in gfc_ascii_statement() 5199 (acc_st == ST_OACC_SERIAL_LOOP && st == ST_OACC_END_SERIAL_LOOP) || in parse_oacc_loop() 5542 case ST_OACC_SERIAL_LOOP: in parse_executable()
|
H A D | parse.cc | 716 matcha ("serial loop", gfc_match_oacc_serial_loop, ST_OACC_SERIAL_LOOP); in decode_oacc_directive() 1720 case ST_OACC_KERNELS_LOOP: case ST_OACC_SERIAL_LOOP: case ST_OACC_SERIAL: \ 2297 case ST_OACC_SERIAL_LOOP: in gfc_ascii_statement() 5490 (acc_st == ST_OACC_SERIAL_LOOP && st == ST_OACC_END_SERIAL_LOOP) || in parse_oacc_loop() 5863 case ST_OACC_SERIAL_LOOP: in parse_executable()
|
H A D | ChangeLog-2019 | 387 * gfortran.h (gfc_statement): Add ST_OACC_SERIAL_LOOP, 407 (next_statement): Handle ST_OACC_SERIAL_LOOP and ST_OACC_SERIAL. 411 (parse_oacc_loop): Handle ST_OACC_SERIAL_LOOP and 413 (parse_executable): Handle ST_OACC_SERIAL_LOOP and
|
H A D | gfortran.h | 260 ST_OACC_SERIAL_LOOP, ST_OACC_END_SERIAL_LOOP, ST_OACC_SERIAL, enumerator
|
H A D | openmp.c | 6027 return ST_OACC_SERIAL_LOOP; in oacc_code_to_statement()
|
H A D | openmp.cc | 8826 return ST_OACC_SERIAL_LOOP; in oacc_code_to_statement()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 712 matcha ("serial loop", gfc_match_oacc_serial_loop, ST_OACC_SERIAL_LOOP); in decode_oacc_directive() 1593 case ST_OACC_KERNELS_LOOP: case ST_OACC_SERIAL_LOOP: case ST_OACC_SERIAL: \ 2168 case ST_OACC_SERIAL_LOOP: in gfc_ascii_statement() 5199 (acc_st == ST_OACC_SERIAL_LOOP && st == ST_OACC_END_SERIAL_LOOP) || in parse_oacc_loop() 5542 case ST_OACC_SERIAL_LOOP: in parse_executable()
|
H A D | gfortran.h | 226 ST_OACC_SERIAL_LOOP, ST_OACC_END_SERIAL_LOOP, ST_OACC_SERIAL, enumerator
|
H A D | openmp.c | 6027 return ST_OACC_SERIAL_LOOP; in oacc_code_to_statement()
|