Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__chrono/
H A Dmonth.h68 auto const __mu = static_cast<long long>(static_cast<unsigned>(__lhs)) + (__rhs.count() - 1); variable
H A Dweekday.h99 auto const __mu = static_cast<long long>(__lhs.c_encoding()) + __rhs.count(); global() variable