Searched refs:v2ua (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
8 (void)(v2ua & v2ua);
12 (void)(~v2ua);
16 v2ua = (v2ua==v2sa); // expected-warning{{incompatible vector types assigning to 'v2u' from 'int __attribute__((ext_vector_type(2)))'}}
17 v2sa = (v2ua==v2sa);
20 int array1[v2ua]; // expected-error{{size of array has non-integer type 'v2u'}}
23 (void)(array2[v2ua]); // expected-error{{array subscript is not an integer}}

Completed in 280 milliseconds