Home
last modified time | relevance | path

Searched refs:ST_OACC_SERIAL_LOOP (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.c712 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 Dparse.cc716 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 DChangeLog-2019387 * 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 Dgfortran.h260 ST_OACC_SERIAL_LOOP, ST_OACC_END_SERIAL_LOOP, ST_OACC_SERIAL, enumerator
H A Dopenmp.c6027 return ST_OACC_SERIAL_LOOP; in oacc_code_to_statement()
H A Dopenmp.cc8826 return ST_OACC_SERIAL_LOOP; in oacc_code_to_statement()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c712 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 Dgfortran.h226 ST_OACC_SERIAL_LOOP, ST_OACC_END_SERIAL_LOOP, ST_OACC_SERIAL, enumerator
H A Dopenmp.c6027 return ST_OACC_SERIAL_LOOP; in oacc_code_to_statement()