Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:V2

210 struct V2 : virtual V1 {
211 int v2;
232 // CHECK-7-NEXT: -- (Test3::V2, 32) vtable address --
236 // CHECK-8: Construction vtable for ('Test3::V2', 32) in 'Test3::C' (9 entries).
240 // CHECK-8-NEXT: 3 | Test3::V2 RTTI
241 // CHECK-8-NEXT: -- (Test3::V2, 32) vtable address --
242 // CHECK-8-NEXT: 4 | void Test3::V2::f()
245 // CHECK-8-NEXT: 7 | Test3::V2 RTTI
247 // CHECK-8-NEXT: 8 | void Test3::V2::f()
249 struct C : virtual V1, virtual V2 {
278 // CHECK-9-NEXT: -- (Test3::V2, 40) vtable address --
299 // CHECK-10-NEXT: -- (Test3::V2, 40) vtable address --
303 // CHECK-11: Construction vtable for ('Test3::V2', 40) in 'Test3::D' (9 entries).
307 // CHECK-11-NEXT: 3 | Test3::V2 RTTI
308 // CHECK-11-NEXT: -- (Test3::V2, 40) vtable address --
309 // CHECK-11-NEXT: 4 | void Test3::V2::f()
312 // CHECK-11-NEXT: 7 | Test3::V2 RTTI
314 // CHECK-11-NEXT: 8 | void Test3::V2::f()