Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_signed.c57 if (sym != &bool_ctype && sym != &uchar_ctype && in match_assign()
H A Dsymbol.c690 char_ctype, schar_ctype, uchar_ctype, variable
758 …{ &uchar_ctype, SYM_BASETYPE, MOD_UNSIGNED | MOD_CHAR, &bits_in_char, &max_int_alignment…
H A Dsymbol.h267 char_ctype, schar_ctype, uchar_ctype,
H A Dsmatch_type.c792 {&uchar_ctype, "uchar"},
H A Dshow-parse.c233 { &uchar_ctype, "unsigned char", "" },
H A Dlib.c1272 predefined_ctype("UINT8", &uchar_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
H A Dcheck_kernel_printf.c317 return type == &uchar_ctype || type == &char_ctype || type == &schar_ctype; in is_char_type()
H A Dparse.c1188 return ctype->ctype.modifiers & MOD_UNSIGNED ? &uchar_ctype in to_QI_mode()
1570 {&char_ctype, &schar_ctype, &uchar_ctype};