Searched refs:ST_DO (Results 1 – 9 of 9) sorted by relevance
/netbsd/sys/dev/eisa/ |
H A D | ahbreg.h | 143 #define ST_DO 0x0020 macro
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.c | 423 match (NULL, gfc_match_do, ST_DO); in decode_statement() 1567 #define case_exec_markers case ST_DO: case ST_FORALL_BLOCK: \ 1872 case ST_DO: in gfc_ascii_statement() 4850 accept_statement (ST_DO); in parse_do_block() 4925 else if (st == ST_DO) in parse_omp_do() 5172 else if (st == ST_DO) in parse_oacc_loop() 5468 case ST_DO: in parse_executable() 5522 case ST_DO: in parse_executable()
|
H A D | parse.cc | 425 match (NULL, gfc_match_do, ST_DO); in decode_statement() 1685 #define case_exec_markers case ST_DO: case ST_FORALL_BLOCK: \ 2001 case ST_DO: in gfc_ascii_statement() 5096 accept_statement (ST_DO); in parse_do_block() 5171 else if (st == ST_DO) in parse_omp_do() 5463 else if (st == ST_DO) in parse_oacc_loop() 5789 case ST_DO: in parse_executable() 5843 case ST_DO: in parse_executable()
|
H A D | match.c | 2692 gfc_syntax_error (ST_DO); in gfc_match_do() 2727 gfc_syntax_error (ST_DO); in gfc_match_do()
|
H A D | match.cc | 2667 gfc_syntax_error (ST_DO); in gfc_match_do() 2702 gfc_syntax_error (ST_DO); in gfc_match_do()
|
H A D | gfortran.h | 238 ST_DATA, ST_DATA_DECL, ST_DEALLOCATE, ST_DO, ST_ELSE, ST_ELSEIF, enumerator
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 423 match (NULL, gfc_match_do, ST_DO); in decode_statement() 1567 #define case_exec_markers case ST_DO: case ST_FORALL_BLOCK: \ 1872 case ST_DO: in gfc_ascii_statement() 4850 accept_statement (ST_DO); in parse_do_block() 4925 else if (st == ST_DO) in parse_omp_do() 5172 else if (st == ST_DO) in parse_oacc_loop() 5468 case ST_DO: in parse_executable() 5522 case ST_DO: in parse_executable()
|
H A D | match.c | 2692 gfc_syntax_error (ST_DO); in gfc_match_do() 2727 gfc_syntax_error (ST_DO); in gfc_match_do()
|
H A D | gfortran.h | 204 ST_DATA, ST_DATA_DECL, ST_DEALLOCATE, ST_DO, ST_ELSE, ST_ELSEIF, enumerator
|