Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dcp-abi.h106 extern struct value *value_virtual_fn_field (struct value **valuep,
H A Dcp-abi.c81 value_virtual_fn_field (struct value **arg1p, struct fn_field *f, int j, in value_virtual_fn_field() function
H A DTODO242 value_virtual_fn_field needs to be fixed so there are no failures for
H A Dvalops.c1568 return value_virtual_fn_field (arg1p, f, j, type, offset); in search_struct_method()
2032 *valp = value_virtual_fn_field (&temp, fns_ptr, oload_champ, basetype, boffset); in find_overload_match()
H A Deval.c1026 arg1 = value_virtual_fn_field (&temp, f, j, domain_type, 0); in evaluate_subexp_standard()