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

  /external/clang/test/Sema/
ext_vector_casts.c 13 short8 ish8; local
34 ish8 += 5; // expected-error {{can't convert between vector values of different size ('short8' and 'int')}}
35 ish8 += (short)5;

Completed in 1033 milliseconds