Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtarget-x86.c27 wchar_ctype = &ushort_ctype; in init_x86_common()
38 ufast16_ctype = &ushort_ctype; in init_x86_common()
120 ufast16_ctype = &ushort_ctype; in init_x86_64()
128 ufast16_ctype = &ushort_ctype; in init_x86_64()
Dpredefine.c132 predefined_ctype("CHAR16", &ushort_ctype, PTYPE_TYPE); in predefined_macros()
142 predefined_ctype("UINT16", &ushort_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
151 predefined_ctype("UINT_LEAST16",&ushort_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
Dtarget-h8300.c12 wchar_ctype = &ushort_ctype; in init_h8300()
Dtarget.c24 struct symbol *uleast16_ctype = &ushort_ctype;
276 wchar_ctype = &ushort_ctype; in target_init()
Dbuiltin.c677 { "__builtin_bswap16", &ushort_ctype, 0, { &ushort_ctype }, .op = &bswap_op },
Dsymbol.c821 short_ctype, sshort_ctype, ushort_ctype, variable
901 { &ushort_ctype, T_UINT(-1, short) },
Dsymbol.h294 short_ctype, sshort_ctype, ushort_ctype,
Dshow-parse.c246 { &ushort_ctype, "unsigned short", "" },
Dparse.c1209 return ctype->ctype.modifiers & MOD_UNSIGNED ? &ushort_ctype in to_HI_mode()
1489 {&uchar_ctype, &ushort_ctype, &uint_ctype, &ulong_ctype, &ullong_ctype,