chk.c | 311 const type_t *xt1 = is_func ? tp1->t_subt : tp1; local in function:chkvtdi 313 bool eq = types_compatible(xt1, xt2, 319 type_name(xt1), mkpos(&def->s_pos), 1156 const type_t *xt1, *xt2; local in function:check_argument_declarations 1158 eq = types_compatible(xt1 = *ap1, xt2 = *ap2, 1163 type_name(xt1), mkpos(&sym1->s_pos),
|