Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Darm64-abi-vector.c8 typedef __attribute__(( ext_vector_type(9) )) char __char9; typedef
86 __char9 c9 = va_arg(ap, __char9); in varargs_vec_9c()
92 double test_9c(__char9 *in) { in test_9c()
240 __char9 c9 = va_arg(ap, __char9); in varargs_vec()
284 double test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19, in test()
324 __attribute__((noinline)) double args_vec_9c(int fixed, __char9 c9) { in args_vec_9c()
334 double fixed_9c(__char9 *in) { in fixed_9c()
Darm-abi-vector.c9 typedef __attribute__(( ext_vector_type(9) )) char __char9; typedef
123 __char9 c9 = va_arg(ap, __char9); in varargs_vec_9c()
129 double test_9c(__char9 *in) { in test_9c()