Searched refs:old_n (Results 1 – 3 of 3) sorted by relevance
178 ulong_t old_n = sp->str_nbufs; in dt_strtab_copyin() local202 while (sp->str_nbufs != old_n) in dt_strtab_copyin()
1879 int old_n = 0; in check_old_style_definition() local1881 old_n++; in check_old_style_definition()1885 if (old_n != proto_n) { in check_old_style_definition()1895 while (old_n-- > 0) { in check_old_style_definition()2545 int old_n = 0, proto_n = 0; in check_func_old_style_parameters() local2550 old_n++; in check_func_old_style_parameters()2551 if (old_n != proto_n) { in check_func_old_style_parameters()2553 error(51, proto_n, old_n); in check_func_old_style_parameters()2558 while (old_n-- > 0) { in check_func_old_style_parameters()
21366 vec<constructor_elt, va_gc> *old_n = n; in tsubst_copy_and_build() local21369 FOR_EACH_VEC_ELT (*old_n, idx, ce) in tsubst_copy_and_build()