HomeSort by: relevance | last modified time | path
    Searched refs:UNION (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/mit/isl/dist/
isl_union_sub_templ.c 17 * is computed on the union of the domains of "u1" and "u2".
20 __isl_give UNION *FN(UNION,sub)(__isl_take UNION *u1, __isl_take UNION *u2)
23 return FN(UNION,add)(u1, FN(UNION,neg)(u2));
25 return FN(UNION,match_bin_op)(u1, u2, &FN(PART,sub));
isl_union_neg.c 15 static __isl_give PART *FN(UNION,neg_entry)(__isl_take PART *part, void *user)
22 __isl_give UNION *FN(UNION,neg)(__isl_take UNION *u)
24 return FN(UNION,transform_inplace)(u, &FN(UNION,neg_entry), NULL);
isl_union_domain_reverse_templ.c 11 static isl_bool FN(UNION,select_domain_is_wrapping_entry)(__isl_keep PART *part,
20 static __isl_give PART *FN(UNION,domain_reverse_entry)(__isl_take PART *part,
31 __isl_give UNION *FN(UNION,domain_reverse)(__isl_keep UNION *u)
33 S(UNION,transform_control) control = {
34 .filter = &FN(UNION,select_domain_is_wrapping_entry),
35 .fn = &FN(UNION,domain_reverse_entry),
38 return FN(UNION,transform)(u, &control);
isl_union_locals_templ.c 13 static isl_bool FN(UNION,no_locals_el)(__isl_keep PW *pw, void *user)
20 isl_bool FN(UNION,involves_locals)(__isl_keep UNION *u)
24 no_locals = FN(FN(UNION,every),BASE)(u, &FN(UNION,no_locals_el), NULL);
isl_union_templ.c 14 #define TYPE UNION
18 __isl_give UNION *FN(UNION,cow)(__isl_take UNION *u);
20 isl_ctx *FN(UNION,get_ctx)(__isl_keep UNION *u)
27 static __isl_keep isl_space *FN(UNION,peek_space)(__isl_keep UNION *u)
36 __isl_give isl_space *FN(UNION,get_space)(__isl_keep UNION *u
    [all...]
isl_union_eval.c 16 static __isl_give isl_val *FN(UNION,eval_void)(__isl_take UNION *u,
22 FN(UNION,free)(u);
32 S(UNION,eval_data) {
44 static isl_stat FN(UNION,eval_entry)(__isl_take PART *part, void *user)
46 S(UNION,eval_data) *data = user;
57 __isl_give isl_val *FN(UNION,eval)(__isl_take UNION *u,
60 S(UNION,eval_data) data = { pnt };
68 return FN(UNION,eval_void)(u, pnt)
    [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...]
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_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_macro.h 5 #undef UNION
6 #define UNION CAT(isl_union_,BASE)
isl_union_print_templ.c 39 __isl_take isl_printer *p, __isl_keep UNION *u)
46 if (FN(FN(UNION,foreach),BASE)(u, &FN(print_body_wrap,BASE), &data) < 0)
54 /* Print the "UNION" object "u" to "p" in isl format.
57 __isl_take isl_printer *p, __isl_keep UNION *u)
62 space = FN(UNION,get_space)(u);
  /src/usr.bin/xlint/common/
inittyp.c 117 typeinfo("union", UNION, UNION, 0, 0, ' '),
lint.h 90 UNION, /* union tag */
tyname.c 293 case UNION:
  /src/external/bsd/tre/dist/lib/
tre-ast.h 22 UNION
61 union {
94 /* An "union" node. These are created for the "|" operator. */
tre-ast.c 77 node = tre_ast_new_node(mem, UNION, sizeof(tre_union_t));
194 case UNION:
195 fprintf(stream, "union, sub %d, %d tags\n", ast->submatch_id, num_tags);
  /src/external/gpl3/gcc/dist/gcc/
gengtype-lex.l 85 ^{HWS}union/{EOID} {
87 return UNION;
103 /* Parsing inside a struct, union or class declaration. */
120 "union"/{EOID} { return UNION; }
gengtype-parse.cc 78 "union",
873 | (STRUCT|UNION) ID? gtymarker? ( '{' gtymarker? struct_field_seq '}' )?
907 case UNION:
912 GTY_BEFORE_ID is for union/struct declarations
920 enum typekind kind = (token () == UNION) ? TYPE_UNION : TYPE_STRUCT;
1016 /* In C++, a typedef inside a struct/class/union defines a new
1169 case UNION:
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-lex.l 85 ^{HWS}union/{EOID} {
87 return UNION;
103 /* Parsing inside a struct, union or class declaration. */
120 "union"/{EOID} { return UNION; }
gengtype-parse.cc 77 "union",
866 | (STRUCT|UNION) ID? gtymarker? ( '{' gtymarker? struct_field_seq '}' )?
900 case UNION:
905 GTY_BEFORE_ID is for union/struct declarations
913 enum typekind kind = (token () == UNION) ? TYPE_UNION : TYPE_STRUCT;
1009 /* In C++, a typedef inside a struct/class/union defines a new
1162 case UNION:
  /src/sys/arch/playstation2/conf/
config.playstation2 16 file-system UNION # union file system
  /src/sys/arch/sgimips/conf/
INSTALL32_IP2x 41 no file-system UNION
  /src/usr.bin/xlint/lint2/
emit2.c 70 } else if (ts == ENUM || ts == STRUCT || ts == UNION) {
184 /* All files referenced by unnamed struct/union/enum declarations. */
  /src/sys/arch/hpcmips/conf/
LROUTER 76 file-system UNION
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.l 143 UNION { return kw_UNION; }

Completed in 22 milliseconds

1 2 3