Searched refs:TOKEN_CHAR (Results 1 – 5 of 5) sorted by relevance
75 case TOKEN_CHAR: in get_char_constant()86 end = p + type - TOKEN_CHAR; in get_char_constant()
212 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()
87 TOKEN_CHAR, enumerator
498 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()
427 case TOKEN_CHAR ... TOKEN_WIDE_CHAR_EMBEDDED_3: in primary_expression()