Searched refs:short_ctype (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | target-x86.c | 37 fast16_ctype = &short_ctype; in init_x86_common() 119 fast16_ctype = &short_ctype; in init_x86_64() 127 fast16_ctype = &short_ctype; in init_x86_64()
|
D | predefine.c | 127 predefined_ctype("SHORT", &short_ctype, PTYPE_SIZEOF); in predefined_macros() 128 predefined_ctype("SHRT", &short_ctype, PTYPE_MAX|PTYPE_WIDTH); in predefined_macros() 141 predefined_ctype("INT16", &short_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros() 150 predefined_ctype("INT_LEAST16", &short_ctype, PTYPE_MAX|PTYPE_TYPE|PTYPE_WIDTH); in predefined_macros()
|
D | target.c | 23 struct symbol *least16_ctype = &short_ctype;
|
D | symbol.c | 821 short_ctype, sshort_ctype, ushort_ctype, variable 899 { &short_ctype, T__INT(-1, short) }, 931 { &short_ptr_ctype, T_PTR(&short_ctype) },
|
D | symbol.h | 294 short_ctype, sshort_ctype, ushort_ctype,
|
D | show-parse.c | 244 { & short_ctype, "short", "" },
|
D | parse.c | 1484 {&char_ctype, &short_ctype, &int_ctype, &long_ctype, &llong_ctype, &int128_ctype};
|