Lines Matching refs:longlong16_e
5 typedef long long longlong16_e __attribute__ ((__ext_vector_type__ (2))); typedef
10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f0_test()
20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f1_test()
30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f2_test()
41 longlong16_e ll16e) { in conditional()
61 void casts(longlong16 ll16, longlong16_e ll16e) { in casts()
66 (void)(longlong16_e)ll16; in casts()
70 (void)(longlong16_e)ll16e; in casts()
76 (void)longlong16_e(ll16); in casts()
80 (void)longlong16_e(ll16e); in casts()
86 (void)static_cast<longlong16_e>(ll16); in casts()
90 (void)static_cast<longlong16_e>(ll16e); in casts()
96 (void)reinterpret_cast<longlong16_e>(ll16); in casts()
100 (void)reinterpret_cast<longlong16_e>(ll16e); in casts()
109 char16_e c16e, longlong16_e ll16e, in test_implicit_conversions()
113 convertible_to<longlong16_e> to_ll16e, in test_implicit_conversions()