Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dtarget.c15 struct symbol *wchar_ctype = &int_ctype; variable
69 wchar_ctype = &long_ctype; in init_target()
73 wchar_ctype = &uint_ctype; in init_target()
154 wchar_ctype = &ushort_ctype; in init_target()
H A Dchar.c87 type < TOKEN_WIDE_CHAR ? bits_in_char : wchar_ctype->bit_size, token->pos); in get_char_constant()
116 bits = is_wide ? wchar_ctype->bit_size: bits_in_char; in get_string_constant()
H A Dtarget.h12 extern struct symbol *wchar_ctype;
H A Dlib.c1262 predefined_ctype("WCHAR", wchar_ctype, PTYPE_ALL_T|PTYPE_MIN|PTYPE_TYPE); in predefined_macros()