Lines Matching refs:UNION
1383 case UNION:
2210 * Return whether all struct/union members with the same name have the same
2260 * that no defined struct or union has a member with the same name.
2285 * struct or union specified by 'tn'.
2315 * struct/union, but the right operand is not member of it.
2345 /* non-unique member requires struct/union %s */
2503 } else if (t != STRUCT && t != UNION) {
2828 if (lt == UNION && rt == UNION && ltp->u.sou == rtp->u.sou)
3875 if (nst == UNION || ost == UNION) {
3876 const type_t *union_tp = nst == UNION ? nstp : ostp;
3877 const type_t *other_tp = nst == UNION
3924 !(nst == UNION && union_contains(nstp, ostp))) {
4365 case UNION:
4423 /* union cast is a GCC extension */
4484 } else if (nt == UNION)