Searched refs:uchar_ctype (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | target.c | 22 struct symbol *uleast8_ctype = &uchar_ctype; 30 struct symbol *ufast8_ctype = &uchar_ctype;
|
D | predefine.c | 140 predefined_ctype("UINT8", &uchar_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros() 149 predefined_ctype("UINT_LEAST8", &uchar_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
|
D | symbol.c | 820 char_ctype, schar_ctype, uchar_ctype, variable 898 { &uchar_ctype, T_UINT(-2, char) },
|
D | symbol.h | 293 char_ctype, schar_ctype, uchar_ctype,
|
D | show-parse.c | 243 { &uchar_ctype, "unsigned char", "" },
|
D | parse.c | 1201 return ctype->ctype.modifiers & MOD_UNSIGNED ? &uchar_ctype in to_QI_mode() 1489 {&uchar_ctype, &ushort_ctype, &uint_ctype, &ulong_ctype, &ullong_ctype,
|