Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Darm64-abi-vector.c9 typedef __attribute__(( ext_vector_type(19) )) char __char19; typedef
106 __char19 c19 = va_arg(ap, __char19); in varargs_vec_19c()
112 double test_19c(__char19 *in) { in test_19c()
243 __char19 c19 = va_arg(ap, __char19); in varargs_vec()
278 double test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19, in test()
334 __attribute__((noinline)) double args_vec_19c(int fixed, __char19 c19) { in args_vec_19c()
342 double fixed_19c(__char19 *in) { in fixed_19c()
Darm-abi-vector.c11 typedef __attribute__(( ext_vector_type(19) )) char __char19; typedef
193 __char19 c19 = va_arg(ap, __char19); in varargs_vec_19c()
199 double test_19c(__char19 *in) { in test_19c()