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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql85 UNION ALL
93 UNION ALL
106 UNION ALL
123 UNION ALL
135 UNION ALL
154 UNION ALL
164 UNION ALL
183 UNION ALL
192 UNION ALL
207 UNION AL
[all...]
H A Dwc-queries.sql281 UNION ALL
362 UNION ALL
520 UNION ALL
926 UNION ALL
1026 Use UNION ALL instead of a simple 'OR' to avoid creating a temp table */
1034 UNION ALL
1089 UNION ALL
1280 UNION ALL
1511 UNION ALL
1685 UNION AL
[all...]
/freebsd-12-stable/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-12-stable/crypto/heimdal/lib/asn1/
H A Dlex.l140 UNION { return kw_UNION; }
/freebsd-12-stable/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.c390 (void) soudef(cp, UNION, &rtdp);
768 cp = soudef(cp, (type == 'u') ? UNION : STRUCT, rtdp);
1064 if (tdp->t_type == STRUCT || tdp->t_type == UNION ||
H A Dctf.c379 case UNION:
1128 tdp->t_type = (kind == CTF_K_STRUCT ? STRUCT : UNION);
1243 if (tdp->t_type == STRUCT || tdp->t_type == UNION ||
H A Ddwarf.c183 case UNION:
218 case UNION:
1095 die_sou_create(dw, die, off, tdp, UNION, "union");
1129 (mt->t_type == STRUCT || mt->t_type == UNION))
H A Dmerge.c341 return (defn->t_type == STRUCT || defn->t_type == UNION ||
/freebsd-12-stable/contrib/gdb/gdb/
H A Dobjc-exp.y195 %token STRUCT CLASS UNION ENUM SIZEOF UNSIGNED COLONCOLON
909 | UNION name
1616 return UNION;
H A Dc-exp.y191 %token STRUCT CLASS UNION ENUM SIZEOF UNSIGNED COLONCOLON
870 | UNION name
1673 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;
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;
/freebsd-12-stable/contrib/byacc/
H A Dreader.c456 { "union", UNION },
1671 case UNION:
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c18761 #define SRT_Except 2 /* Remove result from a UNION index */
[all...]

Completed in 766 milliseconds