Searched refs:__char3 (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | arm64-abi-vector.c | 7 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()
|
D | arm-abi-vector.c | 8 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()
|
/external/clang/test/CodeGen/ |
D | arm64-abi-vector.c | 7 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()
|
D | arm-abi-vector.c | 8 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()
|