Lines Matching refs:cpp_token

56 static void lex_string (cpp_reader *, cpp_token *, const uchar *);
57 static void save_comment (cpp_reader *, cpp_token *, const uchar *, cppchar_t);
58 static void store_comment (cpp_reader *, cpp_token *);
59 static void create_literal (cpp_reader *, cpp_token *, const uchar *,
73 cpp_ideq (const cpp_token *token, const char *string) in cpp_ideq()
1808 const cpp_token *token, in warn_about_normalization()
2147 create_literal (cpp_reader *pfile, cpp_token *token, const uchar *base, in create_literal()
2289 lex_raw_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_raw_string()
2600 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string()
2736 store_comment (cpp_reader *pfile, cpp_token *token) in store_comment()
2773 save_comment (cpp_reader *pfile, cpp_token *token, const unsigned char *from, in save_comment()
3081 run->base = XNEWVEC (cpp_token, count); in _cpp_init_tokenrun()
3116 static const cpp_token*
3129 const cpp_token *
3133 const cpp_token *peektok; in cpp_peek_token()
3154 void (*line_change) (cpp_reader *, const cpp_token *, int) in cpp_peek_token()
3189 cpp_token *
3192 cpp_token *old, *result; in _cpp_temp_token()
3206 (la - sz) * sizeof (cpp_token)); in _cpp_temp_token()
3213 MIN (la, sz - 1) * sizeof (cpp_token)); in _cpp_temp_token()
3233 cpp_maybe_module_directive (cpp_reader *pfile, cpp_token *result) in cpp_maybe_module_directive()
3237 cpp_token *peek = result; in cpp_maybe_module_directive()
3238 cpp_token *keyword = peek; in cpp_maybe_module_directive()
3318 cpp_token *tok = ix ? keyword : result; in cpp_maybe_module_directive()
3375 const cpp_token *
3378 cpp_token *result; in _cpp_lex_token()
3524 cpp_token *
3531 cpp_token *result = pfile->cur_token++; in _cpp_lex_direct()
4043 cpp_token_len (const cpp_token *token) in cpp_token_len()
4130 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, in cpp_spell_token()
4181 cpp_token_as_text (cpp_reader *pfile, const cpp_token *token) in cpp_token_as_text()
4210 cpp_output_token (const cpp_token *token, FILE *fp) in cpp_output_token()
4267 _cpp_equiv_tokens (const cpp_token *a, const cpp_token *b) in _cpp_equiv_tokens()
4298 cpp_avoid_paste (cpp_reader *pfile, const cpp_token *token1, in cpp_avoid_paste()
4299 const cpp_token *token2) in cpp_avoid_paste()
4369 const cpp_token *token; in cpp_output_line()
4389 const cpp_token *token; in cpp_output_line_to_string()
4629 cpp_token_val_index (const cpp_token *tok) in cpp_token_val_index()
5356 const cpp_token *tok in cpp_directive_only_process()