Searched refs:Ratio2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimeout.h30 template <typename Ratio2> using Dur = std::chrono::duration<int64_t, Ratio2>;
31 template <typename Rep2, typename Ratio2>
33 std::is_convertible<std::chrono::duration<Rep2, Ratio2>,
41 template <typename Ratio2,
42 typename = typename EnableIf<int64_t, Ratio2>::type>
43 Timeout(const Timeout<Ratio2> &other)
46 template <typename Rep2, typename Ratio2,
47 typename = typename EnableIf<Rep2, Ratio2>::type>
48 Timeout(const std::chrono::duration<Rep2, Ratio2>
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp332 auto Ratio2 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(NewVType), local
334 if (Ratio1 != Ratio2)

Completed in 190 milliseconds