Home
last modified time | relevance | path

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

/reactos/sdk/tools/widl/
H A Dheader.h104 is_ptr(t) || type_is_alias(t); in is_context_handle()
105 t = type_is_alias(t) ? type_alias_get_aliasee(t) : type_pointer_get_ref(t)) in is_context_handle()
H A Dheader.c77 else if (type_is_alias(type)) in is_ptrchain_attr()
93 else if (type_is_alias(t)) in is_aliaschain_attr()
284 return (type_is_alias(t) || in needs_space_after()
292 if (!type_is_alias(ref) && is_array(ref) && !type_array_is_decl_as_ptr(ref)) in write_pointer_left()
306 (type_is_alias(t) || !is_ptr(t))) in write_type_left()
309 if (type_is_alias(t)) fprintf(h, "%s", t->name); in write_type_left()
440 if (type_is_alias(t)) return; in write_type_right()
605 if (type_is_alias( type )) type = type_alias_get_aliasee( type ); in get_context_handle_offset()
625 if (type_is_alias( type )) type = type_alias_get_aliasee( type ); in get_generic_handle_offset()
707 if (type_is_alias(type)) in check_for_additional_prototype_types()
[all …]
H A Dtypetree.h274 static inline int type_is_alias(const type_t *type) in type_is_alias() function
281 assert(type_is_alias(type)); in type_alias_get_aliasee()
H A Dtypelib.c139 if (type_is_alias(t) && is_attr(t->attrs, ATTR_PUBLIC)) in get_type_vt()
H A Dtypegen.c198 else if (type_is_alias(t)) in get_aliaschain_attrp()
269 for (t = type; type_is_alias(t); t = type_alias_get_aliasee(t)) in get_pointer_fc()
317 if (type_is_alias(t)) in get_user_type()
854 is_ptr(t) || type_is_alias(t); in get_context_handle_type_name()
855 t = type_is_alias(t) ? type_alias_get_aliasee(t) : type_pointer_get_ref(t)) in get_context_handle_type_name()
H A Dparser.y1599 if (!ptr_attr && type_is_alias(ptr)) in declare_var()
1968 if (type_is_alias(t) && is_incomplete(t)) { in fix_type()
H A Dwrite_sltg.c914 while (type->typelib_idx < 0 && type_is_alias(type)) in write_var_desc()
H A Dwrite_msft.c981 while (type_is_alias(type) && !is_attr(type->attrs, ATTR_PUBLIC)) in encode_type()