Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c3000 typedef struct gfc_structure_ctor_component struct
3005 struct gfc_structure_ctor_component* next; argument
3007 gfc_structure_ctor_component; typedef
3009 #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()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dprimary.cc3008 typedef struct gfc_structure_ctor_component struct
3013 struct gfc_structure_ctor_component* next; argument
3015 gfc_structure_ctor_component; typedef
3017 #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()
H A DChangeLog-20082651 * primary.c: New private structure "gfc_structure_ctor_component".