Searched refs:ushort_ctype (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | target-x86.c | 27 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()
|
D | predefine.c | 132 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()
|
D | target-h8300.c | 12 wchar_ctype = &ushort_ctype; in init_h8300()
|
D | target.c | 24 struct symbol *uleast16_ctype = &ushort_ctype; 276 wchar_ctype = &ushort_ctype; in target_init()
|
D | builtin.c | 677 { "__builtin_bswap16", &ushort_ctype, 0, { &ushort_ctype }, .op = &bswap_op },
|
D | symbol.c | 821 short_ctype, sshort_ctype, ushort_ctype, variable 901 { &ushort_ctype, T_UINT(-1, short) },
|
D | symbol.h | 294 short_ctype, sshort_ctype, ushort_ctype,
|
D | show-parse.c | 246 { &ushort_ctype, "unsigned short", "" },
|
D | parse.c | 1209 return ctype->ctype.modifiers & MOD_UNSIGNED ? &ushort_ctype in to_HI_mode() 1489 {&uchar_ctype, &ushort_ctype, &uint_ctype, &ulong_ctype, &ullong_ctype,
|