Searched refs:gfc_get_structure_ctor_component (Results 1 – 3 of 3) sorted by relevance
3009 #define gfc_get_structure_ctor_component() XCNEW (gfc_structure_ctor_component) macro3158 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()
3017 #define gfc_get_structure_ctor_component() XCNEW (gfc_structure_ctor_component) macro3166 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()
2007 gfc_get_structure_ctor_component, gfc_match_structure_constructor): Likewise.