Home
last modified time | relevance | path

Searched refs:value_fn_field (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
Dvalops.c1555 v = value_fn_field (arg1p, f, j, type, offset); in search_struct_method()
1571 v = value_fn_field (arg1p, f, j, type, offset); in search_struct_method()
1737 v = value_fn_field (NULL, TYPE_FN_FIELDLIST1 (t, m_index), in value_struct_elt()
2034 *valp = value_fn_field (&temp, fns_ptr, oload_champ, basetype, boffset); in find_overload_match()
Dvalue.h478 extern struct value *value_fn_field (struct value ** arg1p, struct fn_field *f,
Dvalues.c969 value_fn_field (struct value **arg1p, struct fn_field *f, int j, struct type *type, in value_fn_field() function