Searched defs:is_steady (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/ | ||
H A D | chrono.cpp | 136 const bool system_clock::is_steady; member in chrono::system_clock |
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ | ||
H A D | steady_clock.h | 34 static _LIBCPP_CONSTEXPR_SINCE_CXX14 const bool is_steady = true; global() variable |
H A D | system_clock.h | 34 static _LIBCPP_CONSTEXPR_SINCE_CXX14 const bool is_steady = false; global() variable |
H A D | file_clock.h | 61 _LIBCPP_EXPORTED_FROM_ABI static _LIBCPP_CONSTEXPR_SINCE_CXX14 const bool is_steady = false; member |
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ | ||
H A D | filesystem_clock.cpp | 38 const bool _FilesystemClock::is_steady; member in _FilesystemClock |