Lines Matching defs:char16
8 typedef char char16 __attribute__ ((__vector_size__ (16)));
14 void f0(char16); // expected-note 0+{{candidate}}
16 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
29 int &f1(char16);
32 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
41 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
54 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e,
82 (void)(char16)ll16;
86 (void)(char16)ll16e;
92 (void)char16(ll16);
96 (void)char16(ll16e);
102 (void)static_cast<char16>(ll16);
110 (void)static_cast<char16>(ll16e);
119 (void)reinterpret_cast<char16>(ll16);
123 (void)reinterpret_cast<char16>(ll16e);
137 void test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16,
139 convertible_to<char16> to_c16,
143 convertible_to<char16&> rto_c16,
508 void use(char16 c) {
510 c &Value; // expected-error{{cannot convert between scalar type 'PR45780::E' and vector type 'char16'}}
511 c == Value; // expected-error{{cannot convert between scalar type 'PR45780::E' and vector type 'char16'}}
512 e | c; // expected-error{{cannot convert between scalar type 'E' and vector type 'char16'}}
513 e != c; // expected-error{{cannot convert between scalar type 'E' and vector type 'char16'}}