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

/external/clang/test/SemaCXX/
H A Dvector-casts.cpp5 typedef short __v3hi __attribute__((__ext_vector_type__(3))); typedef
53 __v4hi threeToFour(__v3hi v) { // expected-note {{not viable}}
56 __v3hi fourToThree(__v4hi v) { // expected-note {{not viable}}
63 void call4to3(__v3hi v) {

Completed in 1131 milliseconds