HomeSort by relevance Sort by last modified time
    Searched full:struct_with_array (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CodeGen/
arm-homogenous.c 124 } struct_with_array; typedef in typeref:struct:__anon8082
125 struct_with_array g_s_a;
127 extern void takes_struct_with_array(struct_with_array a);
128 extern struct_with_array returns_struct_with_array(void);
132 // CHECK: call arm_aapcs_vfpcc void @takes_struct_with_array(%struct.struct_with_array {{.*}})
134 // CHECK: declare arm_aapcs_vfpcc void @takes_struct_with_array(%struct.struct_with_array)
138 // CHECK: call arm_aapcs_vfpcc %struct.struct_with_array @returns_struct_with_array()
140 // CHECK: declare arm_aapcs_vfpcc %struct.struct_with_array @returns_struct_with_array()

Completed in 885 milliseconds