HomeSort by relevance Sort by last modified time
    Searched refs:is_steady (Results 1 - 15 of 15) sorted by null

  /external/libcxx/test/std/utilities/time/time.clock/time.clock.hires/
consistency.pass.cpp 11 // violation because Clock::is_steady is defined in both the dylib and this TU.
14 // Starting with C++17, Clock::is_steady is inlined (but not before LLVM-3.9!),
37 static_assert(C::is_steady || !C::is_steady, "");
38 test(std::chrono::high_resolution_clock::is_steady);
  /external/libcxx/test/std/utilities/time/time.clock/time.clock.system/
consistency.pass.cpp 11 // violation because Clock::is_steady is defined in both the dylib and this TU.
14 // Starting with C++17, Clock::is_steady is inlined (but not before LLVM-3.9!),
38 static_assert((C::is_steady || !C::is_steady), "");
39 test(std::chrono::system_clock::is_steady);
  /external/libcxx/test/std/utilities/time/time.clock/time.clock.file/
consistency.pass.cpp 33 static_assert(!C::is_steady, "");
34 test(std::chrono::file_clock::is_steady);
  /external/libcxx/test/std/utilities/time/time.clock/time.clock.steady/
consistency.pass.cpp 13 // violation because Clock::is_steady is defined in both the dylib and this TU.
16 // Starting with C++17, Clock::is_steady is inlined (but not before LLVM-3.9!),
39 static_assert(C::is_steady, "");
40 test(std::chrono::steady_clock::is_steady);
  /external/libcxx/test/std/utilities/time/
clock.h 21 static const bool is_steady = false; member in class:Clock
  /external/libcxx/test/std/input.output/filesystems/fs.filesystem.synopsis/
file_time_type.pass.cpp 32 volatile auto* odr_use = &Clock::is_steady;
  /external/google-benchmark/src/
timers.h 19 template <bool HighResIsSteady = std::chrono::high_resolution_clock::is_steady>
  /external/libcxx/utils/google-benchmark/src/
timers.h 19 template <bool HighResIsSteady = std::chrono::high_resolution_clock::is_steady>
  /external/libcxx/src/
chrono.cpp 48 const bool system_clock::is_steady; member in class:chrono::system_clock
110 const bool steady_clock::is_steady; member in class:chrono::steady_clock
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 33 static const bool is_steady = true; member in struct:Clock
wait_until_pred.pass.cpp 34 static const bool is_steady = true; member in struct:Clock
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp 32 static const bool is_steady = true; member in struct:Clock
wait_until_pred.pass.cpp 34 static const bool is_steady = true; member in struct:Clock
  /external/libcxx/test/libcxx/input.output/filesystems/
convert_file_time.sh.cpp 273 static constexpr const bool is_steady = false; member in struct:TestClock
  /external/libcxx/src/filesystem/
operations.cpp 485 const bool _FilesystemClock::is_steady;
    [all...]

Completed in 620 milliseconds