Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Darm64-abi-vector.c7 typedef __attribute__(( ext_vector_type(3) )) char __char3; typedef
46 __char3 c3 = va_arg(ap, __char3); in varargs_vec_3c()
52 double test_3c(__char3 *in) { in test_3c()
251 __char3 c3 = va_arg(ap, __char3); in varargs_vec()
300 double test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19, in test()
308 __attribute__((noinline)) double args_vec_3c(int fixed, __char3 c3) { in args_vec_3c()
318 double fixed_3c(__char3 *in) { in fixed_3c()
Darm-abi-vector.c8 typedef __attribute__(( ext_vector_type(3) )) char __char3; typedef
75 __char3 c3 = va_arg(ap, __char3); in varargs_vec_3c()
81 double test_3c(__char3 *in) { in test_3c()