Searched refs:ST_STOP (Results 1 – 8 of 8) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | match.c | 1660 match ("stop", gfc_match_stop, ST_STOP) in gfc_match_if() 3104 if (st == ST_STOP && gfc_find_state (COMP_CRITICAL)) in gfc_match_stopcode() 3109 if (st == ST_STOP && gfc_find_state (COMP_DO_CONCURRENT)) in gfc_match_stopcode() 3173 case ST_STOP: in gfc_match_stopcode() 3223 return gfc_match_stopcode (ST_STOP); in gfc_match_stop()
|
H A D | match.cc | 1635 match ("stop", gfc_match_stop, ST_STOP) in gfc_match_if() 3131 if (st == ST_STOP && gfc_find_state (COMP_CRITICAL)) in gfc_match_stopcode() 3136 if (st == ST_STOP && gfc_find_state (COMP_DO_CONCURRENT)) in gfc_match_stopcode() 3212 case ST_STOP: in gfc_match_stopcode() 3264 return gfc_match_stopcode (ST_STOP); in gfc_match_stop()
|
H A D | parse.c | 559 match ("stop", gfc_match_stop, ST_STOP); in decode_statement() 1549 case ST_PAUSE: case ST_STOP: case ST_WAIT: case ST_WRITE: \ 2065 case ST_STOP: in gfc_ascii_statement() 5464 case ST_STOP: in parse_executable()
|
H A D | parse.cc | 561 match ("stop", gfc_match_stop, ST_STOP); in decode_statement() 1667 case ST_PAUSE: case ST_STOP: case ST_WAIT: case ST_WRITE: \ 2194 case ST_STOP: in gfc_ascii_statement() 5785 case ST_STOP: in parse_executable()
|
H A D | gfortran.h | 248 ST_READ, ST_RETURN, ST_REWIND, ST_STOP, ST_SUBROUTINE, ST_TYPE, ST_USE, enumerator
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | match.c | 1660 match ("stop", gfc_match_stop, ST_STOP) in gfc_match_if() 3104 if (st == ST_STOP && gfc_find_state (COMP_CRITICAL)) in gfc_match_stopcode() 3109 if (st == ST_STOP && gfc_find_state (COMP_DO_CONCURRENT)) in gfc_match_stopcode() 3173 case ST_STOP: in gfc_match_stopcode() 3223 return gfc_match_stopcode (ST_STOP); in gfc_match_stop()
|
H A D | parse.c | 559 match ("stop", gfc_match_stop, ST_STOP); in decode_statement() 1549 case ST_PAUSE: case ST_STOP: case ST_WAIT: case ST_WRITE: \ 2065 case ST_STOP: in gfc_ascii_statement() 5464 case ST_STOP: in parse_executable()
|
H A D | gfortran.h | 214 ST_READ, ST_RETURN, ST_REWIND, ST_STOP, ST_SUBROUTINE, ST_TYPE, ST_USE, enumerator
|