| /dragonfly/contrib/gdb-7/gdb/ |
| HD | dwarf2expr.c | 1154 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()
|
| HD | gnu-v3-abi.c | 377 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()
|
| HD | gnu-v2-abi.c | 116 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()
|
| HD | m2-lang.c | 210 arg1 = value_cast (type, arg1); in evaluate_subexp_modula2() 244 arg1 = value_cast (type, arg1); in evaluate_subexp_modula2()
|
| HD | valops.c | 355 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 …]
|
| HD | eval.c | 329 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 …]
|
| HD | infcall.c | 168 new_value = value_cast (TYPE_TARGET_TYPE (type), arg); in value_arg_coerce() 225 return value_cast (type, arg); in value_arg_coerce()
|
| HD | ada-lang.c | 1502 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 …]
|
| HD | opencl-lang.c | 727 arg = value_cast (eltype, arg); in opencl_value_cast() 733 arg = value_cast (type, arg); in opencl_value_cast()
|
| HD | value.h | 677 extern struct value *value_cast (struct type *type, struct value *arg2);
|
| HD | varobj.c | 735 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()
|
| HD | ada-valprint.c | 736 struct value *v = value_cast (target_type, v1); in ada_val_print_1()
|
| HD | jv-lang.c | 924 arg1 = value_cast (lookup_pointer_type (type), arg1); in evaluate_subexp_java()
|
| HD | valarith.c | 1372 elval = value_cast (eltype, scalar_value); in value_vector_widen()
|
| HD | stack.c | 2347 return_value = value_cast (return_type, return_value); in return_command()
|
| HD | value.c | 2781 *arg1p = value_ind (value_cast (lookup_pointer_type (type), in value_fn_field()
|
| /dragonfly/contrib/gdb-7/gdb/python/ |
| HD | py-value.c | 464 res_val = value_cast (type, val); in valpy_do_cast()
|