Searched refs:c_struct_type (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-types.c | 3541 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type, in gfc_get_caf_reference_type() local 3548 c_struct_type = make_node (RECORD_TYPE); in gfc_get_caf_reference_type() 3549 tmp = gfc_add_field_to_struct_1 (c_struct_type, in gfc_get_caf_reference_type() 3553 tmp = gfc_add_field_to_struct_1 (c_struct_type, in gfc_get_caf_reference_type() 3557 gfc_finish_type (c_struct_type); in gfc_get_caf_reference_type() 3626 c_struct_type, &chain); in gfc_get_caf_reference_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-types.cc | 3649 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type, in gfc_get_caf_reference_type() local 3656 c_struct_type = make_node (RECORD_TYPE); in gfc_get_caf_reference_type() 3657 tmp = gfc_add_field_to_struct_1 (c_struct_type, in gfc_get_caf_reference_type() 3661 tmp = gfc_add_field_to_struct_1 (c_struct_type, in gfc_get_caf_reference_type() 3665 gfc_finish_type (c_struct_type); in gfc_get_caf_reference_type() 3734 c_struct_type, &chain); in gfc_get_caf_reference_type()
|