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

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dlinespec.c86 static int add_matching_methods (int method_counter, struct type *t,
89 static int add_constructors (int method_counter, struct type *t,
211 int method_counter; local
220 for (method_counter = TYPE_NFN_FIELDS (t) - 1;
221 method_counter >= 0;
222 --method_counter)
224 char *method_name = TYPE_FN_FIELDLIST_NAME (t, method_counter);
239 i1 += add_matching_methods (method_counter, t,
244 i1 += add_constructors (method_counter, t,
272 add_matching_methods (int method_counter, struc argument
333 add_constructors(int method_counter, struct type *t, struct symbol **sym_arr) argument
[all...]

Completed in 117 milliseconds