Home
last modified time | relevance | path

Searched refs:_cpp_pop_buffer (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives-only.c237 _cpp_pop_buffer (pfile); in _cpp_preprocess_dir_only()
H A Dinit.c312 _cpp_pop_buffer (pfile); in cpp_destroy()
798 _cpp_pop_buffer (pfile); in cpp_finish()
H A Ddirectives.c575 _cpp_pop_buffer (pfile); in run_directive()
1925 _cpp_pop_buffer (pfile); in destringize_and_run()
2490 _cpp_pop_buffer (pfile); in cpp_pop_definition()
2593 _cpp_pop_buffer (cpp_reader *pfile) in _cpp_pop_buffer() function
H A Dinternal.h747 extern void _cpp_pop_buffer (cpp_reader *);
H A Dpch.c843 _cpp_pop_buffer (r); in cpp_read_state()
H A Dmacro.c808 _cpp_pop_buffer (pfile); in builtin_macro()
973 _cpp_pop_buffer (pfile); in paste_tokens()
993 _cpp_pop_buffer (pfile); in paste_tokens()
H A Dlex.c2688 _cpp_pop_buffer (pfile); in _cpp_get_fresh_line()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinit.cc321 _cpp_pop_buffer (pfile); in cpp_destroy()
857 _cpp_pop_buffer (pfile); in cpp_finish()
H A Ddirectives.cc591 _cpp_pop_buffer (pfile); in run_directive()
1968 _cpp_pop_buffer (pfile); in destringize_and_run()
2627 _cpp_pop_buffer (pfile); in cpp_pop_definition()
2744 _cpp_pop_buffer (cpp_reader *pfile) in _cpp_pop_buffer() function
H A Dinternal.h780 extern void _cpp_pop_buffer (cpp_reader *);
H A Dpch.cc843 _cpp_pop_buffer (r); in cpp_read_state()
H A Dlex.cc2522 _cpp_pop_buffer (pfile); in lex_raw_string()
3491 _cpp_pop_buffer (pfile); in _cpp_get_fresh_line()
3565 _cpp_pop_buffer (pfile); in _cpp_lex_direct()
5396 _cpp_pop_buffer (pfile); in cpp_directive_only_process()
H A Dmacro.cc858 _cpp_pop_buffer (pfile); in builtin_macro()
1023 _cpp_pop_buffer (pfile); in paste_tokens()
1048 _cpp_pop_buffer (pfile); in paste_tokens()
H A Dtraditional.cc317 _cpp_pop_buffer (pfile); in _cpp_read_logical_line_trad()
H A DChangeLog1588 (_cpp_pop_buffer): Fix leak.
4071 * directives.c (_cpp_pop_buffer): Pass buffer->to_free
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppinternals.info285 correct even if its source buffer is freed with '_cpp_pop_buffer'. The
H A Dcppinternals.texi316 correct even if its source buffer is freed with @code{_cpp_pop_buffer}.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppinternals.info285 correct even if its source buffer is freed with '_cpp_pop_buffer'. The
H A Dcppinternals.texi316 correct even if its source buffer is freed with @code{_cpp_pop_buffer}.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200110960 push_conditional, _cpp_pop_buffer): Update.
11043 * cpplib.c (do_diagnostic, _cpp_pop_buffer): Update.
11579 (_cpp_pop_buffer): Set bol.
13004 * cpplib.c (_cpp_pop_buffer): Don't do file change callback
13162 (_cpp_pop_buffer): Similarly.
14283 (_cpp_pop_buffer): Update.
14966 * cpplib.c (do_line, cpp_push_buffer, _cpp_pop_buffer):
15095 (_cpp_pop_buffer): Transfer more info from a faked buffer.
15186 (_cpp_pop_buffer): New.
15192 (cpp_pop_buffer): Rename _cpp_pop_buffer. Stop skipping.
H A DChangeLog-20036950 * cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change
10809 by return_at_eof check. Always call _cpp_pop_buffer at end.
12519 (do_include_common, _cpp_pop_buffer): Update.
26062 (_cpp_pop_buffer): Free notes.
29663 * cpplib.c (_cpp_pop_buffer): Don't handle -include.
H A DChangeLog-200214691 (cpp_push_buffer, _cpp_pop_buffer): Don't call _cpp_set_trad_context.
17086 (cpp_push_buffer, _cpp_pop_buffer): Similarly.
24924 file change and include code to _cpp_pop_buffer.
25532 _cpp_pop_buffer, do_diagnostic): Update.
35640 * cpplib.c (_cpp_pop_buffer): Only call obstack_free if
H A DChangeLog-20002646 (_cpp_pop_buffer): Update to use it.