Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:b2

270 struct B2 : A {
272 int b2;
287 // CHECK-12-NEXT: -- (Test5::B2, 16) vtable address --
289 // CHECK-12-NEXT: 8 | void Test5::B2::g()
290 struct C : B1, B2 {
338 struct B2 : A { };
358 // CHECK-14-NEXT: -- (Test7::B2, 24) vtable address --
361 struct D : C, B1, B2 {