Home
last modified time | relevance | path

Searched refs:TYPE_ENCAPSULATED_UNION (Results 1 – 8 of 8) sorted by relevance

/reactos/sdk/tools/widl/
H A Dtypetree.h123 assert(type_get_type(type) == TYPE_ENCAPSULATED_UNION); in type_union_get_switch_value()
130 assert(type_get_type(type) == TYPE_ENCAPSULATED_UNION); in type_encapsulated_union_get_fields()
141 assert(type_type == TYPE_UNION || type_type == TYPE_ENCAPSULATED_UNION); in type_union_get_cases()
142 if (type_type == TYPE_ENCAPSULATED_UNION) in type_union_get_cases()
202 case TYPE_ENCAPSULATED_UNION: in type_is_complete()
H A Dtypelib.c227 case TYPE_ENCAPSULATED_UNION: in get_type_vt()
H A Dwidltypes.h406 TYPE_ENCAPSULATED_UNION, enumerator
H A Dheader.c211 case TYPE_ENCAPSULATED_UNION: in write_fields()
230 case TYPE_ENCAPSULATED_UNION: in write_fields()
325 case TYPE_ENCAPSULATED_UNION: in write_type_left()
477 case TYPE_ENCAPSULATED_UNION: in write_type_right()
H A Dparser.y1956 type_get_type_detect_alias(t) == TYPE_ENCAPSULATED_UNION); in is_incomplete()
1973 type_get_type_detect_alias(ot) == TYPE_ENCAPSULATED_UNION) in fix_type()
2019 type_get_type_detect_alias(type) == TYPE_ENCAPSULATED_UNION) in reg_typedefs()
2524 case TYPE_ENCAPSULATED_UNION: in is_allowed_conf_type()
2587 case TYPE_ENCAPSULATED_UNION: in check_field_common()
2742 else if (type_get_type(type) == TYPE_UNION || type_get_type(type) == TYPE_ENCAPSULATED_UNION) in check_remoting_fields()
H A Dtypegen.c362 case TYPE_ENCAPSULATED_UNION: in typegen_detect_type()
1280 case TYPE_ENCAPSULATED_UNION: return 0; in is_interpreted_func()
1928 case TYPE_ENCAPSULATED_UNION: in type_memsize_and_alignment()
2035 case TYPE_ENCAPSULATED_UNION: in type_buffer_alignment()
3316 (type_get_type(type) == TYPE_ENCAPSULATED_UNION || !is_attr(type->attrs, ATTR_SWITCHTYPE))) in write_union_tfs()
3337 if (type_get_type(type) == TYPE_ENCAPSULATED_UNION) in write_union_tfs()
4441 else if (type_get_type(type) == TYPE_ENCAPSULATED_UNION) in write_remoting_arg()
4513 else if (type_get_type(ref) == TYPE_ENCAPSULATED_UNION) in write_remoting_arg()
H A Dtypetree.c355 type_t *t = get_type(TYPE_ENCAPSULATED_UNION, name, NULL, tsUNION); in type_new_encapsulated_union()
H A Dexpr.c453 case TYPE_ENCAPSULATED_UNION: in find_identifier()