chk.c | 312 const type_t *xt2 = is_func ? tp2->t_subt : tp2; local in function:chkvtdi 313 bool eq = types_compatible(xt1, xt2, 320 type_name(xt2), mkpos(&sym->s_pos)); 1156 const type_t *xt1, *xt2; local in function:check_argument_declarations 1158 eq = types_compatible(xt1 = *ap1, xt2 = *ap2, 1164 type_name(xt2), mkpos(&sym->s_pos));
|