Searched refs:oload_champ (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalops.c78 int *oload_champ);
1932 int oload_champ; /* Index of best overloaded function */
1972 oload_champ = find_oload_champ (arg_types, nargs, method, num_fns,
1992 oload_champ = find_oload_champ_namespace (arg_types, nargs,
2004 oload_champ));
2032 *staticp = oload_method_static (method, fns_ptr, oload_champ);
2033 if (TYPE_FN_FIELD_VIRTUAL_P (fns_ptr, oload_champ))
2034 *valp = value_virtual_fn_field (&temp, fns_ptr, oload_champ, basetype, boffset);
2036 *valp = value_fn_field (&temp, fns_ptr, oload_champ, basetype, boffset);
2040 *symp = oload_syms[oload_champ];
1930 int oload_champ; /* Index of best overloaded function */ local
2078 int oload_champ; local
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
2217 int oload_champ = -1; /* Index of best overloaded function */ local
[all...]

Completed in 89 milliseconds