Searched refs:Dur (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h349 auto Dur = fs_seconds(tm.tv_sec + 1) - adj_subsec; local
350 return FileTimeT(Dur);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimeout.h30 template <typename Ratio2> using Dur = std::chrono::duration<int64_t, Ratio2>;
36 using Base = llvm::Optional<Dur<Ratio>>;
45 : Base(other ? Base(Dur<Ratio>(*other)) : llvm::None) {}
50 : Base(Dur<Ratio>(other)) {}
60 typedef typename lldb_private::Timeout<Ratio>::value_type Dur; typedef
65 format_provider<Dur>::format(*timeout, OS, Options);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2327 using Dur = duration<float>;
2328 Dur sum = std::accumulate(std::begin(v), std::end(v), Dur());
2329 Dur mean = sum / v.size();
2336 return Dur(sqrtf(accum / (v.size() - 1)));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h114 typedef std::chrono::duration<Rep, Period> Dur; typedef in struct:llvm::format_provider
119 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
125 const Dur &D) {
154 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {

Completed in 131 milliseconds