Searched defs:v2sa (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
16 v2ua = (v2ua==v2sa); // expected-warning{{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'int __attribute__((ext_vector_type(2)))' (vector of 2 'int' values)}}
17 v2sa = (v2ua==v2sa);

Completed in 351 milliseconds