Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__chrono/
H A Dsteady_clock.h32 static const bool is_steady = true; variable
H A Dsystem_clock.h32 static const bool is_steady = false; variable
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dsteady_clock.h32 static _LIBCPP_CONSTEXPR_SINCE_CXX14 const bool is_steady = true; variable
H A Dsystem_clock.h32 static _LIBCPP_CONSTEXPR_SINCE_CXX14 const bool is_steady = false;
34 static _LIBCPP_CONSTEXPR_SINCE_CXX14 const bool is_steady = false; global() variable
H A Dfile_clock.h61 _LIBCPP_EXPORTED_FROM_ABI static _LIBCPP_CONSTEXPR_SINCE_CXX14 const bool is_steady = false; member
H A Dtai_clock.h67 static constexpr bool is_steady = false; // The utc_clock is not steady. variable
H A Dgps_clock.h49 static constexpr bool is_steady = false; // The utc_clock is not steady. variable
H A Dutc_clock.h48 static constexpr bool is_steady = false; // The system_clock is not steady. variable
/freebsd/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp152 const bool system_clock::is_steady;
256 const bool steady_clock::is_steady;
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_clock.cpp48 const bool _FilesystemClock::is_steady;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono288 static const bool is_steady = false; // constexpr in C++14
315 static constexpr bool is_steady = unspecified;
351 static constexpr bool is_steady = unspecified;
378 static constexpr bool is_steady = unspecified;
405 static constexpr bool is_steady = false;
430 static const bool is_steady = true; // constexpr in C++14
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dchrono283 static const bool is_steady = false; // constexpr in C++14
310 static constexpr bool is_steady = false;
335 static const bool is_steady = true; // constexpr in C++14