Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtarget-x86.c37 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()
Dpredefine.c127 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()
Dtarget.c23 struct symbol *least16_ctype = &short_ctype;
Dsymbol.c821 short_ctype, sshort_ctype, ushort_ctype, variable
899 { &short_ctype, T__INT(-1, short) },
931 { &short_ptr_ctype, T_PTR(&short_ctype) },
Dsymbol.h294 short_ctype, sshort_ctype, ushort_ctype,
Dshow-parse.c244 { & short_ctype, "short", "" },
Dparse.c1484 {&char_ctype, &short_ctype, &int_ctype, &long_ctype, &llong_ctype, &int128_ctype};