Home
last modified time | relevance | path

Searched refs:_cpp_do_file_change (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c967 _cpp_do_file_change (pfile, LC_ENTER, file->path, 1, sysp); in _cpp_stack_file()
1374 _cpp_do_file_change (pfile, LC_RENAME, ORDINARY_MAP_FILE_NAME (map), in cpp_make_system_header()
1385 _cpp_do_file_change (pfile, reason, new_name, 1, 0); in cpp_change_file()
H A Ddirectives.c999 _cpp_do_file_change (pfile, LC_RENAME_VERBATIM, new_file, new_lineno, in do_line()
1114 _cpp_do_file_change (pfile, reason, new_file, new_lineno, new_sysp); in do_linemarker()
1123 _cpp_do_file_change (cpp_reader *pfile, enum lc_reason reason, in _cpp_do_file_change() function
2623 _cpp_do_file_change (pfile, LC_LEAVE, 0, 0, 0); in _cpp_pop_buffer()
H A Dinternal.h745 extern void _cpp_do_file_change (cpp_reader *, enum lc_reason, const char *,
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc1009 _cpp_do_file_change (pfile, LC_ENTER, file->path, in _cpp_stack_file()
1508 _cpp_do_file_change (pfile, LC_RENAME, ORDINARY_MAP_FILE_NAME (map), in cpp_make_system_header()
1520 _cpp_do_file_change (pfile, reason, new_name, 1, 0); in cpp_change_file()
H A Ddirectives.cc1023 _cpp_do_file_change (pfile, LC_RENAME_VERBATIM, new_file, new_lineno, in do_line()
1138 _cpp_do_file_change (pfile, reason, new_file, new_lineno, new_sysp); in do_linemarker()
1146 _cpp_do_file_change (cpp_reader *pfile, enum lc_reason reason, in _cpp_do_file_change() function
2774 _cpp_do_file_change (pfile, LC_LEAVE, 0, 0, 0); in _cpp_pop_buffer()
H A Dinternal.h778 extern void _cpp_do_file_change (cpp_reader *, enum lc_reason, const char *,
H A Dinit.cc716 _cpp_do_file_change (pfile, LC_RENAME_VERBATIM, LINEMAP_FILE (last), in cpp_read_main_file()
H A DChangeLog890 * directives.c (_cpp_do_file_change): Check we've not changed file
1028 (_cpp_do_file_change, _cpp_compare_file_date, _cpp_has_header): Adjust.
3164 (_cpp_do_file_change): Assert that we're not dealing with
5716 (_cpp_do_file_change): Use linenum_t.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200114278 (CPP_IN_SYSTEM_HEADER, _cpp_do_file_change): Update.
14281 (_cpp_do_file_change): Similarly; callback with map instead.
14968 (_cpp_do_file_change): Tweak.
15066 * cppfiles.c (stack_include_file): Update for new _cpp_do_file_change.
15073 (_cpp_do_file_change): Update.
15090 (_cpp_do_file_change): Update to take buffer line number as an
15519 (_cpp_do_file_change): Update.
15530 (_cpp_do_file_change): Update for new line mapping.
H A DChangeLog-2000656 * cpphash.h: Add _cpp_do_file_change.
659 (_cpp_do_file_change): Handle FC_ENTER and the FC_RENAME exception
753 * cpphash.h (_cpp_do_file_change): No longer external.
1316 (_cpp_do_file_change): Update.
2636 * cppfiles.c (stack_include_file): Use _cpp_do_file_change.
2638 * cpphash.h (_cpp_do_file_change): New prototype.
2645 (_cpp_do_file_change): New function.
H A DChangeLog-200435459 (_cpp_do_file_change): Don't need to set cpp_reader's line field.
42245 * cpplib.c (do_line, do_linemarker, _cpp_do_file_change): Get
46080 * cpplib.c (do_include_common, _cpp_do_file_change, cpp_get_callbacks):
H A DChangeLog-20036950 * cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change
6959 Don't call _cpp_do_file_change even if working_directory flag set.