Home
last modified time | relevance | path

Searched refs:uchar_ctype (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtarget.c22 struct symbol *uleast8_ctype = &uchar_ctype;
30 struct symbol *ufast8_ctype = &uchar_ctype;
Dpredefine.c140 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()
Dsymbol.c820 char_ctype, schar_ctype, uchar_ctype, variable
898 { &uchar_ctype, T_UINT(-2, char) },
Dsymbol.h293 char_ctype, schar_ctype, uchar_ctype,
Dshow-parse.c243 { &uchar_ctype, "unsigned char", "" },
Dparse.c1201 return ctype->ctype.modifiers & MOD_UNSIGNED ? &uchar_ctype in to_QI_mode()
1489 {&uchar_ctype, &ushort_ctype, &uint_ctype, &ulong_ctype, &ullong_ctype,