Home
last modified time | relevance | path

Searched refs:schar_ctype (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.c690 char_ctype, schar_ctype, uchar_ctype, variable
757 …{ &schar_ctype, SYM_BASETYPE, MOD_ESIGNED | MOD_CHAR, &bits_in_char, &max_int_alignment…
H A Dsymbol.h267 char_ctype, schar_ctype, uchar_ctype,
H A Dlib.c1261 predefined_ctype("SCHAR", &schar_ctype, PTYPE_MAX|PTYPE_WIDTH); in predefined_macros()
1271 predefined_ctype("INT8", &schar_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()
826 if (type == &char_ctype || type == &schar_ctype) in hexbyte()
H A Dsmatch_type.c791 {&schar_ctype, "schar"},
H A Dshow-parse.c232 { &schar_ctype, "signed char", "" },
H A Dparse.c1189 : &schar_ctype; in to_QI_mode()
1570 {&char_ctype, &schar_ctype, &uchar_ctype};