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

/external/clang/test/SemaCXX/
H A Dvector.cpp4 typedef char char16_e __attribute__ ((__ext_vector_type__ (16))); typedef
10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
27 void f2(char16_e); // expected-note{{no known conversion from 'longlong16_e' (vector of 2 'long long' values) to 'char16_e' (vector of 16 'char' values) for 1st argument}} \
28 // expected-note{{candidate function not viable: no known conversion from 'convertible_to<longlong16_e>' to 'char16_e' (vector of 16 'char' values) for 1st argument}}
30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e,
64 (void)(char16_e)ll16;
68 (void)(char16_e)ll16
[all...]

Completed in 67 milliseconds