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

/haiku-buildtools/isl/
H A Disl_union_templ.c16 struct UNION { struct
26 __isl_give UNION *FN(UNION,cow)(__isl_take UNION *u);
28 isl_ctx *FN(UNION,get_ctx)(__isl_keep UNION *u)
33 __isl_give isl_space *FN(UNION,get_space)(__isl_keep UNION *u)
41 static __isl_give UNION *FN(UNION,allo
[all...]
H A Disl_fold.c646 #undef UNION macro
647 #define UNION isl_union_pw_qpolynomial_fold macro
H A Disl_aff.c3352 #undef UNION macro
3353 #define UNION isl_union_pw_multi_aff macro
H A Disl_polynomial.c2780 #undef UNION macro
2781 #define UNION isl_union_pw_qpolynomial macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-parse.h14 #define UNION 268 macro
H A Dc-gperf.h159 {"union", UNION, NORID},
H A Dc-parse.y124 %token SIZEOF ENUM STRUCT UNION IF ELSE WHILE DO FOR SWITCH CASE DEFAULT
1326 UNION
1328 | UNION attributes
H A Dc-parse.in136 %token SIZEOF ENUM STRUCT UNION IF ELSE WHILE DO FOR SWITCH CASE DEFAULT
1501 UNION
1503 | UNION attributes
2974 | UNION { $$ = get_identifier (token_buffer); }
H A Dc-parse.c18 #define UNION 268 macro
419 "ENUM","STRUCT","UNION","IF","ELSE","WHILE","DO","FOR","SWITCH","CASE","DEFAULT",
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dcheck-init.c87 #define UNION(DST, SRC1, SRC2) \ macro
174 * UNION (when_true_0 INTERSECTION when_false_1)
175 * UNION (when_false_0 INTERSECTION when_true_1);
179 UNION (when_true, when_true, when_false);
180 UNION (when_true, when_true, before);
184 * UNION (when_true_0 INTERSECTION when_true_1)
185 * UNION (when_false_0 INTERSECTION when_false_1);
188 UNION (when_false, when_false, before);
190 UNION (when_false, when_false, before);
194 UNION (when_tru
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgengtype-lex.l87 return UNION;
120 "union"/{EOID} { return UNION; }
H A Dgengtype-parse.c870 | (STRUCT|UNION) ID? gtymarker? ( '{' gtymarker? struct_field_seq '}' )?
904 case UNION:
917 enum typekind kind = (token () == UNION) ? TYPE_UNION : TYPE_STRUCT;
1166 case UNION:
H A Dgengtype.h461 UNION, enumerator in enum:gty_token
H A Dgengtype-lex.c1551 return UNION;
1662 { return UNION; }
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-parse.y102 %token SIZEOF ENUM STRUCT UNION IF ELSE WHILE DO FOR SWITCH CASE DEFAULT
1408 UNION
1410 | UNION attributes
2875 | UNION { $$ = get_identifier (token_buffer); }
H A Dobjc-parse.c19 #define UNION 269 macro
499 "ENUM","STRUCT","UNION","IF","ELSE","WHILE","DO","FOR","SWITCH","CASE","DEFAULT",

Completed in 217 milliseconds