Searched refs:struct_with_fundamental_elems (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
H A Darm-homogenous.c103 } struct_with_fundamental_elems; typedef in typeref:struct:__anon2459
104 struct_with_fundamental_elems g_s;
106 extern void takes_struct_with_fundamental_elems(struct_with_fundamental_elems a);
107 extern struct_with_fundamental_elems returns_struct_with_fundamental_elems(void);
111 // CHECK: call arm_aapcs_vfpcc void @takes_struct_with_fundamental_elems(%struct.struct_with_fundamental_elems {{.*}})
113 // CHECK: declare arm_aapcs_vfpcc void @takes_struct_with_fundamental_elems(%struct.struct_with_fundamental_elems)
117 // CHECK: call arm_aapcs_vfpcc %struct.struct_with_fundamental_elems @returns_struct_with_fundamental_elems()
119 // CHECK: declare arm_aapcs_vfpcc %struct.struct_with_fundamental_elems @returns_struct_with_fundamental_elems()
144 struct_with_fundamental_elems xyzw;

Completed in 459 milliseconds