Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp85 using __sys_info_result = expected<__sys_info, sys_seconds>;
181 [[nodiscard]] static sys_seconds __to_sys_seconds(year_month_day __ymd, seconds __seconds) { in __to_sys_seconds()
183 return sys_seconds{__result}; in __to_sys_seconds()
235 [[nodiscard]] static sys_seconds __until_to_sys_seconds(const __tz::__continuation& __continuation)… in __until_to_sys_seconds()
238 return sys_seconds::max(); in __until_to_sys_seconds()
260 … __until_ != sys_seconds::max() && __continuation.__at.__clock == __tz::__clock::__local} {}
264 sys_seconds __until() const noexcept { return __until_; } in __until()
269sys_seconds operator()(seconds __save) const noexcept { return __until_ - __needs_adjustment_ * __… in operator ()()
272 sys_seconds __until_;
295 [[nodiscard]] static sys_seconds __from_to_sys_seconds(seconds __stdoff, const __tz::__rule& __rule… in __from_to_sys_seconds()
[all …]
H A Dtzdb.cpp630 sys_seconds __timestamp; in __parse_leap_seconds()
651sys_seconds __date = sys_seconds{seconds{chrono::__parse_integral(__input, false)}} - __offset; in __parse_leap_seconds()
/src/contrib/llvm-project/libcxx/include/__chrono/
H A Dleap_second.h40 …_LIBCPP_HIDE_FROM_ABI explicit constexpr leap_second(__private_constructor_tag, sys_seconds __date… in leap_second()
46 …_LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI constexpr sys_seconds date() const noexcept { return __dat… in date()
51 sys_seconds __date_;
112 requires three_way_comparable_with<sys_seconds, sys_time<_Duration>>
H A Dsys_info.h36 sys_seconds begin;
37 sys_seconds end;
H A Dsystem_clock.h43 using sys_seconds = sys_time<seconds>; variable
H A Dtime_zone.h155 …[[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI sys_info __get_info(sys_seconds
/src/contrib/llvm-project/libcxx/include/
H A Dchrono292 using sys_seconds = sys_time<seconds>; // C++20
733 sys_seconds begin;
734 sys_seconds end;
815 constexpr sys_seconds date() const noexcept;
841 requires three_way_comparable_with<sys_seconds, sys_time<Duration>>
/src/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.inc84 using std::chrono::sys_seconds;
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3390 SYMBOL(sys_seconds, std::chrono::, <chrono>)