/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | typeprint.c | 121 struct type *real_type = NULL; in whatis_exp() local 145 real_type = value_rtti_target_type (val, &full, &top, &using_enc); in whatis_exp() 146 if (real_type) in whatis_exp() 149 real_type = lookup_pointer_type (real_type); in whatis_exp() 151 real_type = lookup_reference_type (real_type); in whatis_exp() 155 real_type = value_rtti_type (val, &full, &top, &using_enc); in whatis_exp() 160 if (real_type) in whatis_exp() 163 type_print (real_type, "", gdb_stdout, -1); in whatis_exp()
|
H A D | c-valprint.c | 503 struct type *real_type; in c_value_print() local 539 real_type = value_rtti_target_type (val, &full, &top, &using_enc); in c_value_print() 540 if (real_type) in c_value_print() 546 type = lookup_pointer_type (real_type); in c_value_print() 551 type = lookup_reference_type (real_type); in c_value_print() 573 real_type = value_rtti_type (val, &full, &top, &using_enc); in c_value_print() 574 if (real_type) in c_value_print() 577 val = value_full_object (val, real_type, full, top, using_enc); in c_value_print() 579 TYPE_NAME (real_type), in c_value_print()
|
H A D | cp-valprint.c | 230 cp_print_value_fields (struct type *type, struct type *real_type, char *valaddr, in cp_print_value_fields() argument 250 cp_print_value (type, real_type, valaddr, offset, address, stream, in cp_print_value_fields() 445 int vfuncs = count_virtual_fns (real_type); in cp_print_value_fields() 461 cp_print_hpacc_virtual_table_entries (real_type, &vfuncs, v, in cp_print_value_fields() 492 cp_print_value (struct type *type, struct type *real_type, char *valaddr, in cp_print_value() argument 538 thistype = real_type; in cp_print_value()
|
H A D | valops.c | 2603 struct type *real_type; in value_full_object() local 2611 real_type = rtype; in value_full_object() 2620 if (!real_type || real_type == VALUE_ENCLOSING_TYPE (argp)) in value_full_object() 2627 argp = value_change_enclosing_type (argp, real_type); in value_full_object() 2808 struct type *real_type = TYPE_TARGET_TYPE (type); in value_literal_complex() local 2811 arg1 = value_cast (real_type, arg1); in value_literal_complex() 2812 arg2 = value_cast (real_type, arg2); in value_literal_complex() 2815 VALUE_CONTENTS (arg1), TYPE_LENGTH (real_type)); in value_literal_complex() 2816 memcpy (VALUE_CONTENTS_RAW (val) + TYPE_LENGTH (real_type), in value_literal_complex() 2817 VALUE_CONTENTS (arg2), TYPE_LENGTH (real_type)); in value_literal_complex() [all …]
|
H A D | eval.c | 1332 struct type *real_type; in evaluate_subexp_standard() local 1338 real_type = value_rtti_target_type (arg1, &full, &top, &using_enc); in evaluate_subexp_standard() 1339 if (real_type) in evaluate_subexp_standard() 1342 real_type = lookup_pointer_type (real_type); in evaluate_subexp_standard() 1344 real_type = lookup_reference_type (real_type); in evaluate_subexp_standard() 1346 arg1 = value_cast (real_type, arg1); in evaluate_subexp_standard()
|
H A D | valprint.c | 130 struct type *real_type = check_typedef (type); in val_print() local 142 if (TYPE_STUB (real_type)) in val_print()
|
H A D | coffread.c | 1387 patch_type (struct type *type, struct type *real_type) in patch_type() argument 1390 struct type *real_target = TYPE_TARGET_TYPE (real_type); in patch_type()
|
H A D | ada-lang.c | 6489 struct type *real_type = in ada_to_fixed_type() local 6493 if (real_type != NULL) in ada_to_fixed_type() 6494 type = real_type; in ada_to_fixed_type()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | rtti.c | 776 tree real_type; local 779 real_type = xref_tag (class_type, TINFO_REAL_NAME (desc), 783 if (!COMPLETE_TYPE_P (real_type)) 788 SET_CLASSTYPE_INTERFACE_KNOWN (real_type); 789 CLASSTYPE_INTERFACE_ONLY (real_type) = 1; 792 vtable_ptr = get_vtable_decl (real_type, /*complete=*/1);
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | rtti.c | 837 tree real_type; in tinfo_base_init() local 839 real_type = xref_tag (class_type, ti->name, in tinfo_base_init() 843 if (!COMPLETE_TYPE_P (real_type)) in tinfo_base_init() 848 SET_CLASSTYPE_INTERFACE_KNOWN (real_type); in tinfo_base_init() 849 CLASSTYPE_INTERFACE_ONLY (real_type) = 1; in tinfo_base_init() 852 vtable_ptr = get_vtable_decl (real_type, /*complete=*/1); in tinfo_base_init()
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | com.c | 3625 tree real_type; in ffecom_expr_() local 3637 real_type = TREE_TYPE (TREE_TYPE (arg1)); in ffecom_expr_() 3638 assert (real_type == TREE_TYPE (TREE_TYPE (arg2))); in ffecom_expr_() 3649 ffecom_1 (REALPART_EXPR, real_type, arg1), in ffecom_expr_() 3650 ffecom_1 (REALPART_EXPR, real_type, arg2)), in ffecom_expr_() 3652 ffecom_1 (IMAGPART_EXPR, real_type, arg1), in ffecom_expr_() 3653 ffecom_1 (IMAGPART_EXPR, real_type, in ffecom_expr_() 4063 convert (real_type, ffecom_expr (arg1)), in ffecom_expr_intrinsic_() 4064 convert (real_type, in ffecom_expr_intrinsic_() 4082 ffecom_1 (REALPART_EXPR, real_type, arg1_tree), in ffecom_expr_intrinsic_() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.c | 7891 tree real_type; local 7919 real_type = GET_REAL_TYPE (type); 8559 tree real_type; local 8568 real_type = GET_REAL_TYPE (type); 8569 if (TREE_CODE (real_type) == RECORD_TYPE) 8571 real_type = promote_type (real_type); 8573 TREE_PURPOSE (type) = real_type; 8600 arg_node = build_tree_list (name, real_type); 10863 tree other, real_type; local 10884 real_type = GET_REAL_TYPE (type); [all …]
|
H A D | parse.y | 4326 tree real_type; local 4354 real_type = GET_REAL_TYPE (type); 4994 tree real_type; local 5003 real_type = GET_REAL_TYPE (type); 5004 if (TREE_CODE (real_type) == RECORD_TYPE) 5006 real_type = promote_type (real_type); 5008 TREE_PURPOSE (type) = real_type; 5035 arg_node = build_tree_list (name, real_type); 7298 tree other, real_type; local 7319 real_type = GET_REAL_TYPE (type); [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | tree.def | 143 DEFTREECODE (REAL_TYPE, "real_type", 't', 0)
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree.def | 165 DEFTREECODE (REAL_TYPE, "real_type", tcc_type, 0)
|