Searched refs:method_counter (Results 1 – 1 of 1) sorted by relevance
211 int method_counter; in find_methods() local220 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() argument344 = TYPE_FN_FIELDLIST_LENGTH (t, method_counter) - 1; in add_constructors()[all …]