Home
last modified time | relevance | path

Searched refs:union_field (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/tools/widl/
H A Dtypetree.c353 type_t *type_new_encapsulated_union(char *name, var_t *switch_field, var_t *union_field, var_list_t… in type_new_encapsulated_union() argument
356 if (!union_field) union_field = make_var( xstrdup("tagged_union") ); in type_new_encapsulated_union()
357 union_field->type = type_new_nonencapsulated_union(NULL, TRUE, cases); in type_new_encapsulated_union()
360 t->details.structure->fields = append_var( t->details.structure->fields, union_field ); in type_new_encapsulated_union()
H A Dtypetree.h46 type_t *type_new_encapsulated_union(char *name, var_t *switch_field, var_t *union_field, var_list_t…
H A Dparser.y287 %type <var> arg ne_union_field union_field s_field case enum declaration
639 case: tCASE expr_int_const ':' union_field { attr_t *a = make_attrp(ATTR_CASE, append_expr( NULL,…
643 | tDEFAULT ':' union_field { attr_t *a = make_attr(ATTR_DEFAULT);
775 union_field: