Home
last modified time | relevance | path

Searched refs:TOKEN_CHAR (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/tools/smatch/src/
H A Dchar.c75 case TOKEN_CHAR: in get_char_constant()
81 end = p + type - TOKEN_CHAR; in get_char_constant()
H A Dexpression.c378 case TOKEN_CHAR ... TOKEN_WIDE_CHAR_EMBEDDED_3: in primary_expression()
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()
1179 case TOKEN_CHAR: in token_different()
H A Dtoken.h88 TOKEN_CHAR, enumerator
H A Dtokenize.c207 case TOKEN_CHAR: in show_token()
212 token_type(token) - TOKEN_CHAR, 0, '\''); in show_token()
265 case TOKEN_CHAR: in quote_token()
270 token_type(token) - TOKEN_CHAR, 0, '\''); in quote_token()
758 return eat_string(next, stream, TOKEN_CHAR); in get_one_special()