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

/haiku-buildtools/gcc/gcc/fortran/
H A Dprimary.c2331 gfc_constructor_base *ctor_head, gfc_symbol *sym)
2367 gfc_constructor_append_expr (ctor_head, value, NULL);
2402 gfc_constructor_append_expr (ctor_head, value, NULL);
2424 gfc_constructor_base ctor_head = NULL; local
2574 if (!build_actual_constructor (&comp_head, &ctor_head, sym))
2597 expr->value.constructor = ctor_head;
2605 expr->value.constructor = ctor_head;
2623 gfc_constructor_free (ctor_head);
2330 build_actual_constructor(gfc_structure_ctor_component **comp_head, gfc_constructor_base *ctor_head, gfc_symbol *sym) argument

Completed in 43 milliseconds