Lines Matching refs:cpp_token
47 static tree interpret_integer (const cpp_token *, unsigned int);
48 static tree interpret_float (const cpp_token *, unsigned int, const char *);
49 static tree interpret_fixed (const cpp_token *, unsigned int);
54 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool, bool);
55 static tree lex_charconst (const cpp_token *);
58 static void cb_line_change (cpp_reader *, const cpp_token *, int);
185 cb_line_change (cpp_reader * ARG_UNUSED (pfile), const cpp_token *token, in cb_line_change()
250 const cpp_token *s; in cb_def_pragma()
296 const cpp_token *tok; in c_lex_with_flags()
444 cpp_token temp_tok = *tok; in c_lex_with_flags()
593 interpret_integer (const cpp_token *token, unsigned int flags) in interpret_integer()
678 interpret_float (const cpp_token *token, unsigned int flags, in interpret_float()
830 interpret_fixed (const cpp_token *token, unsigned int flags) in interpret_fixed()
971 lex_string (const cpp_token *tok, tree *valp, bool objc_string, bool translate) in lex_string()
1113 lex_charconst (const cpp_token *token) in lex_charconst()