Home
last modified time | relevance | path

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

/trueos/contrib/gcclibs/libcpp/
HDfiles.c804 _cpp_do_file_change (pfile, LC_ENTER, file->path, 1, sysp); in _cpp_stack_file()
1126 _cpp_do_file_change (pfile, LC_RENAME, map->to_file, in cpp_make_system_header()
1137 _cpp_do_file_change (pfile, reason, new_name, 1, 0); in cpp_change_file()
HDdirectives.c886 _cpp_do_file_change (pfile, LC_RENAME, new_file, new_lineno, in do_line()
963 _cpp_do_file_change (pfile, reason, new_file, new_lineno, new_sysp); in do_linemarker()
971 _cpp_do_file_change (cpp_reader *pfile, enum lc_reason reason, in _cpp_do_file_change() function
2230 _cpp_do_file_change (pfile, LC_LEAVE, 0, 0, 0); in _cpp_pop_buffer()
HDinternal.h571 extern void _cpp_do_file_change (cpp_reader *, enum lc_reason, const char *,
/trueos/contrib/gcc/
HDChangeLog-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.
HDChangeLog-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.
HDChangeLog-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):
HDChangeLog-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.