Home | History | Annotate | Download | only in lint2

Lines Matching defs:ap2

341 	const type_t *tp1, *tp2, **ap1, **ap2;
379 ap2 = tp2->t_args;
381 while (*ap1 != NULL && *ap2 != NULL) {
387 *ap1, *ap2);
389 ap2++;
391 if (*ap1 == *ap2) {
400 } else if (*ap2 != NULL && tp1->t_proto && tp1->t_vararg) {
409 total_args(n, ap2), mkpos(&call->f_pos));
426 printflike(hte, call, n, ai->a_fstrg, ap2);
428 scanflike(hte, call, n, ai->a_fstrg, ap2);
1130 const type_t **ap1, **ap2, *tp1, *tp2;
1153 ap2 = TP(sym->s_type)->t_args;
1155 while (*ap1 != NULL && *ap2 != NULL) {
1158 eq = types_compatible(xt1 = *ap1, xt2 = *ap2,
1168 ap2++;
1170 if (*ap1 == *ap2) {
1183 total_args(n, ap2), mkpos(&sym->s_pos));