Home
last modified time | relevance | path

Searched refs:v2fa (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dvector-ops.c6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() argument
9 (void)(v2fa & v2fa); // expected-error{{invalid operands to binary expression}} in test1()
13 …(void)(~v2fa); // expected-error{{invalid argument type 'v2f' (vector of 2 'float' values) to unar… in test1()
30 void testLogicalVecVec(v2u v2ua, v2s v2sa, v2f v2fa) { in testLogicalVecVec() argument
38 …v2ua = v2ua && v2fa; // expected-error {{logical expression with vector types 'v2u' (vector of 2 '… in testLogicalVecVec()
39 …v2ua = v2ua || v2fa; // expected-error {{logical expression with vector types 'v2u' (vector of 2 '… in testLogicalVecVec()
41 …v2ua = v2sa && v2fa; // expected-error {{logical expression with vector types 'v2s' (vector of 2 '… in testLogicalVecVec()
42 …v2ua = v2sa || v2fa; // expected-error {{logical expression with vector types 'v2s' (vector of 2 '… in testLogicalVecVec()
53 …v2sa = v2sa && v2fa; // expected-error {{logical expression with vector types 'v2s' (vector of 2 '… in testLogicalVecVec()
54 …v2sa = v2sa || v2fa; // expected-error {{logical expression with vector types 'v2s' (vector of 2 '… in testLogicalVecVec()
[all …]
Dext_vector_ops.c7 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() argument
10 (void)(v2fa & v2fa); // expected-error{{invalid operands to binary expression}} in test1()
14 …(void)(~v2fa); // expected-error{{invalid argument type 'v2f' (vector of 2 'float' values) to unar… in test1()
/external/clang/test/Sema/
Dvector-ops.c6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() argument
9 (void)(v2fa & v2fa); // expected-error{{invalid operands to binary expression}} in test1()
13 …(void)(~v2fa); // expected-error{{invalid argument type 'v2f' (vector of 2 'float' values) to unar… in test1()