Home
last modified time | relevance | path

Searched refs:_cpp_push_token_context (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dmacro.cc854 _cpp_push_token_context (pfile, NULL, token, 1); in builtin_macro()
1138 _cpp_push_token_context (pfile, NULL, lhs, 1); in paste_all_tokens()
1459 _cpp_push_token_context (pfile, NULL, padding, 1); in funlike_invocation_p()
1594 _cpp_push_token_context (pfile, node, macro->exp.tokens, in enter_macro_context()
1602 _cpp_push_token_context (pfile, NULL, in enter_macro_context()
2470 _cpp_push_token_context (cpp_reader *pfile, cpp_hashnode *macro, in _cpp_push_token_context() function
3070 _cpp_push_token_context (pfile, NULL, in cpp_get_token_1()
Dinternal.h702 extern void _cpp_push_token_context (cpp_reader *, cpp_hashnode *,
Ddirectives.cc1561 _cpp_push_token_context (pfile, NULL, toks, 2); in do_pragma()
1977 _cpp_push_token_context (pfile, NULL, toks, count); in destringize_and_run()
DChangeLog4399 (_cpp_push_token_context, push_extended_tokens_context): If the
4698 (next_context, push_ptoken_context, _cpp_push_token_context)
6413 (_cpp_push_token_context): Rename from push_token_context and export.
6415 (_cpp_push_token_context): Declare.