Home
last modified time | relevance | path

Searched refs:_cpp_compare_file_date (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h524 extern int _cpp_compare_file_date (cpp_reader *, const char *, int);
H A Dfiles.c1098 _cpp_compare_file_date (cpp_reader *pfile, const char *fname, in _cpp_compare_file_date() function
H A Ddirectives.c1425 ordering = _cpp_compare_file_date (pfile, fname, angle_brackets); in do_pragma_dependency()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h525 extern int _cpp_compare_file_date PARAMS ((cpp_reader *,
H A Dcppfiles.c731 _cpp_compare_file_date (pfile, header) in _cpp_compare_file_date() function
H A Dcpplib.c1221 ordering = _cpp_compare_file_date (pfile, header);
H A DChangeLog.58284 (_cpp_compare_file_date): Don't choose the search chain here.
8512 (_cpp_compare_file_date): Make else unconditional.
9062 (_cpp_compare_file_date): Similarly.
9317 (_cpp_compare_file_date): Similarly.
H A DChangeLog.45207 (_cpp_compare_file_date): Take a token rather than 3 args.
5286 _cpp_compare_file_date): Update.
15039 _cpp_compare_file_date, cpp_read_file, read_include_file):
H A DChangeLog.334 (_cpp_compare_file_date): New function.
37 (_cpp_compare_file_date): Prototype.