Home
last modified time | relevance | path

Searched refs:TOKEN_WIDE_CHAR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dchar.c76 case TOKEN_WIDE_CHAR: in get_char_constant()
84 end = p + type - TOKEN_WIDE_CHAR; in get_char_constant()
87 type < TOKEN_WIDE_CHAR ? bits_in_char : wchar_ctype->bit_size, token->pos); in get_char_constant()
H A Dtokenize.c213 case TOKEN_WIDE_CHAR: in show_token()
218 token_type(token) - TOKEN_WIDE_CHAR, 'L', '\''); in show_token()
271 case TOKEN_WIDE_CHAR: in quote_token()
276 token_type(token) - TOKEN_WIDE_CHAR, 'L', '\''); in quote_token()
936 TOKEN_WIDE_CHAR); in get_one_identifier()
H A Dtoken.h93 TOKEN_WIDE_CHAR, enumerator
H A Dpre-process.c508 if (t2 >= TOKEN_CHAR && t2 < TOKEN_WIDE_CHAR) in combine()
509 return t2 + TOKEN_WIDE_CHAR - TOKEN_CHAR; in combine()
581 case TOKEN_WIDE_CHAR: in merge()
1180 case TOKEN_WIDE_CHAR: in token_different()
H A Dexpression.c381 expr->ctype = token_type(token) < TOKEN_WIDE_CHAR ? &int_ctype : &long_ctype; in primary_expression()