Searched refs:_cpp_compare_file_date (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | internal.h | 631 extern int _cpp_compare_file_date (cpp_reader *, const char *, int);
|
H A D | files.c | 1320 _cpp_compare_file_date (cpp_reader *pfile, const char *fname, in _cpp_compare_file_date() function
|
H A D | directives.c | 1646 ordering = _cpp_compare_file_date (pfile, fname, angle_brackets); in do_pragma_dependency()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | internal.h | 657 extern int _cpp_compare_file_date (cpp_reader *, const char *, int);
|
H A D | files.c | 1456 _cpp_compare_file_date (cpp_reader *pfile, const char *fname, in _cpp_compare_file_date() function
|
H A D | directives.c | 1712 ordering = _cpp_compare_file_date (pfile, fname, angle_brackets); in do_pragma_dependency()
|