Home
last modified time | relevance | path

Searched refs:TYPE_TARGET_TYPE (Results 1 – 25 of 45) sorted by relevance

12

/NextBSD/contrib/gdb/gdb/
HDp-typeprint.c207 pascal_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, 0, 1); in pascal_type_print_varspec_prefix()
213 pascal_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, 0, 0); in pascal_type_print_varspec_prefix()
226 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) != TYPE_CODE_VOID) in pascal_type_print_varspec_prefix()
244 pascal_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, 0, 1); in pascal_type_print_varspec_prefix()
252 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) != TYPE_CODE_VOID) in pascal_type_print_varspec_prefix()
267 if (TYPE_LENGTH (type) >= 0 && TYPE_LENGTH (TYPE_TARGET_TYPE (type)) > 0 in pascal_type_print_varspec_prefix()
358 pascal_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, 0, 0, 0); in pascal_type_print_varspec_suffix()
367 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) != TYPE_CODE_VOID) in pascal_type_print_varspec_suffix()
370 pascal_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, 0, 0); in pascal_type_print_varspec_suffix()
371 pascal_type_print_base (TYPE_TARGET_TYPE (type), stream, show, 0); in pascal_type_print_varspec_suffix()
[all …]
HDf-typeprint.c113 f_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, 0, 1); in f_type_print_varspec_prefix()
117 f_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, 0, 0); in f_type_print_varspec_prefix()
123 f_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, 0, 0); in f_type_print_varspec_prefix()
180 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_ARRAY) in f_type_print_varspec_suffix()
181 f_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, 0, 0, 0); in f_type_print_varspec_suffix()
214 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) != TYPE_CODE_ARRAY) in f_type_print_varspec_suffix()
215 f_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, 0, 0, 0); in f_type_print_varspec_suffix()
225 f_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, 0, 1, 0); in f_type_print_varspec_suffix()
230 f_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, 0, in f_type_print_varspec_suffix()
319 f_type_print_base (TYPE_TARGET_TYPE (type), stream, 0, level); in f_type_print_base()
[all …]
HDc-valprint.c87 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in c_val_print()
88 if (TYPE_LENGTH (type) > 0 && TYPE_LENGTH (TYPE_TARGET_TYPE (type)) > 0) in c_val_print()
160 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in c_val_print()
168 TYPE_DOMAIN_TYPE (TYPE_TARGET_TYPE (type)), in c_val_print()
232 wtype = TYPE_TARGET_TYPE (type); in c_val_print()
257 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in c_val_print()
281 (TYPE_TARGET_TYPE (type), in c_val_print()
464 TYPE_TARGET_TYPE (type), in c_val_print()
467 print_floating (valaddr + embedded_offset, TYPE_TARGET_TYPE (type), in c_val_print()
472 + TYPE_LENGTH (TYPE_TARGET_TYPE (type)), in c_val_print()
[all …]
HDc-typeprint.c219 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 1, 1); in c_type_print_varspec_prefix()
227 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 0, 0); in c_type_print_varspec_prefix()
240 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 0, 0); in c_type_print_varspec_prefix()
250 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 1, 0); in c_type_print_varspec_prefix()
256 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 0, 0); in c_type_print_varspec_prefix()
262 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 0, 0); in c_type_print_varspec_prefix()
268 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 0, 0); in c_type_print_varspec_prefix()
543 if (TYPE_LENGTH (type) >= 0 && TYPE_LENGTH (TYPE_TARGET_TYPE (type)) > 0 in c_type_print_varspec_suffix()
547 / TYPE_LENGTH (TYPE_TARGET_TYPE (type)))); in c_type_print_varspec_suffix()
550 c_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, show, in c_type_print_varspec_suffix()
[all …]
HDf-valprint.c209 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_ARRAY in f77_get_dynamic_length_of_aggregate()
210 || TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_STRING) in f77_get_dynamic_length_of_aggregate()
211 f77_get_dynamic_length_of_aggregate (TYPE_TARGET_TYPE (type)); in f77_get_dynamic_length_of_aggregate()
225 (upper_bound - lower_bound + 1) * TYPE_LENGTH (check_typedef (TYPE_TARGET_TYPE (type))); in f77_get_dynamic_length_of_aggregate()
256 tmp_type = TYPE_TARGET_TYPE (tmp_type); in f77_create_arrayprint_offset_tbl()
293 f77_print_array_1 (nss + 1, ndimensions, TYPE_TARGET_TYPE (type), in f77_print_array_1()
307 val_print (TYPE_TARGET_TYPE (type), in f77_print_array_1()
397 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in f_val_print()
426 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in f_val_print()
443 (TYPE_TARGET_TYPE (type), in f_val_print()
HDeval.c514 struct type *element_type = TYPE_TARGET_TYPE (type); in evaluate_subexp_standard()
572 check_type = TYPE_TARGET_TYPE (check_type); in evaluate_subexp_standard()
602 range_low_type = TYPE_TARGET_TYPE (range_low_type); in evaluate_subexp_standard()
604 range_high_type = TYPE_TARGET_TYPE (range_high_type); in evaluate_subexp_standard()
922 type = TYPE_TARGET_TYPE (type); in evaluate_subexp_standard()
923 type = TYPE_TARGET_TYPE (type); in evaluate_subexp_standard()
1011 TYPE_DOMAIN_TYPE (TYPE_TARGET_TYPE (VALUE_TYPE (arg1))); in evaluate_subexp_standard()
1013 basetype = TYPE_TARGET_TYPE (VALUE_TYPE (arg2)); in evaluate_subexp_standard()
1036 VALUE_TYPE (arg1) = lookup_pointer_type (TYPE_TARGET_TYPE (VALUE_TYPE (arg1))); in evaluate_subexp_standard()
1089 type = TYPE_TARGET_TYPE (type); in evaluate_subexp_standard()
[all …]
HDp-valprint.c76 if (TYPE_LENGTH (type) > 0 && TYPE_LENGTH (TYPE_TARGET_TYPE (type)) > 0) in pascal_val_print()
78 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in pascal_val_print()
149 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in pascal_val_print()
157 TYPE_DOMAIN_TYPE (TYPE_TARGET_TYPE (type)), in pascal_val_print()
164 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in pascal_val_print()
238 wtype = TYPE_TARGET_TYPE (type); in pascal_val_print()
263 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in pascal_val_print()
289 (TYPE_TARGET_TYPE (type), in pascal_val_print()
553 TYPE_NAME (TYPE_TARGET_TYPE (type)) != NULL in pascal_value_print()
554 && strcmp (TYPE_NAME (TYPE_TARGET_TYPE (type)), "char") == 0) in pascal_value_print()
[all …]
HDada-valprint.c102 index_type = TYPE_TARGET_TYPE (index_type); in print_optional_low_bound()
153 elttype = TYPE_TARGET_TYPE (type); in val_print_packed_array_elements()
342 ada_print_scalar (TYPE_TARGET_TYPE (type), val, stream); in ada_print_scalar()
610 struct type *target_type = TYPE_TARGET_TYPE (type); in ada_val_print_1()
624 return ada_val_print_1 (TYPE_TARGET_TYPE (type), in ada_val_print_1()
693 if (TYPE_LENGTH (type) > 0 && TYPE_LENGTH (TYPE_TARGET_TYPE (type)) > 0) in ada_val_print_1()
695 elttype = TYPE_TARGET_TYPE (type); in ada_val_print_1()
741 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in ada_val_print_1()
820 TYPE_LENGTH (TYPE_TARGET_TYPE (type)) == sizeof (char) && in ada_value_print()
821 TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_INT && in ada_value_print()
[all …]
HDada-typeprint.c139 target_type = TYPE_TARGET_TYPE (type); in print_range()
251 base_type = TYPE_TARGET_TYPE (raw_type); in print_range_type_named()
377 arr_type = TYPE_TARGET_TYPE (arr_type)) in print_array_type()
392 k += 1, arr_type = TYPE_TARGET_TYPE (arr_type)) in print_array_type()
512 var_type = TYPE_TARGET_TYPE (var_type); in print_variant_clauses()
695 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_VOID) in print_func_type()
719 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) != TYPE_CODE_VOID) in print_func_type()
722 ada_print_type (TYPE_TARGET_TYPE (type), "", stream, 0, 0); in print_func_type()
787 ada_print_type (TYPE_TARGET_TYPE (type), "", stream, show, level); in ada_print_type()
791 ada_print_type (TYPE_TARGET_TYPE (type), "", stream, show, level); in ada_print_type()
HDgdbtypes.c257 TYPE_TARGET_TYPE (ntype) = type; in make_pointer_type()
324 TYPE_TARGET_TYPE (ntype) = type; in make_reference_type()
373 TYPE_TARGET_TYPE (ntype) = type; in make_function_type()
615 TYPE_TARGET_TYPE (mtype) = type; in allocate_stub_method()
638 TYPE_TARGET_TYPE (result_type) = index_type; in create_range_type()
747 TYPE_TARGET_TYPE (result_type) = element_type; in create_array_type()
984 TYPE_TARGET_TYPE (type) = to_type; in smash_to_member_type()
1008 TYPE_TARGET_TYPE (type) = to_type; in smash_to_method_type()
1228 type = TYPE_TARGET_TYPE (type); in lookup_struct_elt_type()
1382 if (!TYPE_TARGET_TYPE (type)) in check_typedef()
[all …]
HDgnu-v2-abi.c118 if (TYPE_TARGET_TYPE (context) != type1) in gnuv2_virtual_fn_field()
142 && TYPE_CODE (TYPE_TARGET_TYPE (VALUE_TYPE (vtbl))) == TYPE_CODE_ARRAY) in gnuv2_virtual_fn_field()
330 if (TYPE_TARGET_TYPE (fieldtype) == basetype) in vb_match()
334 && TYPE_NAME (TYPE_TARGET_TYPE (fieldtype)) != NULL in vb_match()
336 TYPE_NAME (TYPE_TARGET_TYPE (fieldtype))) == 0) in vb_match()
HDada-lang.c752 return check_typedef (TYPE_TARGET_TYPE (type)); in desc_base_type()
831 return check_typedef (TYPE_TARGET_TYPE (check_typedef (r))); in desc_bounds_type()
1016 && TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_ARRAY)); in ada_is_simple_array()
1031 && TYPE_TARGET_TYPE (data_type) != NULL in ada_is_array_descriptor()
1032 && TYPE_CODE (TYPE_TARGET_TYPE (data_type)) == TYPE_CODE_ARRAY) in ada_is_array_descriptor()
1072 check_typedef (TYPE_TARGET_TYPE (desc_data_type (VALUE_TYPE (arr)))); in ada_type_of_array()
1193 new_elt_type = packed_array_type (check_typedef (TYPE_TARGET_TYPE (type)), in packed_array_type()
1322 elt_type = check_typedef (TYPE_TARGET_TYPE (elt_type)); in value_subscript_packed()
1674 arr = value_cast (lookup_pointer_type (TYPE_TARGET_TYPE (type)), in ada_value_ptr_subscript()
1682 type = TYPE_TARGET_TYPE (type); in ada_value_ptr_subscript()
[all …]
HDjv-valprint.c76 type_print (TYPE_TARGET_TYPE (type), "", stream, -1); in java_value_print()
210 && TYPE_TARGET_TYPE (type) in java_value_print()
211 && TYPE_TAG_NAME (TYPE_TARGET_TYPE (type)) in java_value_print()
212 && strcmp (TYPE_TAG_NAME (TYPE_TARGET_TYPE (type)), in java_value_print()
486 target_type = check_typedef (TYPE_TARGET_TYPE (type)); in java_val_print()
HDvalarith.c61 ptr_target = check_typedef (TYPE_TARGET_TYPE (ptr_type)); in find_size_for_pointer_math()
154 && TYPE_LENGTH (check_typedef (TYPE_TARGET_TYPE (type1))) in value_sub()
155 == TYPE_LENGTH (check_typedef (TYPE_TARGET_TYPE (type2)))) in value_sub()
158 LONGEST sz = TYPE_LENGTH (check_typedef (TYPE_TARGET_TYPE (type1))); in value_sub()
260 struct type *elt_type = check_typedef (TYPE_TARGET_TYPE (array_type)); in value_subscripted_rvalue()
302 && TYPE_CODE (TYPE_TARGET_TYPE (type1)) == TYPE_CODE_STRUCT) in binop_user_defined_p()
304 && TYPE_CODE (TYPE_TARGET_TYPE (type2)) == TYPE_CODE_STRUCT)); in binop_user_defined_p()
325 type1 = TYPE_TARGET_TYPE (type1); in unop_user_defined_p()
486 = TYPE_TARGET_TYPE (check_typedef (VALUE_TYPE (argvec[0]))); in value_x_binop()
581 = TYPE_TARGET_TYPE (check_typedef (VALUE_TYPE (argvec[0]))); in value_x_unop()
[all …]
HDvalops.c228 struct type *element_type = TYPE_TARGET_TYPE (type); in value_cast()
244 TYPE_TARGET_TYPE (range_type), in value_cast()
308 switch (TYPE_CODE (TYPE_TARGET_TYPE (type2))) in value_cast()
370 struct type *t1 = check_typedef (TYPE_TARGET_TYPE (type)); in value_cast()
371 struct type *t2 = check_typedef (TYPE_TARGET_TYPE (type2)); in value_cast()
856 return value_from_pointer (lookup_pointer_type (TYPE_TARGET_TYPE (type)), in value_coerce_array()
891 VALUE_TYPE (arg2) = lookup_pointer_type (TYPE_TARGET_TYPE (type)); in value_addr()
944 enc_type = TYPE_TARGET_TYPE (enc_type); in value_ind()
950 VALUE_TYPE (arg2) = TYPE_TARGET_TYPE (base_type); in value_ind()
1232 && (TYPE_CODE (check_typedef (TYPE_TARGET_TYPE (tt1))) == TYPE_CODE (tt2))) in typecmp()
[all …]
HDjv-typeprint.c118 java_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level); in java_type_print_base()
254 if (TYPE_TARGET_TYPE (TYPE_FN_FIELD_TYPE (f, j)) == 0) in java_type_print_base()
263 type_print (TYPE_TARGET_TYPE (TYPE_FN_FIELD_TYPE (f, j)), in java_type_print_base()
HDf-lang.c376 TYPE_TARGET_TYPE (type) = builtin_type_f_real; in f_create_fundamental_type()
382 TYPE_TARGET_TYPE (type) = builtin_type_f_real_s8; in f_create_fundamental_type()
388 TYPE_TARGET_TYPE (type) = builtin_type_f_real_s16; in f_create_fundamental_type()
549 TYPE_TARGET_TYPE (builtin_type_f_complex_s8) = builtin_type_f_real; in build_fortran_types()
555 TYPE_TARGET_TYPE (builtin_type_f_complex_s16) = builtin_type_f_real_s8; in build_fortran_types()
564 TYPE_TARGET_TYPE (builtin_type_f_complex_s32) = builtin_type_f_real_s16; in build_fortran_types()
HDinfcall.c136 type = lookup_pointer_type (TYPE_TARGET_TYPE (type)); in value_arg_coerce()
176 value_type = TYPE_TARGET_TYPE (ftype); in find_function_addr()
181 ftype = check_typedef (TYPE_TARGET_TYPE (ftype)); in find_function_addr()
188 value_type = TYPE_TARGET_TYPE (ftype); in find_function_addr()
652 if (TYPE_CODE (TYPE_TARGET_TYPE (param_type)) == TYPE_CODE_FUNC) in call_function_by_hand()
HDm2-lang.c334 TYPE_TARGET_TYPE (type) in m2_create_fundamental_type()
341 TYPE_TARGET_TYPE (type) in m2_create_fundamental_type()
348 TYPE_TARGET_TYPE (type) in m2_create_fundamental_type()
HDc-lang.c328 TYPE_TARGET_TYPE (type) in c_create_fundamental_type()
336 TYPE_TARGET_TYPE (type) in c_create_fundamental_type()
344 TYPE_TARGET_TYPE (type) in c_create_fundamental_type()
HDjv-lang.c227 && TYPE_LENGTH (TYPE_TARGET_TYPE (VALUE_TYPE (obj_val))) == 0) in java_class_from_object()
320 TYPE_TARGET_TYPE (type) = type_from_class (temp); in type_from_class()
360 tsuper = TYPE_TARGET_TYPE (tsuper); in java_link_class_type()
601 struct type *ttype = check_typedef (TYPE_TARGET_TYPE (type)); in is_object_type()
871 type = check_typedef (TYPE_TARGET_TYPE (type)); in evaluate_subexp_java()
910 return value_zero (TYPE_TARGET_TYPE (type), VALUE_LVAL (arg1)); in evaluate_subexp_java()
HDtypeprint.c143 (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_CLASS)) in whatis_exp()
291 print_type_scalar (TYPE_TARGET_TYPE (type), val, stream); in print_type_scalar()
HDcp-valprint.c83 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); in cp_print_class_method()
194 type = TYPE_TARGET_TYPE (type); in cp_is_vtbl_member()
197 type = TYPE_TARGET_TYPE (type); in cp_is_vtbl_member()
HDp-exp.y261 current_type = TYPE_TARGET_TYPE (current_type); }
295 current_type = TYPE_TARGET_TYPE (current_type);
323 current_type = TYPE_TARGET_TYPE (current_type); }
350 && (TYPE_CODE (TYPE_TARGET_TYPE (current_type)) == TYPE_CODE_CLASS)
531 this_type = TYPE_TARGET_TYPE (this_type);
HDax-gdb.c728 struct type *elements = TYPE_TARGET_TYPE (value->type); in gen_usual_unary()
940 struct type *element = TYPE_TARGET_TYPE (type); in gen_scale()
1021 && (TYPE_LENGTH (TYPE_TARGET_TYPE (value1->type)) in gen_sub()
1022 == TYPE_LENGTH (TYPE_TARGET_TYPE (value2->type)))) in gen_sub()
1118 value->type = check_typedef (TYPE_TARGET_TYPE (value->type)); in gen_deref()

12