HomeSort by: relevance | last modified time | path
    Searched defs:UNION (Results 1 - 10 of 10) sorted by relevancy

  /src/external/mit/isl/dist/
isl_union_macro.h 5 #undef UNION
6 #define UNION CAT(isl_union_,BASE)
isl_union_pw_templ.c 11 #undef UNION
12 #define UNION CAT(isl_,UNION_BASE)
16 /* Create a union piecewise expression
19 __isl_give UNION *FN(FN(UNION,from),BASE)(__isl_take EL *el)
21 return FN(FN(UNION,from),PW_BASE)(FN(FN(PW,from),BASE)(el));
isl_union_single.c 16 /* A union of expressions defined over different domain spaces.
21 struct UNION {
33 isl_size FN(FN(UNION,n),BASE)(__isl_keep UNION *u)
38 S(UNION,foreach_data)
44 static isl_stat FN(UNION,call_on_copy)(void **entry, void *user)
47 S(UNION,foreach_data) *data = (S(UNION,foreach_data) *)user;
55 isl_stat FN(FN(UNION,foreach),BASE)(__isl_keep UNION *u
    [all...]
isl_union_multi.c 23 * Each UNION has its own groups, so there can only ever be a single
26 S(UNION,group) {
31 /* A union of expressions defined over different disjoint domains.
37 struct UNION {
47 S(UNION,foreach_group_data)
49 isl_stat (*fn)(__isl_keep S(UNION,group) *group, void *user);
55 static isl_stat FN(UNION,call_on_group)(void **entry, void *user)
57 S(UNION,group) *group = *entry;
58 S(UNION,foreach_group_data) *data;
60 data = (S(UNION,foreach_group_data) *) user
    [all...]
  /src/external/bsd/tre/dist/lib/
tre-ast.h 22 UNION
61 union {
94 /* An "union" node. These are created for the "|" operator. */
  /src/usr.bin/xlint/common/
lint.h 90 UNION, /* union tag */
  /src/external/gpl3/gcc/dist/gcc/
gengtype.h 183 union {
278 /* The following union is discriminated by the 'kind' field above. */
279 union {
295 element of a linked list of homonymous struct or union types.
340 /* Test if a type is a union, either a plain one or a language
347 /* Test if a type is a union or a structure, perhaps a language
474 UNION,
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.h 183 union {
278 /* The following union is discriminated by the 'kind' field above. */
279 union {
295 element of a linked list of homonymous struct or union types.
340 /* Test if a type is a union, either a plain one or a language
347 /* Test if a type is a union or a structure, perhaps a language
472 UNION,
  /src/external/bsd/byacc/dist/
defs.h 124 ,UNION
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 142 * structures linked in via the `data' union.
154 UNION,
175 /* Auxiliary structure for structure/union tdesc_t */
200 union {
246 union {
250 mlist_t *members; /* struct, union */
283 II_SOU, /* Struct or union */

Completed in 50 milliseconds