Searched refs:validate_pch (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | files.c | 198 static bool validate_pch (cpp_reader *, _cpp_file *file, const char *pchname); 329 valid = validate_pch (pfile, file, pchname); in pch_open_file() 345 valid = validate_pch (pfile, file, pchname); in pch_open_file() 1734 validate_pch (cpp_reader *pfile, _cpp_file *file, const char *pchname) in validate_pch() function
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | files.cc | 198 static bool validate_pch (cpp_reader *, _cpp_file *file, const char *pchname); 329 valid = validate_pch (pfile, file, pchname); in pch_open_file() 345 valid = validate_pch (pfile, file, pchname); in pch_open_file() 1874 validate_pch (cpp_reader *pfile, _cpp_file *file, const char *pchname) in validate_pch() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2003 | 7655 (validate_pch): Return validate flag for current file. 22508 * cppfiles.c (validate_pch): When -H is used, print some information 31261 (find_or_create_entry, validate_pch): Revert. 36201 * cppfiles.c (validate_pch): New function.
|
| H A D | ChangeLog-2004 | 46082 * cppfiles.c (validate_pch): Likewise.
|