Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/llvm-project/clang/test/CodeGen/
H A Daarch64-neon-vcmla.c
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/
H A Dmismatch.pass.cpp43 check(Container1 lhs,Container2 rhs,size_t offset) check() argument
76 operator ==(const NonTrivialMod4Comp & lhs,const NonTrivialMod4Comp & rhs) operator ==() argument
99 std::array<int, 0> rhs = {}; test() local
105 std::array<int, 8> rhs = {0, 1, 2, 3, 0, 1, 2, 3}; test() local
111 std::array<int, 8> rhs = {0, 1, 2, 3, 0, 1, 2, 3}; test() local
117 std::array<int, 2> rhs = {0, 1}; test() local
123 std::array<int, 8> rhs = {0, 1, 2, 2, 0, 1, 2, 3}; test() local
129 std::array<int, 4> rhs = {0, 0, 4, 4}; test() local
153 std::array<NonTrivialMod4Comp, 8> rhs = {1, 2, 3, 4, 1, 6, 7, 8}; test() local
159 std::array<NonTrivialMod4Comp, 8> rhs = {1, 2, 3, 4, 5, 6, 7, 8}; test() local
166 std::array<TriviallyEqualityComparable, 8> rhs = {1, 2, 3, 4, 5, 6, 7, 8}; test() local
172 std::array<TriviallyEqualityComparable, 8> rhs = {1, 2, 3, 4, 5, 6, 7, 8}; test() local
189 std::vector<char> rhs(256); main() local
202 std::vector<int> rhs(256); main() local
218 std::vector<char> rhs(vec_size); main() local
230 std::vector<int> rhs(vec_size); main() local
[all...]
/llvm-project/libcxx/test/std/numerics/complex.number/complex.ops/
H A Dscalar_equals_complex.pass.cpp28 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
33 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
38 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
43 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
56 std::complex<T> rhs(1.5, 2.5); in test() local
61 std::complex<T> rhs(1.5, 0); in test() local
66 std::complex<T> rhs(1.5, 2.5); in test() local
71 std::complex<T> rhs(1.5, 0); in test() local
H A Dscalar_not_equals_complex.pass.cpp28 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
33 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
38 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
43 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
56 std::complex<T> rhs(1.5, 2.5); in test() local
61 std::complex<T> rhs(1.5, 0); in test() local
66 std::complex<T> rhs(1.5, 2.5); in test() local
71 std::complex<T> rhs(1.5, 0); in test() local
H A Dcomplex_not_equals_scalar.pass.cpp28 constexpr T rhs(-2.5); in test_constexpr() local
33 constexpr T rhs(-2.5); in test_constexpr() local
38 constexpr T rhs(1.5); in test_constexpr() local
43 constexpr T rhs(1.5); in test_constexpr() local
56 T rhs(-2.5); in test() local
61 T rhs(-2.5); in test() local
66 T rhs(1.5); in test() local
71 T rhs(1.5); in test() local
H A Dcomplex_equals_scalar.pass.cpp28 constexpr T rhs(-2.5); in test_constexpr() local
33 constexpr T rhs(-2.5); in test_constexpr() local
38 constexpr T rhs(1.5); in test_constexpr() local
43 constexpr T rhs(1.5); in test_constexpr() local
56 T rhs(-2.5); in test() local
61 T rhs(-2.5); in test() local
66 T rhs(1.5); in test() local
71 T rhs(1.5); in test() local
H A Dcomplex_not_equals_complex.pass.cpp28 constexpr std::complex<T> rhs(1.5, -2.5); in test_constexpr() local
33 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
46 const std::complex<T> rhs(1.5, -2.5); in test() local
51 const std::complex<T> rhs(1.5, 2.5); in test() local
/llvm-project/flang/test/Semantics/
H A Dcollectives05.f9020 class(foo_t), intent(in) :: lhs, rhs local
188 type(foo_t), intent(in) :: lhs, rhs local
194 character(len=1), intent(in) :: lhs, rhs local
200 real, intent(in) :: lhs, rhs local
207 real(double), intent(in) :: lhs, rhs local
213 integer, intent(in) :: lhs, rhs local
219 integer, intent(in) :: lhs, rhs local
225 integer, intent(in) :: lhs, rhs, foo local
231 integer, intent(in) :: lhs, rhs local
237 integer, intent(in) :: lhs, rhs local
[all …]
/llvm-project/libcxx/test/std/utilities/any/any.class/any.assign/
H A Dvalue.pass.cpp33 const std::any rhs = RHS(2); in test_assign_value() local
54 std::any rhs = RHS(2); in test_assign_value() local
82 RHS rhs(42); in test_assign_value_empty() local
97 RHS rhs(42); in test_assign_value_empty() local
117 [](std::any& lhs, Tp& rhs) { in test_assign_throws()
131 Tp rhs(1); in test_assign_throws() local
141 Tp rhs(1); in test_assign_throws() local
153 Tp rhs(1); in test_assign_throws() local
H A Dcopy.pass.cpp32 const std::any rhs = RHS(2); in test_copy_assign() local
57 const std::any rhs = LHS(42); in test_copy_assign_empty() local
74 const std::any rhs; in test_copy_assign_empty() local
132 [](std::any& lhs, const std::any& rhs) { in test_copy_assign_throws()
145 const std::any rhs = Tp(1); in test_copy_assign_throws() local
156 const std::any rhs = Tp(1); in test_copy_assign_throws() local
169 const std::any rhs = Tp(1); in test_copy_assign_throws() local
/llvm-project/flang/test/Lower/HLFIR/
H A Ddot_product.f905 subroutine dot_product1(lhs, rhs, res) argument
6 integer lhs(:), rhs(:), res local
22 subroutine dot_product2(lhs, rhs, res) argument
23 logical lhs(:), rhs(:), res local
39 subroutine dot_product3(lhs, rhs, res) argument
40 integer lhs(5), rhs(5), res local
55 subroutine dot_product4(lhs, rhs, res) argument
56 integer, allocatable :: lhs(:), rhs(:) local
80 subroutine dot_product5(lhs, rhs, res) argument
81 integer :: lhs(:), rhs(3) local
/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dallocator_propagation.pass.cpp60 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
71 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
82 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
93 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
104 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
115 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
126 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
137 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
148 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
159 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
[all …]
H A Dstring_string.pass.cpp40 TEST_CONSTEXPR_CXX20 void test0(const S& lhs, const S& rhs, const S& x) { in test0()
47 TEST_CONSTEXPR_CXX20 void test1(S&& lhs, const S& rhs, const S& x) { in test1()
52 TEST_CONSTEXPR_CXX20 void test2(const S& lhs, S&& rhs, const S& x) { in test2()
57 TEST_CONSTEXPR_CXX20 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
/llvm-project/lldb/source/Utility/
H A DVMRange.cpp42 bool lldb_private::operator==(const VMRange &lhs, const VMRange &rhs) { in operator ==()
47 bool lldb_private::operator!=(const VMRange &lhs, const VMRange &rhs) { in operator !=()
51 bool lldb_private::operator<(const VMRange &lhs, const VMRange &rhs) { in operator <()
59 bool lldb_private::operator<=(const VMRange &lhs, const VMRange &rhs) { in operator <=()
63 bool lldb_private::operator>(const VMRange &lhs, const VMRange &rhs) { in operator >()
67 bool lldb_private::operator>=(const VMRange &lhs, const VMRange &rhs) { in operator >=()
H A DScalar.cpp56 Scalar::Type Scalar::PromoteToMaxType(Scalar &lhs, Scalar &rhs) { in PromoteToMaxType() argument
408 Scalar &Scalar::operator+=(Scalar rhs) { in operator +=() argument
426 Scalar &Scalar::operator<<=(const Scalar &rhs) { in operator <<=() argument
434 ShiftRightLogical(const Scalar & rhs) ShiftRightLogical() argument
443 operator >>=(const Scalar & rhs) operator >>=() argument
465 operator &=(const Scalar & rhs) operator &=() argument
513 operator +(const Scalar & lhs,const Scalar & rhs) operator +() argument
519 operator -(Scalar lhs,Scalar rhs) operator -() argument
536 operator /(Scalar lhs,Scalar rhs) operator /() argument
557 operator *(Scalar lhs,Scalar rhs) operator *() argument
574 operator &(Scalar lhs,Scalar rhs) operator &() argument
585 operator |(Scalar lhs,Scalar rhs) operator |() argument
596 operator %(Scalar lhs,Scalar rhs) operator %() argument
608 operator ^(Scalar lhs,Scalar rhs) operator ^() argument
619 operator <<(const Scalar & lhs,const Scalar & rhs) operator <<() argument
625 operator >>(const Scalar & lhs,const Scalar & rhs) operator >>() argument
856 operator ==(Scalar lhs,Scalar rhs) operator ==() argument
875 operator !=(const Scalar & lhs,const Scalar & rhs) operator !=() argument
879 operator <(Scalar lhs,Scalar rhs) operator <() argument
897 operator <=(const Scalar & lhs,const Scalar & rhs) operator <=() argument
901 operator >(const Scalar & lhs,const Scalar & rhs) operator >() argument
905 operator >=(const Scalar & lhs,const Scalar & rhs) operator >=() argument
[all...]
/llvm-project/mlir/test/python/dialects/linalg/opdsl/
H A Demit_matmul.py65 def test_matmul_mono(lhs, rhs): argument
82 def test_i8i8i32_matmul(lhs, rhs, init_result): argument
93 def test_i8i8i32_matmul_unsigned(lhs, rhs, init_result): argument
109 def test_i8i16i32_matmul(lhs, rhs, init_result): argument
125 def test_i32i32i16_matmul(lhs, rhs, init_result): argument
141 test_i8i8f32_matmul(lhs, rhs, init_result) global() argument
152 test_i8i8f32_matmul_unsigned(lhs, rhs, init_result) global() argument
168 test_f16f16f32_matmul(lhs, rhs, init_result) global() argument
184 test_f64f64f32_matmul(lhs, rhs, init_result) global() argument
[all...]
/llvm-project/clang/test/Analysis/
H A Dself-assign.cpp23 StringUsed(const StringUsed &rhs) : str(strdup(rhs.str)) {} in StringUsed()
36 StringUsed &StringUsed::operator=(const StringUsed &rhs) { in operator =()
51 StringUsed &StringUsed::operator=(StringUsed &&rhs) { in operator =()
71 StringUnused(const StringUnused &rhs) : str(strdup(rhs.str)) {} in StringUnused()
84 StringUnused &StringUnused::operator=(const StringUnused &rhs) { in operator =()
98 StringUnused &StringUnused::operator=(StringUnused &&rhs) { in operator =()
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dexplicit_optional_U.pass.cpp24 TEST_CONSTEXPR_CXX20 void test(optional<U>&& rhs, bool is_going_to_throw = false) in test()
67 optional<int> rhs; in test() local
71 optional<int> rhs(3); in test() local
85 optional<int> rhs; in main() local
89 optional<int> rhs(3); in main() local
H A Dcopy.pass.cpp26 const optional<T> rhs(std::forward<InitArgs>(args)...); in test() local
38 const optional<T> rhs(std::forward<InitArgs>(args)...); in constexpr_test() local
53 const optional<Z> rhs(z); in test_throwing_ctor() local
69 const optional<T> rhs(std::forward<InitArgs>(args)...); in test_ref() local
131 const optional<T> rhs; in main() local
141 const optional<T> rhs(42); in main() local
/llvm-project/mlir/lib/Dialect/Index/IR/
H A DIndexOps.cpp75 auto rhs = dyn_cast_if_present<IntegerAttr>(operands[1]); in foldBinaryOpUnchecked() local
101 auto rhs = dyn_cast_if_present<IntegerAttr>(operands[1]); in foldBinaryOpChecked() local
128 __anone98fcf9c0102(const APInt &lhs, const APInt &rhs) fold() argument
131 if (auto rhs = dyn_cast_or_null<IntegerAttr>(adaptor.getRhs())) { fold() local
147 __anone98fcf9c0202(const APInt &lhs, const APInt &rhs) fold() argument
150 if (auto rhs = dyn_cast_or_null<IntegerAttr>(adaptor.getRhs())) { fold() local
166 __anone98fcf9c0302(const APInt &lhs, const APInt &rhs) fold() argument
169 if (auto rhs = dyn_cast_or_null<IntegerAttr>(adaptor.getRhs())) { fold() local
188 __anone98fcf9c0402(const APInt &lhs, const APInt &rhs) fold() argument
203 __anone98fcf9c0502(const APInt &lhs, const APInt &rhs) fold() argument
299 __anone98fcf9c0702(const APInt &lhs, const APInt &rhs) fold() argument
314 __anone98fcf9c0802(const APInt &lhs, const APInt &rhs) fold() argument
328 __anone98fcf9c0902(const APInt &lhs, const APInt &rhs) fold() argument
339 __anone98fcf9c0a02(const APInt &lhs, const APInt &rhs) fold() argument
350 __anone98fcf9c0b02(const APInt &lhs, const APInt &rhs) fold() argument
361 __anone98fcf9c0c02(const APInt &lhs, const APInt &rhs) fold() argument
373 __anone98fcf9c0d02(const APInt &lhs, const APInt &rhs) fold() argument
390 __anone98fcf9c0e02(const APInt &lhs, const APInt &rhs) fold() argument
405 __anone98fcf9c0f02(const APInt &lhs, const APInt &rhs) fold() argument
420 __anone98fcf9c1002(const APInt &lhs, const APInt &rhs) fold() argument
430 __anone98fcf9c1102(const APInt &lhs, const APInt &rhs) fold() argument
440 __anone98fcf9c1202(const APInt &lhs, const APInt &rhs) fold() argument
525 compareIndices(const APInt & lhs,const APInt & rhs,IndexCmpPredicate pred) compareIndices() argument
602 auto rhs = dyn_cast_if_present<IntegerAttr>(adaptor.getRhs()); fold() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dbuiltins-overflow.cpp32 constexpr Result<RET> add(LHS &&lhs, RHS &&rhs) { in add()
47 constexpr Result<RET> sub(LHS &&lhs, RHS &&rhs) { in sub()
62 constexpr Result<RET> mul(LHS &&lhs, RHS &&rhs) { in mul()
71 constexpr Result<int> sadd(int lhs, int rhs) { in sadd()
80 constexpr Result<int> ssub(int lhs, int rhs) { in ssub()
89 constexpr Result<int> smul(int lhs, int rhs) { in smul()
107 constexpr CarryResult<unsigned char> addcb(unsigned char lhs, unsigned char rhs, unsigned char carr… in addcb()
126 constexpr CarryResult<unsigned char> subcb(unsigned char lhs, unsigned char rhs, unsigned char carr… in subcb()
/llvm-project/lldb/source/API/
H A DSBAddressRange.cpp29 SBAddressRange::SBAddressRange(const SBAddressRange &rhs) { in SBAddressRange()
42 const SBAddressRange &SBAddressRange::operator=(const SBAddressRange &rhs) { in operator =()
50 bool SBAddressRange::operator==(const SBAddressRange &rhs) { in operator ==()
56 bool SBAddressRange::operator!=(const SBAddressRange &rhs) { in operator !=()
H A DSBTypeNameSpecifier.cpp45 SBTypeNameSpecifier::SBTypeNameSpecifier(const lldb::SBTypeNameSpecifier &rhs) in SBTypeNameSpecifier()
114 operator=(const lldb::SBTypeNameSpecifier &rhs) { in operator =()
123 bool SBTypeNameSpecifier::operator==(lldb::SBTypeNameSpecifier &rhs) { in operator ==()
131 bool SBTypeNameSpecifier::IsEqualTo(lldb::SBTypeNameSpecifier &rhs) { in IsEqualTo()
145 bool SBTypeNameSpecifier::operator!=(lldb::SBTypeNameSpecifier &rhs) { in operator !=()
H A DSBTypeFormat.cpp33 SBTypeFormat::SBTypeFormat(const lldb::SBTypeFormat &rhs) in SBTypeFormat()
110 lldb::SBTypeFormat &SBTypeFormat::operator=(const lldb::SBTypeFormat &rhs) { in operator =()
119 bool SBTypeFormat::operator==(lldb::SBTypeFormat &rhs) { in operator ==()
127 bool SBTypeFormat::IsEqualTo(lldb::SBTypeFormat &rhs) { in IsEqualTo()
139 bool SBTypeFormat::operator!=(lldb::SBTypeFormat &rhs) { in operator !=()
/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h54 const std::complex<type_rhs> &rhs) { in __kmp_lhs_div_rhs()
94 std::complex<float> rhs = b; member
99 std::complex<float> rhs = b; member
104 std::complex<float> rhs = b; member
227 _Quad rhs = b.q; member
233 _Quad rhs = b.q; member
238 _Quad rhs = b.q; member
244 _Quad rhs = b.q; member
261 kmp_cmplx128 rhs = b.q; member
266 kmp_cmplx128 rhs = b.q; member
[all …]

12345678910>>...27