Searched refs:char_ctype (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.c | 820 char_ctype, schar_ctype, uchar_ctype, variable 896 { &char_ctype, T__INT(-2, char) }, 925 { &string_ctype, T_PTR(&char_ctype) }, 946 { &const_char_ctype, T_CONST(&char_ctype, &bits_in_char, &max_int_alignment)}, 986 char_ctype.ctype.modifiers |= MOD_UNSIGNED; in init_ctype() 987 char_ctype.ctype.modifiers &= ~MOD_SIGNED; in init_ctype()
|
D | symbol.h | 293 char_ctype, schar_ctype, uchar_ctype,
|
D | expression.c | 120 array->ctype.base_type = &char_ctype; in handle_func()
|
D | show-parse.c | 241 { & char_ctype, "char", "" },
|
D | parse.c | 1199 if (ctype == &char_ctype) in to_QI_mode() 1484 {&char_ctype, &short_ctype, &int_ctype, &long_ctype, &llong_ctype, &int128_ctype};
|
D | evaluate.c | 119 struct symbol *char_type = expr->wide ? wchar_ctype : &char_ctype; in evaluate_string() 2832 struct symbol *char_type = e->wide ? wchar_ctype : &char_ctype; in handle_initializer()
|