Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h34 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DAlarm.h28 using TimePoint = llvm::sys::TimePoint<>; variable
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6397 using TimePoint = typename Clock::time_point; typedef