Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:Base

44 struct Base;
47 operator Base&();
52 struct Base : Root {
53 Base(const Base &);
54 Base();
58 struct Derived : Base {
61 void test1_helper(Base);
71 // Don't crash after devirtualizing a derived-to-base conversion
72 // to an empty base allocated at offset zero.