Searched defs:struct_seventeen_ints (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
H A Darm-aapcs-vfp.c144 typedef struct { int x[17]; } struct_seventeen_ints; typedef in typeref:struct:__anon18588
146 // CHECK: define arm_aapcs_vfpcc void @test_vfp_stack_gpr_split_5(%struct.struct_seventeen_ints* byval align 4 %a, double %b, double %c, double %d, double %e, double %f, double %g, double %h, double %i, double %j, { [4 x i32] } %k.coerce)
147 void test_vfp_stack_gpr_split_5(struct_seventeen_ints a, double b, double c, double d, double e, double f, double g, double h, double i, double j, struct_four_ints k) {}

Completed in 464 milliseconds