Searched refs:value_cast_pointers (Results 1 – 5 of 5) sorted by relevance
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | infcall.c | 162 return value_cast_pointers (type, arg, 0); in value_arg_coerce()
|
| H A D | value.h | 675 extern struct value *value_cast_pointers (struct type *, struct value *, int);
|
| H A D | valops.c | 310 value_cast_pointers (struct type *type, struct value *arg2, in value_cast_pointers() function 563 return value_cast_pointers (type, arg2, 0); in value_cast()
|
| H A D | eval.c | 1951 arg1 = value_cast_pointers (lookup_pointer_type (TYPE_DOMAIN_TYPE (type)), in evaluate_subexp_standard()
|
| H A D | ada-lang.c | 4143 return value_cast_pointers (formal_type, result, 0); in ada_convert_actual()
|