Home
last modified time | relevance | path

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

/reactos/sdk/tools/widl/
H A Dtypegen.c1873 switch (get_basic_fc(t)) in type_memsize_and_alignment()
1990 switch (get_basic_fc(t)) in type_buffer_alignment()
2200 fc = get_basic_fc(ref); in write_simple_pointer()
2304 fc = get_basic_fc(utype); in write_user_tfs()
2884 rtype = get_basic_fc(elem_type); in write_string_tfs()
3346 fc = get_basic_fc(st); in write_union_tfs()
3389 fc = get_basic_fc(st); in write_union_tfs()
3571 fc = get_basic_fc(type); in write_range_tfs()
3797 switch (get_basic_fc(type)) in get_required_buffer_size_type()
4007 fc = get_basic_fc(type); in print_phase_basetype()
[all …]
H A Dtypegen.h99 unsigned char get_basic_fc(const type_t *type);
H A Dparser.y1643 (get_basic_fc(t) != FC_CHAR && in declare_var()
1644 get_basic_fc(t) != FC_BYTE && in declare_var()
1645 get_basic_fc(t) != FC_WCHAR)) in declare_var()