Searched defs:num_fns (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dvalops.c1783 find_method_list(struct value **argp, char *method, int offset, struct type *type, int *num_fns, struct type **basetype, int *boffset) argument
1867 value_find_oload_method_list(struct value **argp, char *method, int offset, int *num_fns, struct type **basetype, int *boffset) argument
1937 int num_fns = 0; /* Number of overloaded instances being considered */ local
2108 int num_fns = 0; local
2210 find_oload_champ(struct type **arg_types, int nargs, int method, int num_fns, struct fn_field *fns_ptr, struct symbol **oload_syms, struct badness_vector **oload_champ_bv) argument
[all...]

Completed in 49 milliseconds