Lines Matching refs:cpp_token
41 static tree interpret_integer (const cpp_token *, unsigned int,
43 static tree interpret_float (const cpp_token *, unsigned int, const char *,
45 static tree interpret_fixed (const cpp_token *, unsigned int);
50 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool, bool);
51 static tree lex_charconst (const cpp_token *);
54 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()
289 static const cpp_token *
294 const cpp_token *ret = cpp_peek_token (pfile, 0); in get_token_no_padding()
309 const cpp_token *token; in c_common_has_attribute()
327 const cpp_token *nxt_token; in c_common_has_attribute()
396 const cpp_token *tok; in c_lex_with_flags()
546 cpp_token temp_tok = *tok; in c_lex_with_flags()
701 interpret_integer (const cpp_token *token, unsigned int flags, in interpret_integer()
795 interpret_float (const cpp_token *token, unsigned int flags, in interpret_float()
1004 interpret_fixed (const cpp_token *token, unsigned int flags) in interpret_fixed()
1145 lex_string (const cpp_token *tok, tree *valp, bool objc_string, bool translate) in lex_string()
1307 lex_charconst (const cpp_token *token) in lex_charconst()