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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalops.c1932 struct badness_vector *oload_champ_bv = NULL; /* The measure for the current best match */ local
2072 find_oload_champ_namespace(struct type **arg_types, int nargs, const char *func_name, const char *qualified_name, struct symbol ***oload_syms, struct badness_vector **oload_champ_bv) argument
2098 find_oload_champ_namespace_loop(struct type **arg_types, int nargs, const char *func_name, const char *qualified_name, int namespace_len, struct symbol ***oload_syms, struct badness_vector **oload_champ_bv, int *oload_champ) argument
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
2308 classify_oload_match(struct badness_vector *oload_champ_bv, int nargs, int static_offset) argument
[all...]

Completed in 39 milliseconds