Home
last modified time | relevance | path

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

/freebsd/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) in Timeout()
46 template <typename Rep2, typename Ratio2,
47 typename = typename EnableIf<Rep2, Ratio2>::type>
48 Timeout(const std::chrono::duration<Rep2, Ratio2> &other) in Timeout()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp370 auto Ratio2 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(NewVType), in areCompatibleVTYPEs() local
372 if (Ratio1 != Ratio2) in areCompatibleVTYPEs()