Lines Matching defs:token
51 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category) argument
52 #define TOKEN_NAME(token) (token_spellings[(token)->type].name) argument
74 cpp_ideq (const cpp_token *token, const char *string) in cpp_ideq()
1014 const cpp_token *token, in warn_about_normalization()
1231 create_literal (cpp_reader *pfile, cpp_token *token, const uchar *base, in create_literal()
1281 lex_raw_string (cpp_reader *pfile, cpp_token *token, const uchar *base, in lex_raw_string()
1538 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string()
1634 store_comment (cpp_reader *pfile, cpp_token *token) in store_comment()
1671 save_comment (cpp_reader *pfile, cpp_token *token, const unsigned char *from, in save_comment()
2355 cpp_token_len (const cpp_token *token) in cpp_token_len()
2418 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, in cpp_spell_token()
2481 cpp_token_as_text (cpp_reader *pfile, const cpp_token *token) in cpp_token_as_text()
2510 cpp_output_token (const cpp_token *token, FILE *fp) in cpp_output_token()
2651 const cpp_token *token; in cpp_output_line() local
2671 const cpp_token *token; in cpp_output_line_to_string() local