Home
last modified time | relevance | path

Searched refs:to_time_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dsystem_clock.h35 static time_t to_time_t(const time_point& __t) _NOEXCEPT;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h52 return system_clock::to_time_t( in toTimePoint()
59 return system_clock::to_time_t(time_point<system_clock, seconds>(
/freebsd/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp140 time_t system_clock::to_time_t(const time_point& t) noexcept { in to_time_t() function in chrono::system_clock
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono286 static time_t to_time_t (const time_point& __t) noexcept;
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2118 auto converted = std::chrono::system_clock::to_time_t(time_point); in convert()