Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:B1

313 struct B1 : A {
315 int b1;
327 // CHECK-12-NEXT: -- (Test5::B1, 0) vtable address --
329 // CHECK-12-NEXT: 2 | void Test5::B1::f()
341 struct C : B1, B2 {
391 struct B1 : A { };
406 // CHECK-14-NEXT: -- (Test7::B1, 8) vtable address --
418 struct D : C, B1, B2 {