Searched refs:_cpp_find_file (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | files.cc | 518 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, in _cpp_find_file() function 1119 _cpp_file *file = _cpp_find_file (pfile, fname, dir, angle_brackets, in _cpp_stack_include() 1135 return _cpp_find_file (pfile, name, dir, angle, _cpp_FFK_NORMAL, loc); in test_header_unit() 1492 _cpp_find_file (pfile, fname, pfile->buffer->file->dir, 0, _cpp_FFK_FAKE, 0); in _cpp_fake_include() 1615 file = _cpp_find_file (pfile, fname, dir, angle_brackets, _cpp_FFK_NORMAL, 0); in _cpp_compare_file_date() 2160 _cpp_file *file = _cpp_find_file (pfile, fname, start_dir, angle_brackets, in _cpp_has_header()
|
H A D | ChangeLog | 160 * files.c (_cpp_find_file): Substitute a valid pointer for 744 (_cpp_find_file): Adjust. 843 * files.c (_cpp_find_file): Use CPP_DL_NOTE not CPP_DL_ERROR in call to 1023 (_cpp_find_file): Use it, not 3 bools. 1024 * files.c (_cpp_find_file): Use _cpp_find_file_kind enum, not 1029 * init.c (cpp_read_main): Adjust _cpp_find_file call. 1039 * files.c (_cpp_find_file): Store LOC not highest_location. 1164 (_cpp_find_file): Add has_include parm. 1172 * files.c (_cpp_find_file): Add HAS_INCLUDE parm. Use it to 1174 (_cpp_stack_include): Adjust _cpp_find_file call. [all …]
|
H A D | internal.h | 713 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
|
H A D | init.cc | 691 = _cpp_find_file (pfile, fname, in cpp_read_main_file()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | files.c | 518 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, in _cpp_find_file() function 1063 _cpp_file *file = _cpp_find_file (pfile, fname, dir, angle_brackets, in _cpp_stack_include() 1357 _cpp_find_file (pfile, fname, pfile->buffer->file->dir, in _cpp_fake_include() 1476 file = _cpp_find_file (pfile, fname, dir, angle_brackets, in _cpp_compare_file_date() 2020 _cpp_file *file = _cpp_find_file (pfile, fname, start_dir, angle_brackets, in _cpp_has_header()
|
H A D | internal.h | 681 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
|
H A D | init.c | 680 = _cpp_find_file (pfile, fname, &pfile->no_search_path, /*angle=*/0, in cpp_read_main_file()
|
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
H A D | test_patches.txt | 542 (_cpp_find_file): Add has_include parm. 550 * files.c (_cpp_find_file): Add HAS_INCLUDE parm. Use it to 552 (_cpp_stack_include): Adjust _cpp_find_file call. 555 (_cpp_has_header): Adjust _cpp_find_file call. 560 (cpp_read_main_file): Adjust _cpp_find_file call.
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
H A D | test_patches.txt | 542 (_cpp_find_file): Add has_include parm. 550 * files.c (_cpp_find_file): Add HAS_INCLUDE parm. Use it to 552 (_cpp_stack_include): Adjust _cpp_find_file call. 555 (_cpp_has_header): Adjust _cpp_find_file call. 560 (cpp_read_main_file): Adjust _cpp_find_file call.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2003 | 2822 * cppfiles.c (_cpp_find_file): Make 'one or more PCH files were found' 3175 (_cpp_find_file): Print message if no header file is found 6962 (find_file): Made non-static and renamed to _cpp_find_file.
|
H A D | ChangeLog-2004 | 39451 (_cpp_find_file): Use search_path_exhausted.
|