Home
last modified time | relevance | path

Searched refs:TYPE_BASIC_INT16 (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/tools/widl/
H A Dtypelib.c155 case TYPE_BASIC_INT16: in get_type_vt()
H A Dwidltypes.h264 TYPE_BASIC_INT16, enumerator
H A Dexpr.c48 case TYPE_BASIC_INT16: in is_integer_type()
81 case TYPE_BASIC_INT16: in is_signed_integer_type()
H A Dtypetree.c375 case TYPE_BASIC_INT16: in is_valid_bitfield_type()
H A Dparser.y839 | tSHORT m_int { $$ = type_new_int(TYPE_BASIC_INT16, 0); }
1491 case TYPE_BASIC_INT16: in is_allowed_range_type()
2505 case TYPE_BASIC_INT16: in is_allowed_conf_type()
H A Dheader.c381 case TYPE_BASIC_INT16: fprintf(h, "short"); break; in write_type_left()
H A Dtypegen.c210 case TYPE_BASIC_INT16: return (sign <= 0 ? FC_SHORT : FC_USHORT); in get_basic_fc()
233 case TYPE_BASIC_INT16: return FC_SHORT; in get_basic_fc_signed()