Searched refs:schar_ctype (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | symbol.c | 690 char_ctype, schar_ctype, uchar_ctype, variable 757 …{ &schar_ctype, SYM_BASETYPE, MOD_ESIGNED | MOD_CHAR, &bits_in_char, &max_int_alignment…
|
H A D | symbol.h | 267 char_ctype, schar_ctype, uchar_ctype,
|
H A D | check_kernel_printf.c | 317 return type == &uchar_ctype || type == &char_ctype || type == &schar_ctype; in is_char_type() 826 if (type == &char_ctype || type == &schar_ctype) in hexbyte()
|
H A D | lib.c | 1267 predefined_ctype("SCHAR", &schar_ctype, PTYPE_MAX|PTYPE_WIDTH); in predefined_macros() 1277 predefined_ctype("INT8", &schar_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
|
H A D | smatch_type.c | 791 {&schar_ctype, "schar"},
|
H A D | show-parse.c | 232 { &schar_ctype, "signed char", "" },
|
H A D | parse.c | 1189 : &schar_ctype; in to_QI_mode() 1570 {&char_ctype, &schar_ctype, &uchar_ctype};
|