Home
last modified time | relevance | path

Searched refs:gfc_match_structure_constructor (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.h288 match gfc_match_structure_constructor (gfc_symbol *, gfc_expr **);
H A Dprimary.c3375 gfc_match_structure_constructor (gfc_symbol *sym, gfc_expr **result) in gfc_match_structure_constructor() function
H A Ddecl.c454 return gfc_match_structure_constructor (dt_sym, result); in match_data_constant()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.h299 match gfc_match_structure_constructor (gfc_symbol *, gfc_expr **);
H A DChangeLog-2008986 * primary.c (gfc_match_structure_constructor): Check that no ABSTRACT
1207 * primary.c (match_varspec), (gfc_match_structure_constructor): Ditto.
1415 gfc_match_structure_constructor.
1426 gfc_match_structure_constructor.
1428 from gfc_match_structure_constructor and modified to call self
1431 (gfc_match_structure_constructor): Do not throw error for too
1438 gfc_match_structure_constructor.
2007 gfc_get_structure_ctor_component, gfc_match_structure_constructor): Likewise.
2653 (gfc_match_structure_constructor): Extended largely to support named
H A DChangeLog-20042102 gfc_match_actual_arglist, gfc_match_structure_constructor,
2310 (gfc_match_structure_constructor): ... to this. Make non-static.
2312 * match.h (gfc_match_structure_constructor): Declare.
H A DChangeLog-2011400 * match.h (gfc_match_structure_constructor): Update prototype.
413 (gfc_match_structure_constructor): Restructured; calls
1658 * primary.c (gfc_match_structure_constructor): Handle parsing of
3515 * primary.c (gfc_match_structure_constructor): Handle empty parent
H A DChangeLog-2015310 * primary.c (gfc_match_structure_constructor): Reduce a structure
321 * primary.c (gfc_match_structure_constructor): Fix whitespace.
881 * primary.c (gfc_match_structure_constructor): Use a possibly
H A Dprimary.cc3383 gfc_match_structure_constructor (gfc_symbol *sym, gfc_expr **result) in gfc_match_structure_constructor() function
H A DChangeLog1646 * primary.c (gfc_match_structure_constructor): Recover from errors
H A DChangeLog-20171230 (gfc_match_structure_constructor, match_variable): Remove yet
H A DChangeLog-2010907 * primary.c (gfc_match_structure_constructor): Invert the assert logic.
4653 (gfc_match_structure_constructor): Likewise.
H A DChangeLog-2007595 * primary.c (gfc_match_structure_constructor): Allow
3316 * (gfc_match_structure_constructor): Check for private access state.
H A DChangeLog-2018149 * primary.c (gfc_match_structure_constructor): Set the locus of
H A DChangeLog-20162524 * primary.c (gfc_match_varspec, gfc_match_structure_constructor,
H A Ddecl.cc454 return gfc_match_structure_constructor (dt_sym, result); in match_data_constant()