Searched refs:_cpp_pop_file_buffer (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | internal.h | 694 extern void _cpp_pop_file_buffer (cpp_reader *, struct _cpp_file *,
|
H A D | files.c | 1510 _cpp_pop_file_buffer (cpp_reader *pfile, _cpp_file *file, in _cpp_pop_file_buffer() function
|
H A D | directives.c | 2621 _cpp_pop_file_buffer (pfile, inc, to_free); in _cpp_pop_buffer()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | internal.h | 727 extern void _cpp_pop_file_buffer (cpp_reader *, struct _cpp_file *,
|
H A D | files.cc | 1650 _cpp_pop_file_buffer (cpp_reader *pfile, _cpp_file *file, in _cpp_pop_file_buffer() function
|
H A D | directives.cc | 2772 _cpp_pop_file_buffer (pfile, inc, to_free); in _cpp_pop_buffer()
|
H A D | ChangeLog | 4066 (_cpp_pop_file_buffer): Add third argument. 4068 (_cpp_pop_file_buffer): Add to_free argument. Free to_free 4072 to _cpp_pop_file_buffer. 5838 (_cpp_pop_file_buffer): Likewise. 6464 * files.c (_cpp_pop_file_buffer): Set buffer_valid to false.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cppinternals.info | 909 followed by any tokens, 'mi_valid' is 'true' and '_cpp_pop_file_buffer'
|
H A D | cppinternals.texi | 972 @code{_cpp_pop_file_buffer} remembers the controlling macro associated
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cppinternals.info | 909 followed by any tokens, 'mi_valid' is 'true' and '_cpp_pop_file_buffer'
|
H A D | cppinternals.texi | 972 @code{_cpp_pop_file_buffer} remembers the controlling macro associated
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 24923 * cppfiles.c (_cpp_pop_file_buffer): Return void. Move 24927 (_cpp_pop_file_buffer): Update. 24932 * cpplib.c (cpp_pop_buffer): Move code from _cpp_pop_file_buffer. 35637 * cppfiles.c (_cpp_pop_file_buffer): Change return type to bool 35641 _cpp_pop_file_buffer did not push a new file. 35642 * cpphash.h (_cpp_pop_file_buffer): Update declaration.
|
H A D | ChangeLog-2001 | 12992 * cppfiles.c (_cpp_pop_file_buffer): Handle -include file pushing 12995 * cpphash.h (_cpp_pop_file_buffer): Update prototype. 13157 (_cpp_pop_file_buffer): Similarly. 16022 (_cpp_pop_file_buffer): Similarly. 27268 (_cpp_pop_file_buffer): Don't set defined.
|
H A D | ChangeLog-2000 | 1089 (_cpp_pop_file_buffer): Update. 5209 * cppfiles.c (stack_include_file, _cpp_pop_file_buffer): 8767 (lookup_include_file, read_include_file, _cpp_pop_file_buffer): 14233 (_cpp_pop_file_buffer): New function. 14236 (cpp_pop_buffer): Use _cpp_pop_file_buffer.
|
H A D | ChangeLog-2003 | 26031 (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
|