Home
last modified time | relevance | path

Searched refs:wchar_ctype (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtarget-x86.c27 wchar_ctype = &ushort_ctype; in init_x86_common()
35 wchar_ctype = &int_ctype; in init_x86_common()
87 wchar_ctype = &long_ctype; in init_x86_x32()
Dtarget.c19 struct symbol *wchar_ctype = &int_ctype; variable
260 wchar_ctype = target->wchar; in target_init()
276 wchar_ctype = &ushort_ctype; in target_init()
Dchar.c92 type < TOKEN_WIDE_CHAR ? bits_in_char : wchar_ctype->bit_size, token->pos); in get_char_constant()
121 bits = is_wide ? wchar_ctype->bit_size: bits_in_char; in get_string_constant()
Dtarget-xtensa.c13 wchar_ctype = &long_ctype; in init_xtensa()
Dtarget-openrisc.c13 wchar_ctype = &uint_ctype; in init_openrisc()
Dtarget-nds32.c13 wchar_ctype = &uint_ctype; in init_nds32()
Dtarget-h8300.c12 wchar_ctype = &ushort_ctype; in init_h8300()
Dtarget-sh.c18 wchar_ctype = &long_ctype; in init_sh()
Dtarget-sparc.c32 wchar_ctype = &long_ctype; in init_sparc32()
Dsymbol.c393 else if (t == wchar_ctype && is_wstring_expr(expr)) in count_array_initializer()
1001 const_wchar_ctype.ctype.base_type = wchar_ctype; in init_ctype()
1002 const_wchar_ctype.rank = wchar_ctype->rank; in init_ctype()
1003 const_wchar_ctype.ctype.alignment = wchar_ctype->ctype.alignment; in init_ctype()
1004 const_wchar_ctype.bit_size = wchar_ctype->bit_size; in init_ctype()
Dtarget.h17 extern struct symbol *wchar_ctype;
Dpredefine.c130 predefined_ctype("WCHAR", wchar_ctype, PTYPE_ALL_T|PTYPE_MIN|PTYPE_TYPE); in predefined_macros()
Dsymbol.h462 return type == wchar_ctype; in is_wchar_type()
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()