Home
last modified time | relevance | path

Searched refs:value_cast_pointers (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dinfcall.c162 return value_cast_pointers (type, arg, 0); in value_arg_coerce()
H A Dvalue.h675 extern struct value *value_cast_pointers (struct type *, struct value *, int);
H A Dvalops.c310 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 Deval.c1951 arg1 = value_cast_pointers (lookup_pointer_type (TYPE_DOMAIN_TYPE (type)), in evaluate_subexp_standard()
H A Dada-lang.c4143 return value_cast_pointers (formal_type, result, 0); in ada_convert_actual()