Lines Matching refs:cpp_token
100 static const char *parse_include (cpp_reader *, int *, const cpp_token ***,
124 static const cpp_token *get_token_no_padding (cpp_reader *);
125 static const cpp_token *get__Pragma_string (cpp_reader *);
252 static const cpp_token **
257 const cpp_token **buf; in check_eol_return_comments()
259 buf = XNEWVEC (const cpp_token *, capacity); in check_eol_return_comments()
265 const cpp_token *tok; in check_eol_return_comments()
279 buf = XRESIZEVEC (const cpp_token *, buf, capacity); in check_eol_return_comments()
418 const cpp_token *dname; in _cpp_handle_directive()
585 const cpp_token *token = _cpp_lex_token (pfile); in lex_macro_node()
709 const cpp_token *token; in glue_header_name()
754 const cpp_token ***buf, location_t *location) in parse_include()
757 const cpp_token *header; in parse_include()
811 const cpp_token **buf = NULL; in do_include_common()
896 const cpp_token *token = _cpp_lex_token (pfile); in read_flag()
954 const cpp_token *token; in do_line()
1012 const cpp_token *token; in do_linemarker()
1187 const cpp_token *str = cpp_get_token (pfile); in do_ident()
1447 const cpp_token *token, *pragma_token; in do_pragma()
1449 cpp_token ns_token; in do_pragma()
1515 cpp_token *toks = XNEWVEC (cpp_token, 2); in do_pragma()
1548 const cpp_token *txt; in do_pragma_push_macro()
1606 const cpp_token *txt; in do_pragma_pop_macro()
1656 const cpp_token *tok; in do_pragma_poison()
1742 const cpp_token *tok = _cpp_lex_token (pfile); in do_pragma_warning_or_error()
1773 static const cpp_token *
1778 const cpp_token *result = cpp_get_token (pfile); in get_token_no_padding()
1786 static const cpp_token *
1789 const cpp_token *string; in get__Pragma_string()
1790 const cpp_token *paren; in get__Pragma_string()
1824 cpp_token *saved_cur_token; in destringize_and_run()
1826 cpp_token *toks; in destringize_and_run()
1888 toks = XNEWVEC (cpp_token, maxcount); in destringize_and_run()
1897 toks = XRESIZEVEC (cpp_token, toks, maxcount); in destringize_and_run()
1941 const cpp_token *string = get__Pragma_string (pfile); in _cpp_do__Pragma()
2160 const cpp_token *paren = cpp_get_token (pfile); in parse_answer()
2189 const cpp_token *token = cpp_get_token (pfile); in parse_answer()
2201 (pfile, sizeof (cpp_macro) + count * sizeof (cpp_token), in parse_answer()
2202 sizeof (cpp_token)); in parse_answer()
2236 const cpp_token *predicate = cpp_get_token (pfile); in parse_assertion()
2330 (pfile, sizeof (cpp_macro) - sizeof (cpp_token) in do_assert()
2331 + sizeof (cpp_token) * answer->count); in do_assert()