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

/external/clang/test/Sema/
H A Dvector-ops.c6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { argument
9 (void)(v2fa & v2fa); // expected-error{{invalid operands to binary expression}}
13 (void)(~v2fa); // expected-error{{invalid argument type 'v2f' to unary}}

Completed in 81 milliseconds