Searched refs:cpp_push_buffer (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | cpplib.h | 723 extern cpp_buffer *cpp_push_buffer (cpp_reader *, const unsigned char *,
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | directives.c | 493 cpp_push_buffer (pfile, (const uchar *) buf, count, in run_directive() 1540 cpp_push_buffer (pfile, (const uchar *) result, dest - result, in destringize_and_run() 2180 cpp_push_buffer (cpp_reader *pfile, const uchar *buffer, size_t len, in cpp_push_buffer() function
|
| H A D | pch.c | 701 if (cpp_push_buffer (r, defn, ustrchr (defn, '\n') - defn, true) in cpp_read_state()
|
| H A D | macro.c | 313 cpp_push_buffer (pfile, (uchar *) nbuf, len, /* from_stage3 */ true); in builtin_macro() 458 cpp_push_buffer (pfile, buf, end - buf, /* from_stage3 */ true); in paste_tokens()
|
| H A D | files.c | 793 buffer = cpp_push_buffer (pfile, file->buffer, file->st.st_size, in _cpp_stack_file()
|
| H A D | ChangeLog | 294 (cpp_push_buffer): Rename local variable "new" to "new_buffer".
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | fix-header.c | 690 cpp_push_buffer (scan_in, getchar_call, sizeof(getchar_call) - 1, in read_scan_file()
|
| H A D | ChangeLog-2000 | 661 (cpp_push_buffer): Don't generate a callback. Clear sysp. 1096 (cpp_push_buffer): Take a buffer type and file name. 1100 (cpp_push_buffer): New prototype. 1500 * cpplib.c (cpp_push_buffer): Always succeed, since 1502 * cpplib.h (cpp_push_buffer): Update prototype. 7160 * cpplib.c (cpp_push_buffer): Fix grammar in message. 7666 (cpp_push_buffer): Initialize extra_char. 14899 (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c. 26195 cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer, 26631 (cpp_push_buffer): Don't set new->underflow. [all …]
|
| H A D | ChangeLog-2001 | 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): 15094 (cpp_push_buffer): Don't set output line or lineno. [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-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-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-2004 | 43919 * cpplib.c (cpp_push_buffer): Delete uses of removed functions. 46474 * cpplib.c (cpp_push_buffer): Support init and
|