Searched refs:uchar_ctype (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_signed.c | 57 if (sym != &bool_ctype && sym != &uchar_ctype && in match_assign()
|
H A D | symbol.c | 690 char_ctype, schar_ctype, uchar_ctype, variable 758 …{ &uchar_ctype, SYM_BASETYPE, MOD_UNSIGNED | MOD_CHAR, &bits_in_char, &max_int_alignment…
|
H A D | symbol.h | 267 char_ctype, schar_ctype, uchar_ctype,
|
H A D | smatch_type.c | 792 {&uchar_ctype, "uchar"},
|
H A D | show-parse.c | 233 { &uchar_ctype, "unsigned char", "" },
|
H A D | check_kernel_printf.c | 317 return type == &uchar_ctype || type == &char_ctype || type == &schar_ctype; in is_char_type()
|
H A D | lib.c | 1278 predefined_ctype("UINT8", &uchar_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
|
H A D | parse.c | 1188 return ctype->ctype.modifiers & MOD_UNSIGNED ? &uchar_ctype in to_QI_mode() 1570 {&char_ctype, &schar_ctype, &uchar_ctype};
|