Home
last modified time | relevance | path

Searched refs:value_cast (Results 1 – 18 of 18) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgnu-v3-abi.c222 value = value_cast (base_type, value); in gnuv3_rtti_type()
318 value = value_cast (vfn_base, value); in gnuv3_virtual_fn_field()
327 value = value_cast (TYPE_VPTR_BASETYPE (vfn_base), value); in gnuv3_virtual_fn_field()
340 vfn = value_cast (lookup_pointer_type (TYPE_FN_FIELD_TYPE (f, j)), in gnuv3_virtual_fn_field()
345 *value_p = value_addr (value_cast (type, *value_p)); in gnuv3_virtual_fn_field()
Dgnu-v2-abi.c119 struct value *tmp = value_cast (context, value_addr (arg1)); in gnuv2_virtual_fn_field()
236 v = value_cast (btype, v); in gnuv2_value_rtti_type()
Deval.c313 val = value_cast (field_type, val); in evaluate_struct_tuple()
534 element = value_cast (element_type, element); in evaluate_subexp_standard()
1013 arg2 = value_cast (lookup_pointer_type (domain_type), arg2); in evaluate_subexp_standard()
1365 arg1 = value_cast (real_type, arg1); in evaluate_subexp_standard()
1427 arg1 = value_cast (lookup_pointer_type (TYPE_DOMAIN_TYPE (type)), in evaluate_subexp_standard()
1992 arg1 = value_cast (type, arg1); in evaluate_subexp_standard()
2123 return value_cast (lookup_pointer_type (exp->elts[pc + 1].type), in evaluate_subexp_for_address()
2207 return value_cast (lookup_pointer_type (TYPE_TARGET_TYPE (check_typedef (SYMBOL_TYPE (var)))), in evaluate_subexp_with_coercion()
Dhpacc-abi.c99 argp = value_cast (type, *arg1p); in hpacc_virtual_fn_field()
Dalpha-tdep.c311 arg = value_cast (arg_type, arg); in alpha_push_dummy_call()
316 arg = value_cast (arg_type, arg); in alpha_push_dummy_call()
327 arg = value_cast (arg_type, arg); in alpha_push_dummy_call()
Dada-valprint.c674 value_ind (value_cast (parray_of_char, in ada_val_print_1()
692 struct value *v = value_cast (target_type, in ada_val_print_1()
Dvalue.c1335 *arg1p = value_ind (value_cast (lookup_pointer_type (type), in value_fn_field()
1571 arg = value_cast (builtin_type_unsigned_int, arg); in coerce_enum()
Dvalue.h369 extern struct value *value_cast (struct type *type, struct value *arg2);
Dvalops.c212 value_cast (struct type *type, struct value *arg2) in value_cast() function
541 fromval = value_cast (type, fromval); in value_assign()
2758 arg1 = value_cast (real_type, arg1); in value_literal_complex()
2759 arg2 = value_cast (real_type, arg2); in value_literal_complex()
Dada-lang.c1154 return value_cast (desc_data_type (thin_descriptor_type (type)), in thin_data_pntr()
1512 return value_cast (arrType, value_copy (desc_data (arr))); in ada_coerce_to_simple_array_ptr()
2027 fromval = value_cast (type, fromval); in ada_value_assign()
2097 arr = value_cast (lookup_pointer_type (TYPE_TARGET_TYPE (type)), in ada_value_ptr_subscript()
2138 return value_cast (slice_type, value_slice (array, low, high - low + 1)); in ada_value_slice()
7008 value_as_double (value_cast (builtin_type_double, value_copy (arg))); in cast_to_fixed()
7181 arg1 = value_cast (type, cast_from_fixed_to_double (arg1)); in ada_evaluate_subexp()
7196 arg1 = value_cast (type, arg1); in ada_evaluate_subexp()
7228 return value_cast (value_type (arg1), value_add (arg1, arg2)); in ada_evaluate_subexp()
7239 return value_cast (value_type (arg1), value_sub (arg1, arg2)); in ada_evaluate_subexp()
[all …]
Dinfcall.c173 return value_cast (type, arg); in value_arg_coerce()
Dm88k-tdep.c274 args[i] = value_cast (builtin_type_int32, args[i]); in m88k_store_arguments()
Dsparc-tdep.c407 args[i] = value_cast (builtin_type_int32, args[i]); in sparc32_store_arguments()
Djv-lang.c856 arg1 = value_cast (lookup_pointer_type (type), arg1); in evaluate_subexp_java()
Dsparc64-tdep.c847 args[i] = value_cast (builtin_type_int64, args[i]); in sparc64_store_arguments()
Dstack.c1830 return_value = value_cast (return_type, return_value); in return_command()
Dvarobj.c2377 value = value_cast (TYPE_FIELD_TYPE (type, index), temp); in cplus_value_of_child()
Dhppa-tdep.c919 arg = value_cast (builtin_type_int64, arg); in hppa64_push_dummy_call()