Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__chrono/
H A Dmonth.h56 auto const __mu = static_cast<long long>(static_cast<unsigned>(__lhs)) + (__rhs.count() - 1); variable
H A Dweekday.h95 auto const __mu = static_cast<long long>(__lhs.c_encoding()) + __rhs.count(); variable