Searched refs:gfc_match_structure_decl (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | match.h | 233 match gfc_match_structure_decl (void);
|
H A D | parse.c | 260 match ("structure", gfc_match_structure_decl, ST_STRUCTURE_DECL); in decode_specification_statement() 557 match ("structure", gfc_match_structure_decl, ST_STRUCTURE_DECL); in decode_statement()
|
H A D | decl.c | 4360 m = gfc_match_structure_decl (); in gfc_match_decl_type_spec() 10258 gfc_match_structure_decl (void) in gfc_match_structure_decl() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | match.h | 250 match gfc_match_structure_decl (void);
|
H A D | ChangeLog-2016 | 1148 gfc_match_structure_decl): Ditto. 1857 * decl.c (gfc_match_structure_decl): Make gfc_structure_id static. 2484 gfc_match_structure_decl): New prototypes. 2496 gfc_match_map, gfc_match_union, gfc_match_structure_decl): Likewise.
|
H A D | parse.cc | 262 match ("structure", gfc_match_structure_decl, ST_STRUCTURE_DECL); in decode_specification_statement() 559 match ("structure", gfc_match_structure_decl, ST_STRUCTURE_DECL); in decode_statement()
|
H A D | ChangeLog-2017 | 1601 gfc_match_static, gfc_match_structure_decl): Unify diagnostic 2090 (gfc_match_structure_decl): Don't sprintf back to name, call
|
H A D | decl.cc | 4465 m = gfc_match_structure_decl (); in gfc_match_decl_type_spec() 10348 gfc_match_structure_decl (void) in gfc_match_structure_decl() function
|