Searched refs:ST_LABEL_ASSIGNMENT (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2003 | 5 * gfortran.h (gfc_statement): New ST_LABEL_ASSIGNMENT. 10 * match.c (gfc_match_if): Change ST_NONE to ST_LABEL_ASSIGNMENT. 13 * parse.c (decode_statement): Add ST_LABEL_ASSIGNMENT. 14 (next_statement): Add ST_LABEL_ASSIGNMENT. 15 (gfc_ascii_statement): Add ST_LABEL_ASSIGNMENT.
|
H A D | parse.cc | 444 match ("assign", gfc_match_assign, ST_LABEL_ASSIGNMENT); in decode_statement() 1671 case ST_LABEL_ASSIGNMENT: case ST_FLUSH: case ST_OMP_FLUSH: \ 2262 case ST_LABEL_ASSIGNMENT: in gfc_ascii_statement()
|
H A D | gfortran.h | 251 ST_STATEMENT_FUNCTION, ST_DERIVED_DECL, ST_LABEL_ASSIGNMENT, ST_ENUM, enumerator
|
H A D | match.cc | 1606 match ("assign", gfc_match_assign, ST_LABEL_ASSIGNMENT) in gfc_match_if()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 442 match ("assign", gfc_match_assign, ST_LABEL_ASSIGNMENT); in decode_statement() 1552 case ST_LABEL_ASSIGNMENT: case ST_FLUSH: case ST_OMP_FLUSH: \ 2132 case ST_LABEL_ASSIGNMENT: in gfc_ascii_statement()
|
H A D | gfortran.h | 217 ST_STATEMENT_FUNCTION, ST_DERIVED_DECL, ST_LABEL_ASSIGNMENT, ST_ENUM, enumerator
|
H A D | match.c | 1631 match ("assign", gfc_match_assign, ST_LABEL_ASSIGNMENT) in gfc_match_if()
|