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

/haiku-buildtools/gcc/gcc/fortran/
H A Dprimary.c2305 typedef struct gfc_structure_ctor_component struct
2310 struct gfc_structure_ctor_component* next;
2312 gfc_structure_ctor_component; typedef in typeref:struct:gfc_structure_ctor_component
2314 #define gfc_get_structure_ctor_component() XCNEW (gfc_structure_ctor_component)
2317 gfc_free_structure_ctor_component (gfc_structure_ctor_component *comp)
2330 build_actual_constructor (gfc_structure_ctor_component **comp_head,
2333 gfc_structure_ctor_component *comp_iter;
2338 gfc_structure_ctor_component **next_ptr;
2423 gfc_structure_ctor_component *comp_tail, *comp_head, *comp_iter;
2619 gfc_structure_ctor_component *nex
[all...]

Completed in 47 milliseconds