Home
last modified time | relevance | path

Searched refs:_cpp_pop_context (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h659 extern void _cpp_pop_context (cpp_reader *);
H A Dmacro.c2668 _cpp_pop_context (pfile); in expand_arg()
2705 _cpp_pop_context (cpp_reader *pfile) in _cpp_pop_context() function
2895 _cpp_pop_context (pfile); in cpp_get_token_1()
H A Dtraditional.c444 _cpp_pop_context (pfile); in _cpp_scan_out_logical_line()
H A Ddirectives.c213 _cpp_pop_context (pfile); in skip_rest_of_line()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h690 extern void _cpp_pop_context (cpp_reader *);
H A Dmacro.cc2782 _cpp_pop_context (pfile); in expand_arg()
2820 _cpp_pop_context (cpp_reader *pfile) in _cpp_pop_context() function
3009 _cpp_pop_context (pfile); in cpp_get_token_1()
H A Dtraditional.cc449 _cpp_pop_context (pfile); in _cpp_scan_out_logical_line()
H A Ddirectives.cc221 _cpp_pop_context (pfile); in skip_rest_of_line()
H A DChangeLog3480 (_cpp_pop_context): Clear the new cpp_reader::top_most_macro_node
4373 * macro.c (_cpp_pop_context): Assert that we shouldn't try to pop
4402 (_cpp_pop_context): Re-enable expansion of the macro only when we
4702 (_cpp_pop_context): Really free the memory held by the context.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20019438 (_cpp_pop_context): Update.
9925 (expand_arg): Use _cpp_pop_context.
9926 (_cpp_pop_context): Free a context's buffer, if any.
10101 enter_macro_context, expand_arg, _cpp_pop_context, cpp_scan_nooutput,
H A DChangeLog-20001849 (_cpp_pop_context): Unconditionally re-enable a macro when
5293 (_cpp_pop_context, _cpp_get_token, _cpp_free_lookaheads, _cpp_push_token): New.