Home
last modified time | relevance | path

Searched refs:ST_ENUM (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.c211 match ("enum , bind ( c )", gfc_match_enum, ST_ENUM); in decode_specification_statement()
481 match ("enum , bind ( c )", gfc_match_enum, ST_ENUM); in decode_statement()
2135 case ST_ENUM: in gfc_ascii_statement()
3928 case ST_ENUM: in parse_spec()
H A Dparse.cc213 match ("enum , bind ( c )", gfc_match_enum, ST_ENUM); in decode_specification_statement()
483 match ("enum , bind ( c )", gfc_match_enum, ST_ENUM); in decode_statement()
2264 case ST_ENUM: in gfc_ascii_statement()
4174 case ST_ENUM: in parse_spec()
H A Dgfortran.h251 ST_STATEMENT_FUNCTION, ST_DERIVED_DECL, ST_LABEL_ASSIGNMENT, ST_ENUM, enumerator
H A DChangeLog-2005891 * gfortran.h (gfc_statement): ST_ENUM, ST_ENUMERATOR, ST_END_ENUM
902 (parse_spec): Added case ST_ENUM.
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c211 match ("enum , bind ( c )", gfc_match_enum, ST_ENUM); in decode_specification_statement()
481 match ("enum , bind ( c )", gfc_match_enum, ST_ENUM); in decode_statement()
2135 case ST_ENUM: in gfc_ascii_statement()
3928 case ST_ENUM: in parse_spec()
H A Dgfortran.h217 ST_STATEMENT_FUNCTION, ST_DERIVED_DECL, ST_LABEL_ASSIGNMENT, ST_ENUM, enumerator