Home
last modified time | relevance | path

Searched refs:macro_context (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h168 } macro_context; typedef
227 macro_context *mc;
H A Dmacro.c2396 macro_context *m; in push_extended_tokens_context()
2405 m = XNEW (macro_context); in push_extended_tokens_context()
2718 macro_context *mc = context->c.mc; in _cpp_pop_context()
2809 macro_context *m = c->c.mc; in consume_next_token_from_context()
3141 macro_context *m = pfile->context->c.mc; in _cpp_backup_tokens()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h172 } macro_context; typedef
231 macro_context *mc;
H A Dmacro.cc2506 macro_context *m; in push_extended_tokens_context()
2515 m = XNEW (macro_context); in push_extended_tokens_context()
2832 macro_context *mc = context->c.mc; in _cpp_pop_context()
2923 macro_context *m = c->c.mc; in consume_next_token_from_context()
3343 macro_context *m = pfile->context->c.mc; in _cpp_backup_tokens()
H A DChangeLog4635 * internal.h (struct macro_context): New struct.
4640 of macro and macro_context.