Home
last modified time | relevance | path

Searched refs:char_ctype (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.c690 char_ctype, schar_ctype, uchar_ctype, variable
756 …{ &char_ctype, SYM_BASETYPE, CHAR_SIGNEDNESS | MOD_CHAR, &bits_in_char, &max_int_align…
785 { &string_ctype, SYM_PTR, 0, &bits_in_pointer, &pointer_alignment, &char_ctype },
798 { &const_char_ctype, SYM_NODE, MOD_CONST, &bits_in_char, &max_int_alignment, &char_ctype },
828 char_ctype.ctype.modifiers |= MOD_UNSIGNED; in init_ctype()
829 char_ctype.ctype.modifiers &= ~MOD_SIGNED; in init_ctype()
H A Dcheck_syscall_arg_type.c123 if (type == &char_ctype) in get_arg_type_from_type()
H A Dsmatch_nul_terminator.c67 if (type != &char_ctype) in match_nul_assign()
H A Dsmatch_type.c539 if (type == &char_ctype) in is_char_pointer()
790 {&char_ctype, "char"},
H A Dsymbol.h267 char_ctype, schar_ctype, uchar_ctype,
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 Dexpression.c107 array->ctype.base_type = &char_ctype; in handle_func()
H A Dshow-parse.c231 { & char_ctype, "char", "" },
H A Dparse.c1186 if (ctype == &char_ctype) in to_QI_mode()
1570 {&char_ctype, &schar_ctype, &uchar_ctype};
H A Devaluate.c121 array->ctype.base_type = &char_ctype; in evaluate_string()