Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Darm64-abi-vector.c10 typedef __attribute__(( ext_vector_type(9) )) char __char9; typedef
108 __char9 c9 = va_arg(ap, __char9); in varargs_vec_9c()
114 double test_9c(__char9 *in) { in test_9c()
259 __char9 c9 = va_arg(ap, __char9); in varargs_vec()
300 double test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19, in test()
340 __attribute__((noinline)) double args_vec_9c(int fixed, __char9 c9) { in args_vec_9c()
350 double fixed_9c(__char9 *in) { in fixed_9c()
Darm-abi-vector.c10 typedef __attribute__(( ext_vector_type(9) )) char __char9; typedef
161 __char9 c9 = va_arg(ap, __char9); in varargs_vec_9c()
167 double test_9c(__char9 *in) { in test_9c()