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 98 } struct_with_fundamental_elems; typedef in typeref:struct:__anon16450
99 struct_with_fundamental_elems g_s;
101 extern void takes_struct_with_fundamental_elems(struct_with_fundamental_elems a);
102 extern struct_with_fundamental_elems returns_struct_with_fundamental_elems(void);
112 // CHECK: call arm_aapcs_vfpcc %struct.struct_with_fundamental_elems @returns_struct_with_fundamental_elems()
114 // CHECK: declare arm_aapcs_vfpcc %struct.struct_with_fundamental_elems @returns_struct_with_fundamental_elems()
139 struct_with_fundamental_elems xyzw;

Completed in 58 milliseconds