Home
last modified time | relevance | path

Searched refs:Tuple2 (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc54 Matcher<const Tuple2&> m = Eq(); in TEST()
61 Matcher<const Tuple2&> m = Eq(); in TEST()
68 Matcher<const Tuple2&> m = Ge(); in TEST()
76 Matcher<const Tuple2&> m = Ge(); in TEST()
83 Matcher<const Tuple2&> m = Gt(); in TEST()
91 Matcher<const Tuple2&> m = Gt(); in TEST()
98 Matcher<const Tuple2&> m = Le(); in TEST()
106 Matcher<const Tuple2&> m = Le(); in TEST()
113 Matcher<const Tuple2&> m = Lt(); in TEST()
121 Matcher<const Tuple2&> m = Lt(); in TEST()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp364 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-14.2/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h68 Tuple2, enumerator
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp165 static_cast<uint8_t>(VectorTypeModifier::Tuple2) + (NF - 2)); in getTupleVTM()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dmemory876 template<class T, class Alloc, class Tuple1, class Tuple2>
879 Tuple1&& x, Tuple2&& y) noexcept;