chk.c | 72 static bool types_compatible(const type_t *, const type_t *, 257 eq = types_compatible(tp1, tp2, 313 bool eq = types_compatible(xt1, xt2, 475 if (types_compatible(arg1, arg2, true, promote, asgn, &dowarn) && 1158 eq = types_compatible(xt1 = *ap1, xt2 = *ap2, 1203 types_compatible(const type_t *tp1, const type_t *tp2, function in typeref:typename:bool 1338 if (!types_compatible(*a1, *a2, true, false, false, dowarn))
|