Home
last modified time | relevance | path

Searched refs:ST_LABEL_ASSIGNMENT (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20035 * 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 Dparse.cc444 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 Dgfortran.h251 ST_STATEMENT_FUNCTION, ST_DERIVED_DECL, ST_LABEL_ASSIGNMENT, ST_ENUM, enumerator
H A Dmatch.cc1606 match ("assign", gfc_match_assign, ST_LABEL_ASSIGNMENT) in gfc_match_if()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c442 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 Dgfortran.h217 ST_STATEMENT_FUNCTION, ST_DERIVED_DECL, ST_LABEL_ASSIGNMENT, ST_ENUM, enumerator
H A Dmatch.c1631 match ("assign", gfc_match_assign, ST_LABEL_ASSIGNMENT) in gfc_match_if()