Home
last modified time | relevance | path

Searched defs:Duration2 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/libcxx/test/std/time/time.point/time.point.cons/
H A Dconvert.compile.fail.cpp24 typedef std::chrono::microseconds Duration2; in main() typedef
H A Dconvert.pass.cpp25 typedef std::chrono::milliseconds Duration2; in main() typedef
/llvm-project/libcxx/test/std/time/time.point/time.point.nonmember/
H A Dop_-time_point.pass.cpp26 typedef std::chrono::microseconds Duration2; in main() typedef
H A Dop_+.pass.cpp30 typedef std::chrono::microseconds Duration2; in main() typedef
H A Dop_-duration.pass.cpp38 typedef std::chrono::microseconds Duration2; in main() typedef
/llvm-project/libcxx/test/std/time/time.point/time.point.comparisons/
H A Dop_equal.compile.fail.cpp32 typedef std::chrono::microseconds Duration2; in main() typedef
H A Dop_less.compile.fail.cpp40 typedef std::chrono::microseconds Duration2; in main() typedef
H A Dop_less.pass.cpp38 typedef std::chrono::microseconds Duration2; in main() typedef
H A Dop_equal.pass.cpp30 typedef std::chrono::microseconds Duration2; in main() typedef
H A Dcompare.three_way.pass.cpp30 using Duration2 = std::chrono::microseconds; in test_with_integral_ticks_value() typedef