Lines Matching refs:cpp_token

106 static const char *parse_include (cpp_reader *, int *, const cpp_token ***,
130 static const cpp_token *get_token_no_padding (cpp_reader *);
131 static const cpp_token *get__Pragma_string (cpp_reader *);
260 static const cpp_token **
265 const cpp_token **buf; in check_eol_return_comments()
267 buf = XNEWVEC (const cpp_token *, capacity); in check_eol_return_comments()
273 const cpp_token *tok; in check_eol_return_comments()
287 buf = XRESIZEVEC (const cpp_token *, buf, capacity); in check_eol_return_comments()
426 const cpp_token *dname; in _cpp_handle_directive()
601 const cpp_token *token = _cpp_lex_token (pfile); in lex_macro_node()
726 const cpp_token *token; in glue_header_name()
771 const cpp_token ***buf, location_t *location) in parse_include()
774 const cpp_token *header; in parse_include()
828 const cpp_token **buf = NULL; in do_include_common()
913 const cpp_token *token = _cpp_lex_token (pfile); in read_flag()
978 const cpp_token *token; in do_line()
1036 const cpp_token *token; in do_linemarker()
1228 const cpp_token *str = cpp_get_token (pfile); in do_ident()
1488 const cpp_token *token, *pragma_token; in do_pragma()
1490 cpp_token ns_token; in do_pragma()
1556 cpp_token *toks = XNEWVEC (cpp_token, 2); in do_pragma()
1589 const cpp_token *txt; in do_pragma_push_macro()
1647 const cpp_token *txt; in do_pragma_pop_macro()
1697 const cpp_token *tok; in do_pragma_poison()
1783 const cpp_token *tok = _cpp_lex_token (pfile); in do_pragma_warning_or_error()
1814 static const cpp_token *
1819 const cpp_token *result = cpp_get_token (pfile); in get_token_no_padding()
1827 static const cpp_token *
1830 const cpp_token *string; in get__Pragma_string()
1831 const cpp_token *paren; in get__Pragma_string()
1865 cpp_token *saved_cur_token; in destringize_and_run()
1867 cpp_token *toks; in destringize_and_run()
1931 toks = XNEWVEC (cpp_token, maxcount); in destringize_and_run()
1940 toks = XRESIZEVEC (cpp_token, toks, maxcount); in destringize_and_run()
1984 const cpp_token *string = get__Pragma_string (pfile); in _cpp_do__Pragma()
2274 const cpp_token *paren = cpp_get_token (pfile); in parse_answer()
2303 const cpp_token *token = cpp_get_token (pfile); in parse_answer()
2315 (pfile, sizeof (cpp_macro) + count * sizeof (cpp_token), in parse_answer()
2316 sizeof (cpp_token)); in parse_answer()
2350 const cpp_token *predicate = cpp_get_token (pfile); in parse_assertion()
2444 (pfile, sizeof (cpp_macro) - sizeof (cpp_token) in do_assert()
2445 + sizeof (cpp_token) * answer->count); in do_assert()