Searched refs:Tuple2 (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-arithmetic_test.cc | 52 typedef ::std::tuple<long, int> Tuple2; // NOLINT typedef 57 Matcher<const Tuple2&> m = Eq(); in TEST() 58 EXPECT_TRUE(m.Matches(Tuple2(5L, 5))); in TEST() 59 EXPECT_FALSE(m.Matches(Tuple2(5L, 6))); in TEST() 64 Matcher<const Tuple2&> m = Eq(); in TEST() 71 Matcher<const Tuple2&> m = Ge(); in TEST() 72 EXPECT_TRUE(m.Matches(Tuple2(5L, 4))); in TEST() 73 EXPECT_TRUE(m.Matches(Tuple2(5L, 5))); in TEST() 74 EXPECT_FALSE(m.Matches(Tuple2(5L, 6))); in TEST() 79 Matcher<const Tuple2&> m = Ge(); in TEST() [all …]
|
| /src/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()
|
| /src/contrib/llvm-project/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 68 Tuple2, enumerator
|
| /src/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 167 static_cast<uint8_t>(VectorTypeModifier::Tuple2) + (NF - 2)); in getTupleVTM()
|
| /src/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;
|