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

/external/clang/test/CodeGen/
H A Darm-aapcs-vfp.c42 struct nested_array { struct
45 // CHECK: define arm_aapcs_vfpcc void @test_array(%struct.nested_array %{{.*}})
47 extern void array_callee(struct nested_array);
48 void test_array(struct nested_array arg) {

Completed in 637 milliseconds