Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDdwarf2expr.c1154 first = value_cast (utype, first); in execute_stack_op()
1155 second = value_cast (utype, second); in execute_stack_op()
1161 result_val = value_cast (orig_type, result_val); in execute_stack_op()
1188 first = value_cast (utype, first); in execute_stack_op()
1195 result_val = value_cast (value_type (second), result_val); in execute_stack_op()
1205 first = value_cast (stype, first); in execute_stack_op()
1212 result_val = value_cast (value_type (second), result_val); in execute_stack_op()
1467 result_val = value_cast (type, result_val); in execute_stack_op()
HDgnu-v3-abi.c377 vfn = value_cast (lookup_pointer_type (fntype), vfn); in gnuv3_get_virtual_fn()
404 *value_p = value_cast (vfn_base, *value_p); in gnuv3_virtual_fn_field()
703 *this_p = value_cast (final_type, *this_p); in gnuv3_method_ptr_to_value()
720 *this_p = value_cast (builtin_type (gdbarch)->builtin_data_ptr, *this_p); in gnuv3_method_ptr_to_value()
722 *this_p = value_cast (final_type, *this_p); in gnuv3_method_ptr_to_value()
HDgnu-v2-abi.c116 struct value *tmp = value_cast (context, value_addr (arg1)); in gnuv2_virtual_fn_field()
234 v = value_cast (btype, v); in gnuv2_value_rtti_type()
HDm2-lang.c210 arg1 = value_cast (type, arg1); in evaluate_subexp_modula2()
244 arg1 = value_cast (type, arg1); in evaluate_subexp_modula2()
HDvalops.c355 value_cast (struct type *type, struct value *arg2) in value_cast() function
377 struct value *val = value_cast (dereftype, arg2); in value_cast()
386 return value_cast (type, coerce_ref (arg2)); in value_cast()
624 result = value_cast (dest_type, arg); in value_reinterpret_cast()
629 result = value_cast (type, value_ref (value_ind (result))); in value_reinterpret_cast()
774 return value_cast (type, arg); in value_dynamic_cast()
781 return value_cast (type, original_arg); in value_dynamic_cast()
821 return value_cast (type, in value_dynamic_cast()
833 return value_cast (type, in value_dynamic_cast()
1212 fromval = value_cast (type, fromval); in value_assign()
[all …]
HDeval.c329 val = value_cast (field_type, val); in evaluate_struct_tuple()
446 *arg1 = value_cast (builtin_int, *arg1); in unop_promote()
626 *arg1 = value_cast (promoted_type, *arg1); in binop_promote()
627 *arg2 = value_cast (promoted_type, *arg2); in binop_promote()
909 element = value_cast (element_type, element); in evaluate_subexp_standard()
1411 arg2 = value_cast (type_ptr, arg2); in evaluate_subexp_standard()
1907 arg1 = value_cast (real_type, arg1); in evaluate_subexp_standard()
2585 arg1 = value_cast (type, arg1); in evaluate_subexp_standard()
2595 arg1 = value_cast (type, arg1); in evaluate_subexp_standard()
2874 return value_cast (lookup_pointer_type (exp->elts[pc + 1].type), in evaluate_subexp_for_address()
[all …]
HDinfcall.c168 new_value = value_cast (TYPE_TARGET_TYPE (type), arg); in value_arg_coerce()
225 return value_cast (type, arg); in value_arg_coerce()
HDada-lang.c1502 return value_cast (data_type, value_copy (val)); in thin_data_pntr()
1589 p_bounds = value_cast (lookup_pointer_type in desc_bounds()
1922 return value_cast (arrType, value_copy (desc_data (arr))); in ada_coerce_to_simple_array_ptr()
2526 fromval = value_cast (type, fromval); in ada_value_assign()
2567 val = value_cast (value_type (component), val); in value_assign_to_component()
2629 arr = value_cast (lookup_pointer_type (TYPE_TARGET_TYPE (type)), in ada_value_ptr_subscript()
2670 return value_cast (slice_type, value_slice (array, low, high - low + 1)); in ada_value_slice()
6141 val = value_cast (ptr_type, tag); in ada_tag_value_at_base_address()
6229 val = value_cast (type, tag); in ada_get_tsd_from_tag()
8836 struct value *elt = value_cast (elt_type, value_subscript (val, lo + i)); in ada_promote_array_of_integrals()
[all …]
HDopencl-lang.c727 arg = value_cast (eltype, arg); in opencl_value_cast()
733 arg = value_cast (type, arg); in opencl_value_cast()
HDvalue.h677 extern struct value *value_cast (struct type *type, struct value *arg2);
HDvarobj.c735 value = value_cast (var->type, value); in varobj_create()
3096 *value = value_cast (enclosing_type, *value); in adjust_value_for_child_access()
3797 *cvalue = value_cast (TYPE_FIELD_TYPE (type, index), value); in cplus_describe_child()
HDada-valprint.c736 struct value *v = value_cast (target_type, v1); in ada_val_print_1()
HDjv-lang.c924 arg1 = value_cast (lookup_pointer_type (type), arg1); in evaluate_subexp_java()
HDvalarith.c1372 elval = value_cast (eltype, scalar_value); in value_vector_widen()
HDstack.c2347 return_value = value_cast (return_type, return_value); in return_command()
HDvalue.c2781 *arg1p = value_ind (value_cast (lookup_pointer_type (type), in value_fn_field()
/dragonfly/contrib/gdb-7/gdb/python/
HDpy-value.c464 res_val = value_cast (type, val); in valpy_do_cast()