Searched refs:num_fns (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | valops.c | 76 int num_fns, 115 struct type *type, int *num_fns, 1715 struct type *type, int *num_fns, in find_method_list() argument 1722 *num_fns = 0; in find_method_list() 1734 *num_fns = len; in find_method_list() 1781 TYPE_BASECLASS (type, i), num_fns, basetype, in find_method_list() 1799 int *num_fns, struct type **basetype, in value_find_oload_method_list() argument 1823 return find_method_list (argp, method, 0, t, num_fns, basetype, boffset); in value_find_oload_method_list() 1868 int num_fns = 0; /* Number of overloaded instances being considered */ in find_overload_match() local 1890 &num_fns, in find_overload_match() [all …]
|