Searched refs:char_ctype (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | symbol.c | 690 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 D | check_syscall_arg_type.c | 123 if (type == &char_ctype) in get_arg_type_from_type()
|
H A D | smatch_nul_terminator.c | 67 if (type != &char_ctype) in match_nul_assign()
|
H A D | smatch_type.c | 539 if (type == &char_ctype) in is_char_pointer() 790 {&char_ctype, "char"},
|
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 | expression.c | 107 array->ctype.base_type = &char_ctype; in handle_func()
|
H A D | show-parse.c | 231 { & char_ctype, "char", "" },
|
H A D | parse.c | 1186 if (ctype == &char_ctype) in to_QI_mode() 1570 {&char_ctype, &schar_ctype, &uchar_ctype};
|
H A D | evaluate.c | 121 array->ctype.base_type = &char_ctype; in evaluate_string()
|