Lines Matching defs:Both
18 struct __declspec(align(8)) Both {
19 Both();
20 Both(const Both &o);
55 int receive_both(Both o) {
63 gvi32 = receive_both(Both());
68 // CHECK: [[TMP:%[^ ]*]] = alloca %struct.Both, align 8
69 // CHECK: call x86_thiscallcc noundef ptr @"??0Both@@QAE@XZ"(ptr {{[^,]*}} [[TMP]])
72 int receive_inalloca_both(NonTrivial nt, Both o) {
80 gvi32 = receive_inalloca_both(NonTrivial(), Both());
85 // CHECK: [[TMP:%[^ ]*]] = alloca %struct.Both, align 8
86 // CHECK: call x86_thiscallcc noundef ptr @"??0Both@@QAE@XZ"(ptr {{[^,]*}} [[TMP]])