Searched refs:Rep2 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Timeout.h | 31 template <typename Rep2, typename Ratio2> 33 std::is_convertible<std::chrono::duration<Rep2, Ratio2>, 46 template <typename Rep2, typename Ratio2, 47 typename = typename EnableIf<Rep2, Ratio2>::type> 48 Timeout(const std::chrono::duration<Rep2, Ratio2> &other) in Timeout() argument
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | chrono | 55 template <class Rep2> 56 constexpr explicit duration(const Rep2& r, 59 is_convertible<Rep2, rep>::value && 65 template <class Rep2, class Period2> 66 constexpr duration(const duration<Rep2, Period2>& d, 162 template <class Rep1, class Period, class Rep2> 164 duration<typename common_type<Rep1, Rep2>::type, Period> 166 template <class Rep1, class Period, class Rep2> 168 duration<typename common_type<Rep1, Rep2>::type, Period> 170 template <class Rep1, class Period, class Rep2> [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | spuriously-wake-up-functions.cpp | 25 template <class Rep2> 26 constexpr explicit duration(const Rep2 &r); 27 template <class Rep2, class Period2> 28 constexpr duration(const duration<Rep2, Period2> &d);
|