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

  /external/clang/test/CodeGen/
arm-homogenous.c 146 } union_with_struct_with_fundamental_elems; typedef in typeref:union:__anon22413
147 union_with_struct_with_fundamental_elems g_u_s_fe;
149 extern void takes_union_with_struct_with_fundamental_elems(union_with_struct_with_fundamental_elems a);
150 extern union_with_struct_with_fundamental_elems returns_union_with_struct_with_fundamental_elems(void);
154 // CHECK: call arm_aapcs_vfpcc void @takes_union_with_struct_with_fundamental_elems(%union.union_with_struct_with_fundamental_elems {{.*}})
156 // CHECK: declare arm_aapcs_vfpcc void @takes_union_with_struct_with_fundamental_elems(%union.union_with_struct_with_fundamental_elems)
160 // CHECK: call arm_aapcs_vfpcc %union.union_with_struct_with_fundamental_elems @returns_union_with_struct_with_fundamental_elems()
162 // CHECK: declare arm_aapcs_vfpcc %union.union_with_struct_with_fundamental_elems @returns_union_with_struct_with_fundamental_elems()

Completed in 57 milliseconds