Searched refs:UNION (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.1-release/usr.bin/xlint/common/
H A Dinittyp.c110 { UNION, { -1, -1,
111 UNION, UNION,
H A Dlint.h71 UNION, /* union tag */ enumerator in enum:__anon11875
/freebsd-10.1-release/usr.bin/xlint/lint1/
H A Dlint.h63 UNION, /* union tag */ enumerator in enum:__anon11878
H A Demit1.c118 case UNION: t = 'T'; s = 'u'; break;
133 } else if (ts == STRUCT || ts == UNION) {
H A Dinit.c204 case UNION:
257 case UNION:
H A Dtree.c400 if (t == STRUCT || t == UNION)
404 if (t == STRUCT || t == UNION)
807 ((lt != STRUCT && lt != UNION) && !ln->tn_lvalue)) {
863 } else if (lt != STRUCT && lt != UNION) {
1022 if (lt == UNION && rt == UNION && ltp->t_str == rtp->t_str)
1109 } else if (ltp->t_const || ((lt == STRUCT || lt == UNION) &&
1216 if ((lt == STRUCT || lt == UNION) && (rt == STRUCT || rt == UNION))
1836 if (((nt == STRUCT || nt == UNION)
[all...]
H A Dscan.l235 { "union", T_SOU, 0, UNION, 0, 0, 0 },
570 case UNION:
H A Ddecl.c177 } else if (t == STRUCT || t == UNION) {
196 } else if (t == STRUCT || t == UNION) {
267 if (t == STRUCT || t == UNION || t == ENUM) {
406 case UNION:
440 if ((t = tp->t_tspec) == STRUCT || t == UNION) {
783 case UNION:
820 if ((t = tp->t_tspec) == STRUCT || t == UNION) {
1499 * kind is the kind of the tag (STRUCT/UNION/ENUM)
1512 } else if (kind == UNION) {
1981 if (t == STRUCT || t == UNION)
[all...]
H A Dcgram.y406 (ts == UNION ? "union" : "enum"));
414 (ts == UNION ? "union" : "enum"));
/freebsd-10.1-release/contrib/gcc/
H A Dgengtype-yacc.y43 %token UNION
238 | UNION ID '{' struct_fields '}'
240 | UNION ID
H A Dgengtype-lex.l288 "union"/[^[:alnum:]_] { return UNION; }
/freebsd-10.1-release/usr.bin/xlint/lint2/
H A Demit2.c83 case UNION: t = 'T'; s = 'u'; break;
104 } else if (ts == ENUM || ts == STRUCT || ts == UNION) {
H A Dread.c616 tp->t_tspec = s == 'e' ? ENUM : (s == 's' ? STRUCT : UNION);
655 case UNION:
814 t = UNION;
852 case UNION:
/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dlex.l140 UNION { return kw_UNION; }
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h139 UNION, enumerator in enum:stabtype
H A Dstabs.c88 if (!new || (new->t_type != STRUCT && new->t_type != UNION))
H A Dtdata.c82 case UNION:
H A Dst_parse.c386 (void) soudef(cp, UNION, &rtdp);
764 cp = soudef(cp, (type == 'u') ? UNION : STRUCT, rtdp);
1060 if (tdp->t_type == STRUCT || tdp->t_type == UNION ||
H A Dctf.c381 case UNION:
1132 tdp->t_type = (kind == CTF_K_STRUCT ? STRUCT : UNION);
1255 if (tdp->t_type == STRUCT || tdp->t_type == UNION ||
H A Ddwarf.c186 case UNION:
221 case UNION:
1108 die_sou_create(dw, die, off, tdp, UNION, "union");
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dc-exp.y191 %token STRUCT CLASS UNION ENUM SIZEOF UNSIGNED COLONCOLON
870 | UNION name
1673 return UNION;
H A Dobjc-exp.y195 %token STRUCT CLASS UNION ENUM SIZEOF UNSIGNED COLONCOLON
909 | UNION name
1616 return UNION;
H A Dc-exp.c64 UNION = 266, enumerator in enum:yytokentype
107 #define UNION 266 macro
540 "TYPENAME", "NAME_OR_INT", "STRUCT", "CLASS", "UNION", "ENUM", "SIZEOF",
3306 return UNION;
H A Dobjc-exp.c67 UNION = 269, enumerator in enum:yytokentype
110 #define UNION 269 macro
539 "CLASS", "UNION", "ENUM", "SIZEOF", "UNSIGNED", "COLONCOLON",
3261 return UNION;
/freebsd-10.1-release/contrib/byacc/
H A Dreader.c297 { "union", UNION },
1329 case UNION:

Completed in 234 milliseconds

12