Searched defs:s34 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Darm-arguments.c183 struct s34 { char c; }; struct
184 void f34(struct s34 s);
185 void g34(struct s34 *s) { f34(*s); }
186 // APCS-GNU: @g34(%struct.s34* %s)
190 // AAPCS: @g34(%struct.s34* %s)
H A Daarch64-arguments.c138 // PCS: define void @f34(%struct.s34* noalias sret
139 struct s34 { int a[4]; char b }; struct
140 struct s34 f34(void) {}
H A Dx86_32-arguments-darwin.c142 struct s34 { struct { int : 0; } a; float b; } f34(void) { while (1) {} } struct

Completed in 112 milliseconds