Home
last modified time | relevance | path

Searched refs:longlong16_e (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dvector.cpp8 typedef long long longlong16_e __attribute__ ((__ext_vector_type__ (2))); typedef
13 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f0_test()
23 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f1_test()
33 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f2_test()
44 longlong16_e ll16e) { in conditional()
64 void casts(longlong16 ll16, longlong16_e ll16e) { in casts()
69 (void)(longlong16_e)ll16; in casts()
73 (void)(longlong16_e)ll16e; in casts()
79 (void)longlong16_e(ll16); in casts()
83 (void)longlong16_e(ll16e); in casts()
[all …]