Home
last modified time | relevance | path

Searched refs:wchar_ctype (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A 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()
H A 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()
H A Dtarget-h8300.c12 wchar_ctype = &ushort_ctype; in init_h8300()
H A Dtarget-nds32.c13 wchar_ctype = &uint_ctype; in init_nds32()
H A Dtarget-openrisc.c13 wchar_ctype = &uint_ctype; in init_openrisc()
H A Dtarget-sh.c18 wchar_ctype = &long_ctype; in init_sh()
H A Dtarget-xtensa.c13 wchar_ctype = &long_ctype; in init_xtensa()
H A Dtarget-sparc.c32 wchar_ctype = &long_ctype; in init_sparc32()
H A Dtarget.h17 extern struct symbol *wchar_ctype;
H A 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()
H A Dpredefine.c130 predefined_ctype("WCHAR", wchar_ctype, PTYPE_ALL_T|PTYPE_MIN|PTYPE_TYPE); in predefined_macros()
H A Dsymbol.h462 return type == wchar_ctype; in is_wchar_type()
H A 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()

Completed in 10 milliseconds