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 D | trans-types.h | 102 tree gfc_add_field_to_struct (tree, tree, tree, tree **);
|
H A D | trans-io.cc | 193 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 D | trans-types.cc | 2426 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 D | ChangeLog-2010 | 2969 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 D | ChangeLog-2016 | 2573 * trans-types.c (gfc_add_field_to_struct): Use SET_DECL_ALIGN.
|
H A D | trans-stmt.cc | 3456 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 D | trans-types.h | 103 tree gfc_add_field_to_struct (tree, tree, tree, tree **);
|
H A D | trans-io.c | 193 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 D | trans-types.c | 2360 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 D | trans-stmt.c | 3418 ss_##NAME[k] = gfc_add_field_to_struct (select_struct[k], \ in gfc_trans_character_select()
|