/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | directives.c | 562 cpp_push_buffer (pfile, (const uchar *) buf, count, in run_directive() 1858 cpp_push_buffer (pfile, (const uchar *) result, dest - result, in destringize_and_run() 2483 nbuf = cpp_push_buffer (pfile, dn, ustrchr (dn, '\n') - dn, true); in cpp_pop_definition() 2571 cpp_push_buffer (cpp_reader *pfile, const uchar *buffer, size_t len, in cpp_push_buffer() function
|
H A D | pch.c | 837 if (cpp_push_buffer (r, defn, ustrchr (defn, '\n') - defn, true) in cpp_read_state()
|
H A D | macro.c | 777 cpp_push_buffer (pfile, (uchar *) nbuf, len, /* from_stage3 */ true); in builtin_macro() 963 cpp_push_buffer (pfile, buf, end - buf, /* from_stage3 */ true); in paste_tokens()
|
H A D | files.c | 944 = cpp_push_buffer (pfile, file->buffer, file->st.st_size, in _cpp_stack_file()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | files.cc | 942 cpp_push_buffer (pfile, newlines, 2, true); in _cpp_stack_file() 947 = cpp_push_buffer (pfile, reinterpret_cast<unsigned char *> (buf), in _cpp_stack_file() 982 = cpp_push_buffer (pfile, file->buffer, file->st.st_size, in _cpp_stack_file()
|
H A D | directives.cc | 578 cpp_push_buffer (pfile, (const uchar *) buf, count, in run_directive() 1899 cpp_push_buffer (pfile, (const uchar *) result, dest - result, in destringize_and_run() 2620 nbuf = cpp_push_buffer (pfile, dn, ustrchr (dn, '\n') - dn, true); in cpp_pop_definition() 2722 cpp_push_buffer (cpp_reader *pfile, const uchar *buffer, size_t len, in cpp_push_buffer() function
|
H A D | pch.cc | 837 if (cpp_push_buffer (r, defn, ustrchr (defn, '\n') - defn, true) in cpp_read_state()
|
H A D | macro.cc | 827 cpp_push_buffer (pfile, (uchar *) nbuf, len, /* from_stage3 */ true); in builtin_macro() 1013 cpp_push_buffer (pfile, buf, end - buf, /* from_stage3 */ true); in paste_tokens()
|
H A D | ChangeLog | 6579 (cpp_push_buffer): Rename local variable "new" to "new_buffer".
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1086 extern cpp_buffer *cpp_push_buffer (cpp_reader *, const unsigned char *,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1195 extern cpp_buffer *cpp_push_buffer (cpp_reader *, const unsigned char *,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 654 size to cpp_push_buffer. Generate the file_change callback, 661 (cpp_push_buffer): Don't generate a callback. Clear sysp. 751 * cppfiles.c (stack_include_file): cpp_push_buffer handles 756 (cpp_push_buffer): Create a file_change callback. Handle faked 1093 (run_directive): Take buffer type. cpp_push_buffer cannot fail. 1096 (cpp_push_buffer): Take a buffer type and file name. 1100 (cpp_push_buffer): New prototype. 1338 * fix-header.c (read_scan_file): cpp_push_buffer cannot fail. 1500 * cpplib.c (cpp_push_buffer): Always succeed, since 1502 * cpplib.h (cpp_push_buffer): Update prototype. [all …]
|
H A D | ChangeLog-2001 | 7981 * 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 D | FSFChangeLog.10 | 6694 * 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 D | ChangeLog-1999 | 8432 * cpplib.c (cpp_push_buffer): Fix order of arguments. 17393 (cpp_push_buffer): Likewise for cpp_buffer*. 17671 (cpp_push_buffer): Initialize ->mark to -1. 19328 * cpplib.c (cpp_push_buffer, cpp_pop_buffer): Use a linked
|
H A D | ChangeLog-2003 | 6988 * cpplib.c (cpp_push_buffer): Since we no longer set return_at_eof, 6991 Update callers of cpp_push_buffer. 10807 to cpp_push_buffer. 26061 cpp_undef, handle_assertion, cpp_push_buffer): Update.
|
H A D | ChangeLog-2002 | 14691 (cpp_push_buffer, _cpp_pop_buffer): Don't call _cpp_set_trad_context. 17086 (cpp_push_buffer, _cpp_pop_buffer): Similarly. 21241 * cpplib.c (cpp_push_buffer): Lex from stage 3 if traditional. 24970 cpp_push_buffer): Similarly.
|
H A D | ChangeLog-2004 | 43919 * cpplib.c (cpp_push_buffer): Delete uses of removed functions. 46474 * cpplib.c (cpp_push_buffer): Support init and
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.10 | 6694 * 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
|