Home
last modified time | relevance | path

Searched defs:TimePoint (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxxabi/test/support/
H A Dtimer.h21 typedef Clock::time_point TimePoint; typedef
/llvm-project/llvm/include/llvm/Support/
H A DChrono.h34 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
/llvm-project/libcxx/test/std/time/time.point/time.point.nonmember/
H A Dop_-duration.pass.cpp26 typedef std::chrono::time_point<std::chrono::system_clock> TimePoint; in test2739() typedef
/llvm-project/lldb/include/lldb/Host/
H A DAlarm.h28 using TimePoint = llvm::sys::TimePoint<>; variable