Searched defs:s38 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A Darm64-arguments.c266 struct s38 struct
271 typedef struct s38 s38_no_align;
276 // CHECK: %s1 = alloca %struct.s38, align 8
277 // CHECK: %s2 = alloca %struct.s38, align 8
280 // CHECK: getelementptr inbounds %struct.s38, %struct.s38* %s1, i32 0, i32 0
281 // CHECK: getelementptr inbounds %struct.s38, %struct.s38* %s2, i32 0, i32 0
282 // CHECK: getelementptr inbounds %struct.s38, %struct.s38*
[all...]
H A Dx86_32-arguments-darwin.c153 // CHECK-LABEL: define void @f38(%struct.s38* noalias sret %agg.result)
154 struct s38 { char a[3]; short b; } f38(void) { while (1) {} } struct

Completed in 33 milliseconds