Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching defs:Base

50   struct Base {           virtual const Obj *foo() = 0; };
51 struct Derived : Base { virtual Obj *foo() { return new Obj(); } };
115 // If a function in a derived class overrides a function in a primary base,
330 // adjustments in the two A base subobjects.
415 // of a primary base.
558 // Verify that we handle A being a non-virtual base of B, which is a virtual base.
587 // Test that we don't emit an extra vtable for B since it's a primary base of C.
926 // CHECK-28: Virtual base offset offsets for 'Test21::F' (5 entries).
1257 // B is a base class of a virtual base (C).
1423 // CHECK-38: Virtual base offset offsets for 'Test32::E' (3 entries).
1633 // CHECK-41: Virtual base offset offsets for 'Test35::H' (4 entries).