Searched refs:gfc_structure_ctor_component (Results 1 – 3 of 3) sorted by relevance
3000 typedef struct gfc_structure_ctor_component struct3005 struct gfc_structure_ctor_component* next; argument3007 gfc_structure_ctor_component; typedef3009 #define gfc_get_structure_ctor_component() XCNEW (gfc_structure_ctor_component)3012 gfc_free_structure_ctor_component (gfc_structure_ctor_component *comp) in gfc_free_structure_ctor_component()3025 build_actual_constructor (gfc_structure_ctor_component **comp_head, in build_actual_constructor()3028 gfc_structure_ctor_component *comp_iter; in build_actual_constructor()3033 gfc_structure_ctor_component **next_ptr; in build_actual_constructor()3128 gfc_structure_ctor_component *comp_tail, *comp_head, *comp_iter; in gfc_convert_to_structure_constructor()3364 gfc_structure_ctor_component *next = comp_iter->next; in gfc_convert_to_structure_constructor()
3008 typedef struct gfc_structure_ctor_component struct3013 struct gfc_structure_ctor_component* next; argument3015 gfc_structure_ctor_component; typedef3017 #define gfc_get_structure_ctor_component() XCNEW (gfc_structure_ctor_component)3020 gfc_free_structure_ctor_component (gfc_structure_ctor_component *comp) in gfc_free_structure_ctor_component()3033 build_actual_constructor (gfc_structure_ctor_component **comp_head, in build_actual_constructor()3036 gfc_structure_ctor_component *comp_iter; in build_actual_constructor()3041 gfc_structure_ctor_component **next_ptr; in build_actual_constructor()3136 gfc_structure_ctor_component *comp_tail, *comp_head, *comp_iter; in gfc_convert_to_structure_constructor()3372 gfc_structure_ctor_component *next = comp_iter->next; in gfc_convert_to_structure_constructor()
2651 * primary.c: New private structure "gfc_structure_ctor_component".