Home
last modified time | relevance | path

Searched refs:validate_pch (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dfiles.c178 static bool validate_pch (cpp_reader *, _cpp_file *file, const char *pchname);
271 valid = validate_pch (pfile, file, pchname); in pch_open_file()
287 valid = validate_pch (pfile, file, pchname); in pch_open_file()
1416 validate_pch (cpp_reader *pfile, _cpp_file *file, const char *pchname) in validate_pch() function
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20037655 (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 DChangeLog-200446082 * cppfiles.c (validate_pch): Likewise.