Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c820 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()
Dsymbol.h293 char_ctype, schar_ctype, uchar_ctype,
Dexpression.c120 array->ctype.base_type = &char_ctype; in handle_func()
Dshow-parse.c241 { & char_ctype, "char", "" },
Dparse.c1199 if (ctype == &char_ctype) in to_QI_mode()
1484 {&char_ctype, &short_ctype, &int_ctype, &long_ctype, &llong_ctype, &int128_ctype};
Devaluate.c119 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()