Searched refs:desc_base_type (Results 1 – 1 of 1) sorted by relevance
75 static struct type *desc_base_type (struct type *);1104 desc_base_type (struct type *type) in desc_base_type() function1123 is_suffix (ada_type_name (desc_base_type (type)), "___XUT") in is_thin_pntr()1124 || is_suffix (ada_type_name (desc_base_type (type)), "___XUT___XVE"); in is_thin_pntr()1132 struct type *base_type = desc_base_type (type); in thin_descriptor_type()1166 type = desc_base_type (type); in is_thick_pntr()1179 type = desc_base_type (type); in desc_bounds_type()1243 return TYPE_FIELD_BITPOS (desc_base_type (type), 1); in fat_pntr_bounds_bitpos()1252 type = desc_base_type (type); in fat_pntr_bounds_bitsize()1268 type = desc_base_type (type); in desc_data_type()[all …]