Home
last modified time | relevance | path

Searched refs:cpp_push_buffer (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h595 extern cpp_buffer *cpp_push_buffer PARAMS ((cpp_reader *,
H A Dcppmacro.c282 cpp_push_buffer (pfile, buf, ustrlen (buf), /* from_stage3 */ true, 1);
450 cpp_push_buffer (pfile, buf, end - buf, /* from_stage3 */ true, 1);
H A Dcpplib.c461 cpp_push_buffer (pfile, (const uchar *) buf, count,
1927 cpp_push_buffer (pfile, buffer, len, from_stage3, return_at_eof) in cpp_push_buffer() function
H A Dfix-header.c659 cpp_push_buffer (scan_in, getchar_call, sizeof(getchar_call) - 1,
H A Dcppfiles.c356 fp = cpp_push_buffer (pfile, inc->buffer, inc->st.st_size,
H A DChangeLog.4648 size to cpp_push_buffer. Generate the file_change callback,
655 (cpp_push_buffer): Don't generate a callback. Clear sysp.
745 * cppfiles.c (stack_include_file): cpp_push_buffer handles
750 (cpp_push_buffer): Create a file_change callback. Handle faked
1087 (run_directive): Take buffer type. cpp_push_buffer cannot fail.
1090 (cpp_push_buffer): Take a buffer type and file name.
1094 (cpp_push_buffer): New prototype.
1332 * fix-header.c (read_scan_file): cpp_push_buffer cannot fail.
1494 * cpplib.c (cpp_push_buffer): Always succeed, since
1496 * cpplib.h (cpp_push_buffer): Update prototype.
[all …]
H A DChangeLog.67981 * cpplib.c (cpp_push_buffer): Don't set read_ahead and extra_char.
12994 (stack_include_file): Update use of cpp_push_buffer.
13006 (cpp_push_buffer): Update prototype.
13007 (run_directive): Update use of cpp_push_buffer.
13011 (cpp_push_buffer): Update prototype.
13161 (cpp_push_buffer): Similarly.
13636 (cpp_push_buffer): Don't take a filename.
13638 (cpp_push_buffer): Don't take a filename.
14280 (cpp_push_buffer): Similarly.
14966 * cpplib.c (do_line, cpp_push_buffer, _cpp_pop_buffer):
[all …]
H A DFSFChangeLog.106694 * cpplib.c (cpp_push_buffer): Include filename in error message.
8958 * cpplib.c (cpp_push_buffer): Added missing initializatuon of buf.
8960 (finclude): No longer call cpp_push_buffer - let callers do it.
8961 (do_include): Add call to cpp_push_buffer.
8962 (push_parse_file): Call cpp_push_buffer early, so initial
H A DChangeLog.31956 * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
7838 (cpp_push_buffer): Don't set new->alimit. Set new->mark
10929 cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
11365 (cpp_push_buffer): Don't set new->underflow.
12183 (cpp_push_buffer): Set line_base to NULL.
H A DChangeLog.12925 (cpp_push_buffer): Likewise for cpp_buffer*.
3203 (cpp_push_buffer): Initialize ->mark to -1.
4860 * cpplib.c (cpp_push_buffer, cpp_pop_buffer): Use a linked
H A DChangeLog.7244 (cpp_push_buffer, _cpp_pop_buffer): Don't call _cpp_set_trad_context.
2639 (cpp_push_buffer, _cpp_pop_buffer): Similarly.
6794 * cpplib.c (cpp_push_buffer): Lex from stage 3 if traditional.
10523 cpp_push_buffer): Similarly.
H A DChangeLog.53211 cpp_push_buffer, cpp_pop_buffer): Update.
6330 * cpplib.c (cpp_push_buffer): Give stdin buffers the name <stdin>.
H A DChangeLog.28432 * cpplib.c (cpp_push_buffer): Fix order of arguments.
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h710 extern cpp_buffer *cpp_push_buffer (cpp_reader *, const unsigned char *,
/openbsd-src/gnu/gcc/libcpp/
H A Ddirectives.c488 cpp_push_buffer (pfile, (const uchar *) buf, count, in run_directive()
1518 cpp_push_buffer (pfile, (const uchar *) result, dest - result, in destringize_and_run()
2158 cpp_push_buffer (cpp_reader *pfile, const uchar *buffer, size_t len, in cpp_push_buffer() function
H A Dpch.c666 if (cpp_push_buffer (r, defn, ustrchr (defn, '\n') - defn, true) in cpp_read_state()
H A Dmacro.c305 cpp_push_buffer (pfile, (uchar *) nbuf, len, /* from_stage3 */ true); in builtin_macro()
451 cpp_push_buffer (pfile, buf, end - buf, /* from_stage3 */ true); in paste_tokens()
H A Dfiles.c724 buffer = cpp_push_buffer (pfile, file->buffer, file->st.st_size, in _cpp_stack_file()
H A DChangeLog294 (cpp_push_buffer): Rename local variable "new" to "new_buffer".
/openbsd-src/gnu/gcc/gcc/
H A Dfix-header.c690 cpp_push_buffer (scan_in, getchar_call, sizeof(getchar_call) - 1, in read_scan_file()