Lines Matching defs:eq
238 bool dowarn, eq;
252 eq = types_compatible(tp1, tp2,
256 if ((t1 == STRUCT || t1 == UNION) && !eq) {
278 if (!eq || (sflag && dowarn)) {
296 bool eq, dowarn;
311 eq = types_compatible(xt1 = tp1->t_subt,
314 eq = types_compatible(xt1 = tp1, xt2 = tp2,
317 if (!eq || (sflag && dowarn)) {
1124 bool osdef, eq, dowarn;
1155 eq = types_compatible(xt1 = *ap1, xt2 = *ap2,
1157 if (!eq || dowarn) {