Lines Matching defs:ll16
16 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
18 f0(ll16);
32 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
34 float &fr1 = f1(ll16);
41 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
43 f2(ll16);
54 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e,
58 __typeof__(Cond? ll16 : ll16) *ll16p1 = &ll16;
65 __typeof__(Cond? ll16 : ll16e) *ll16ep2 = &ll16e;
66 __typeof__(Cond? ll16e : ll16) *ll16ep3 = &ll16e;
69 (void)(Cond? c16 : ll16);
80 void casts(longlong16 ll16, longlong16_e ll16e) {
82 (void)(char16)ll16;
83 (void)(char16_e)ll16;
84 (void)(longlong16)ll16;
85 (void)(longlong16_e)ll16;
92 (void)char16(ll16);
93 (void)char16_e(ll16);
94 (void)longlong16(ll16);
95 (void)longlong16_e(ll16);
102 (void)static_cast<char16>(ll16);
103 (void)static_cast<char16_e>(ll16);
108 (void)static_cast<longlong16>(ll16);
109 (void)static_cast<longlong16_e>(ll16);
119 (void)reinterpret_cast<char16>(ll16);
120 (void)reinterpret_cast<char16_e>(ll16);
121 (void)reinterpret_cast<longlong16>(ll16);
122 (void)reinterpret_cast<longlong16_e>(ll16);
137 void test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16,