Searched refs:_cpp_do_file_change (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cpplib.c | 837 _cpp_do_file_change (pfile, LC_RENAME, new_file, new_lineno, 908 _cpp_do_file_change (pfile, reason, new_file, new_lineno, new_sysp); 916 _cpp_do_file_change (pfile, reason, to_file, file_line, sysp) in _cpp_do_file_change() function 1984 _cpp_do_file_change (pfile, LC_LEAVE, 0, 0, 0);
|
H A D | cppinit.c | 1081 _cpp_do_file_change (pfile, LC_RENAME, _("<built-in>"), 1, 0); 1083 _cpp_do_file_change (pfile, LC_RENAME, _("<command line>"), 1, 0); 1121 _cpp_do_file_change (pfile, LC_RENAME,
|
H A D | cppfiles.c | 369 _cpp_do_file_change (pfile, LC_ENTER, filename, 1, sysp); 640 _cpp_do_file_change (pfile, LC_RENAME, pfile->map->to_file,
|
H A D | cpphash.h | 555 extern void _cpp_do_file_change PARAMS ((cpp_reader *, enum lc_reason,
|
H A D | ChangeLog.4 | 650 * cpphash.h: Add _cpp_do_file_change. 653 (_cpp_do_file_change): Handle FC_ENTER and the FC_RENAME exception 747 * cpphash.h (_cpp_do_file_change): No longer external. 1310 (_cpp_do_file_change): Update. 2630 * cppfiles.c (stack_include_file): Use _cpp_do_file_change. 2632 * cpphash.h (_cpp_do_file_change): New prototype. 2639 (_cpp_do_file_change): New function.
|
H A D | ChangeLog.6 | 14278 (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.
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | files.c | 734 _cpp_do_file_change (pfile, LC_ENTER, file->path, 1, sysp); in _cpp_stack_file() 1040 _cpp_do_file_change (pfile, LC_RENAME, map->to_file, in cpp_make_system_header() 1051 _cpp_do_file_change (pfile, reason, new_name, 1, 0); in cpp_change_file()
|
H A D | directives.c | 881 _cpp_do_file_change (pfile, LC_RENAME, new_file, new_lineno, in do_line() 958 _cpp_do_file_change (pfile, reason, new_file, new_lineno, new_sysp); in do_linemarker() 966 _cpp_do_file_change (cpp_reader *pfile, enum lc_reason reason, in _cpp_do_file_change() function 2208 _cpp_do_file_change (pfile, LC_LEAVE, 0, 0, 0); in _cpp_pop_buffer()
|
H A D | internal.h | 560 extern void _cpp_do_file_change (cpp_reader *, enum lc_reason, const char *,
|