Searched refs:u_union_type (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-types.c | 3542 a_struct_type, u_union_type, tmp, *chain; in gfc_get_caf_reference_type() local 3624 u_union_type = make_node (UNION_TYPE); in gfc_get_caf_reference_type() 3625 tmp = gfc_add_field_to_struct_1 (u_union_type, get_identifier ("c"), in gfc_get_caf_reference_type() 3628 tmp = gfc_add_field_to_struct_1 (u_union_type, get_identifier ("a"), in gfc_get_caf_reference_type() 3631 gfc_finish_type (u_union_type); in gfc_get_caf_reference_type() 3645 u_union_type, &chain); in gfc_get_caf_reference_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-types.cc | 3650 a_struct_type, u_union_type, tmp, *chain; in gfc_get_caf_reference_type() local 3732 u_union_type = make_node (UNION_TYPE); in gfc_get_caf_reference_type() 3733 tmp = gfc_add_field_to_struct_1 (u_union_type, get_identifier ("c"), in gfc_get_caf_reference_type() 3736 tmp = gfc_add_field_to_struct_1 (u_union_type, get_identifier ("a"), in gfc_get_caf_reference_type() 3739 gfc_finish_type (u_union_type); in gfc_get_caf_reference_type() 3753 u_union_type, &chain); in gfc_get_caf_reference_type()
|