Lines Matching defs:ll16e
16 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
23 f0(ll16e);
32 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
36 float &fr2 = f1(ll16e);
41 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
48 f2(ll16e); // expected-error{{no matching function}}
55 longlong16_e ll16e) {
60 __typeof__(Cond? ll16e : ll16e) *ll16ep1 = &ll16e;
65 __typeof__(Cond? ll16 : ll16e) *ll16ep2 = &ll16e;
66 __typeof__(Cond? ll16e : ll16) *ll16ep3 = &ll16e;
70 (void)(Cond? ll16e : c16e);
71 (void)(Cond? ll16e : c16);
80 void casts(longlong16 ll16, longlong16_e ll16e) {
86 (void)(char16)ll16e;
87 (void)(char16_e)ll16e;
88 (void)(longlong16)ll16e;
89 (void)(longlong16_e)ll16e;
96 (void)char16(ll16e);
97 (void)char16_e(ll16e);
98 (void)longlong16(ll16e);
99 (void)longlong16_e(ll16e);
110 (void)static_cast<char16>(ll16e);
114 (void)static_cast<char16_e>(ll16e); // expected-error{{static_cast from 'longlong16_e' (vector of 2 'long long' values) to 'char16_e' (vector of 16 'char' values) is not allowed}}
115 (void)static_cast<longlong16>(ll16e);
116 (void)static_cast<longlong16_e>(ll16e);
123 (void)reinterpret_cast<char16>(ll16e);
124 (void)reinterpret_cast<char16_e>(ll16e);
125 (void)reinterpret_cast<longlong16>(ll16e);
126 (void)reinterpret_cast<longlong16_e>(ll16e);
138 char16_e c16e, longlong16_e ll16e,