HomeSort by relevance Sort by last modified time
    Searched refs:__char5 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
arm64-abi-vector.c 7 typedef __attribute__(( ext_vector_type(5) )) char __char5; typedef
64 __char5 c5 = va_arg(ap, __char5);
70 double test_5c(__char5 *in) {
236 __char5 c5 = va_arg(ap, __char5);
284 double test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19,
308 __attribute__((noinline)) double args_vec_5c(int fixed, __char5 c5) {
318 double fixed_5c(__char5 *in) {
arm-abi-vector.c 8 typedef __attribute__(( ext_vector_type(5) )) char __char5; typedef
89 __char5 c5 = va_arg(ap, __char5);
95 double test_5c(__char5 *in) {

Completed in 38 milliseconds