HomeSort by relevance Sort by last modified time
    Searched full:short8 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Sema/
vector-init.c 38 typedef short __attribute__((vector_size(16))) short8; typedef
41 extern short8 test3_helper(void);
43 short4 arr2[2] = { test3_helper(), test3_helper() }; // expected-error 2 {{initializing 'short4' with an expression of incompatible type 'short8'}}
ext_vector_casts.c 5 typedef __attribute__(( ext_vector_type(8) )) short short8; typedef
13 short8 ish8;
34 ish8 += 5; // expected-error {{can't convert between vector values of different size ('short8' and 'int')}}

Completed in 2384 milliseconds