Home
last modified time | relevance | path

Searched refs:gfc_get_structure_ctor_component (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c3009 #define gfc_get_structure_ctor_component() XCNEW (gfc_structure_ctor_component) macro
3158 comp_tail = comp_head = gfc_get_structure_ctor_component (); in gfc_convert_to_structure_constructor()
3161 comp_tail->next = gfc_get_structure_ctor_component (); in gfc_convert_to_structure_constructor()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dprimary.cc3017 #define gfc_get_structure_ctor_component() XCNEW (gfc_structure_ctor_component) macro
3166 comp_tail = comp_head = gfc_get_structure_ctor_component (); in gfc_convert_to_structure_constructor()
3169 comp_tail->next = gfc_get_structure_ctor_component (); in gfc_convert_to_structure_constructor()
H A DChangeLog-20082007 gfc_get_structure_ctor_component, gfc_match_structure_constructor): Likewise.