Searched refs:Tuple2 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 49 typedef ::std::tuple<long, int> Tuple2; // NOLINT typedef 54 Matcher<const Tuple2&> m = Eq(); in TEST() 55 EXPECT_TRUE(m.Matches(Tuple2(5L, 5))); in TEST() 56 EXPECT_FALSE(m.Matches(Tuple2(5L, 6))); in TEST() 61 Matcher<const Tuple2&> m = Eq(); in TEST() 68 Matcher<const Tuple2&> m = Ge(); in TEST() 69 EXPECT_TRUE(m.Matches(Tuple2(5L, 4))); in TEST() 70 EXPECT_TRUE(m.Matches(Tuple2(5L, 5))); in TEST() 71 EXPECT_FALSE(m.Matches(Tuple2(5L, 6))); in TEST() 76 Matcher<const Tuple2&> m = Ge(); in TEST() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 364 static_cast<uint8_t>(VectorTypeModifier::Tuple2) + (NF - 2)); in getTupleVTM() 813 case VectorTypeModifier::Tuple2: in applyModifier() 822 static_cast<uint8_t>(VectorTypeModifier::Tuple2); in applyModifier()
|
/freebsd/contrib/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 68 Tuple2, enumerator
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 167 static_cast<uint8_t>(VectorTypeModifier::Tuple2) + (NF - 2)); in getTupleVTM()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | memory | 876 template<class T, class Alloc, class Tuple1, class Tuple2> 879 Tuple1&& x, Tuple2&& y) noexcept;
|