Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dyear_month_day.h86 const unsigned __mth = __mp + (__mp < 10 ? 3 : -9); // [1, 12] in __from_days() local
96 const unsigned __mth = static_cast<unsigned>(__m_); in __to_days() local