Home
last modified time | relevance | path

Searched refs:__is_pm (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__chrono/
H A Dhh_mm_ss.h100 _LIBCPP_HIDE_FROM_ABI inline constexpr hours make24(const hours& __h, bool __is_pm) noexcept { in make24() argument
101 if (__is_pm) in make24()