Home
last modified time | relevance | path

Searched defs:__year (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h169 _LIBCPP_HIDE_FROM_ABI void __format_year(basic_stringstream<_CharT>& __sstr, int __year) { in __format_year()
185 _LIBCPP_HIDE_FROM_ABI void __format_century(basic_stringstream<_CharT>& __sstr, int __year) { in __format_century()
266 int __year = __t.tm_year + 1900; in __format_chrono_using_chrono_specs() local
H A Dparser_std_format_spec.h51 __year = 0x20, enumerator
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp217 [[nodiscard]] static year_month_day __to_year_month_day(year __year, month __month, __tz::__on __on… in __to_year_month_day()
295 …atic sys_seconds __from_to_sys_seconds(seconds __stdoff, const __tz::__rule& __rule, year __year) { in __from_to_sys_seconds()
403 __rule_to_sys_seconds(seconds __stdoff, seconds __save, const __tz::__rule& __rule, year __year) { in __rule_to_sys_seconds()