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

  /external/clang/test/CodeGen/
arm-homogenous.c 103 } struct_with_fundamental_elems; typedef in typeref:struct:__anon22411
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 454 milliseconds