Home
last modified time | relevance | path

Searched refs:gfc_add_field_to_struct (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-types.h102 tree gfc_add_field_to_struct (tree, tree, tree, tree **);
H A Dtrans-io.cc193 p->field = gfc_add_field_to_struct (t, get_identifier (p->name), in gfc_build_st_parameter()
197 p->field = gfc_add_field_to_struct (t, get_identifier (p->name), in gfc_build_st_parameter()
205 p->field_len = gfc_add_field_to_struct (t, get_identifier (name), in gfc_build_st_parameter()
209 p->field = gfc_add_field_to_struct (t, get_identifier (p->name), in gfc_build_st_parameter()
214 = gfc_add_field_to_struct (t, in gfc_build_st_parameter()
H A Dtrans-types.cc2426 gfc_add_field_to_struct (tree context, tree name, tree type, tree **chain) in gfc_add_field_to_struct() function
2543 map_field = gfc_add_field_to_struct(typenode, get_identifier(map->name), in gfc_get_union_type()
2856 field = gfc_add_field_to_struct (typenode, in gfc_get_derived_type()
H A DChangeLog-20102969 gfc_add_field_to_struct.
2976 (gfc_add_field_to_struct): Update call to gfc_add_field_to_struct_1
2981 * trans-types.h (gfc_add_field_to_struct): Update prototype.
3107 * trans-types.h (gfc_add_field_to_struct): Add tree ** parameter.
3110 (gfc_add_field_to_struct): ...here. Call it. Add new parameter.
3116 gfc_add_field_to_struct.
H A DChangeLog-20162573 * trans-types.c (gfc_add_field_to_struct): Use SET_DECL_ALIGN.
H A Dtrans-stmt.cc3456 ss_##NAME[k] = gfc_add_field_to_struct (select_struct[k], \ in gfc_trans_character_select()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-types.h103 tree gfc_add_field_to_struct (tree, tree, tree, tree **);
H A Dtrans-io.c193 p->field = gfc_add_field_to_struct (t, get_identifier (p->name), in gfc_build_st_parameter()
197 p->field = gfc_add_field_to_struct (t, get_identifier (p->name), in gfc_build_st_parameter()
205 p->field_len = gfc_add_field_to_struct (t, get_identifier (name), in gfc_build_st_parameter()
209 p->field = gfc_add_field_to_struct (t, get_identifier (p->name), in gfc_build_st_parameter()
214 = gfc_add_field_to_struct (t, in gfc_build_st_parameter()
H A Dtrans-types.c2360 gfc_add_field_to_struct (tree context, tree name, tree type, tree **chain) in gfc_add_field_to_struct() function
2475 map_field = gfc_add_field_to_struct(typenode, get_identifier(map->name), in gfc_get_union_type()
2786 field = gfc_add_field_to_struct (typenode, in gfc_get_derived_type()
H A Dtrans-stmt.c3418 ss_##NAME[k] = gfc_add_field_to_struct (select_struct[k], \ in gfc_trans_character_select()