Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dlinespec.c211 int method_counter; in find_methods() local
220 for (method_counter = TYPE_NFN_FIELDS (t) - 1; in find_methods()
221 method_counter >= 0; in find_methods()
222 --method_counter) in find_methods()
239 i1 += add_matching_methods (method_counter, t, in find_methods()
244 i1 += add_constructors (method_counter, t, in find_methods()
285 f = TYPE_FN_FIELDLIST1 (t, method_counter); in add_matching_methods()
292 method_counter, in add_matching_methods()
333 add_constructors (int method_counter, struct type *t, in add_constructors() argument
344 = TYPE_FN_FIELDLIST_LENGTH (t, method_counter) - 1; in add_constructors()
[all …]