Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dmonth.h57 auto const __yr = (__mu >= 0 ? __mu : __mu - 11) / 12; global() variable
H A Dyear_month_day.h82 const int __yr = static_cast<int>(__yoe) + __era * 400; in __from_days() local
95 const int __yr = static_cast<int>(__y_) - (__m_ <= February); in __to_days() local
H A Dweekday.h103 auto const __yr = (__mu >= 0 ? __mu : __mu - 6) / 7; variable