Home
last modified time | relevance | path

Searched refs:cpp_get_date (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dcpplib.h1151 extern CPP_time_kind cpp_get_date (cpp_reader *, time_t *);
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dmacro.cc681 auto kind = cpp_get_date (pfile, &tt); in _cpp_builtin_macro_text()
755 cpp_get_date (cpp_reader *pfile, time_t *result) in cpp_get_date() function
DChangeLog853 (cpp_get_date): Declare.
857 * macro.c (_cpp_builtin_macro_text): Use cpp_get_date.
858 (cpp_get_date): Broken out from _cpp_builtin_macro_text and
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc14002 auto kind = cpp_get_date (reader, &stampy); in write_readme()