Home
last modified time | relevance | path

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

/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()