Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dchar.c75 case TOKEN_CHAR: in get_char_constant()
86 end = p + type - TOKEN_CHAR; in get_char_constant()
Dtokenize.c212 case TOKEN_CHAR: in show_token()
217 token_type(token) - TOKEN_CHAR, 0, '\''); in show_token()
270 case TOKEN_CHAR: in quote_token()
275 token_type(token) - TOKEN_CHAR, 0, '\''); in quote_token()
762 return eat_string(next, stream, TOKEN_CHAR); in get_one_special()
Dtoken.h87 TOKEN_CHAR, enumerator
Dpre-process.c498 if (t2 >= TOKEN_CHAR && t2 < TOKEN_WIDE_CHAR) in combine()
499 return t2 + TOKEN_WIDE_CHAR - TOKEN_CHAR; in combine()
1044 case TOKEN_CHAR: in token_different()
Dexpression.c427 case TOKEN_CHAR ... TOKEN_WIDE_CHAR_EMBEDDED_3: in primary_expression()