Lines Matching defs:sym1
1126 sym_t *sym1, *sym;
1132 sym1 = def;
1134 sym1 = decl;
1138 if (TP(sym1->s_type)->t_tspec != FUNC)
1147 if (sym == sym1 || !TP(sym->s_type)->t_proto)
1149 ap1 = TP(sym1->s_type)->t_args;
1160 type_name(xt1), mkpos(&sym1->s_pos),
1168 tp1 = TP(sym1->s_type);
1172 if (tp2->t_vararg && sym1->s_check_only_first_args &&
1173 sym1->s_check_num_args == n && !sflag) {
1179 total_args(n, ap1), mkpos(&sym1->s_pos),