Home | History | Annotate | Download | only in lint2

Lines Matching defs:sym1

1129 	const sym_t *sym1, *sym;
1135 sym1 = def;
1137 sym1 = decl;
1141 if (TP(sym1->s_type)->t_tspec != FUNC)
1150 if (sym == sym1 || !TP(sym->s_type)->t_proto)
1152 ap1 = TP(sym1->s_type)->t_args;
1163 type_name(xt1), mkpos(&sym1->s_pos),
1171 tp1 = TP(sym1->s_type);
1175 if (tp2->t_vararg && sym1->s_check_only_first_args &&
1176 sym1->s_check_num_args == n && !sflag) {
1182 total_args(n, ap1), mkpos(&sym1->s_pos),