Home
last modified time | relevance | path

Searched refs:ushort_ctype (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtarget.c154 wchar_ctype = &ushort_ctype; in init_target()
H A Dbuiltin.c407 declare_builtin("__builtin_bswap16", &ushort_ctype, 0, &ushort_ctype, NULL); in declare_builtins()
H A Dsymbol.c691 short_ctype, sshort_ctype, ushort_ctype, variable
761 …{ &ushort_ctype, SYM_BASETYPE, MOD_UNSIGNED | MOD_SHORT, &bits_in_short, &max_int_alignmen…
H A Dsymbol.h268 short_ctype, sshort_ctype, ushort_ctype,
H A Dlib.c1264 predefined_ctype("CHAR16", &ushort_ctype, PTYPE_TYPE); in predefined_macros()
1274 predefined_ctype("UINT16", &ushort_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
H A Dsmatch_type.c795 {&ushort_ctype, "ushort"},
H A Dshow-parse.c236 { &ushort_ctype, "unsigned short", "" },
H A Dsmatch_kernel_user_data.c845 *rl = alloc_whole_rl(&ushort_ctype); in get_user_macro_rl()
H A Dparse.c1196 return ctype->ctype.modifiers & MOD_UNSIGNED ? &ushort_ctype in to_HI_mode()
1565 {&ushort_ctype, &uint_ctype, &ulong_ctype, &ullong_ctype,