Searched refs:MultiDerived (Results 1 – 3 of 3) sorted by relevance
12 class MultiDerived : public Base, public Base2 { class36 auto P2 = static_cast<Base*>(new MultiDerived()); // OK, upcast to a public base in pointers()37 auto P3 = static_cast<Base2*>(new MultiDerived()); // OK, upcast to a public base in pointers()
35 class MultiDerived : public Base, public Base2 { class59 auto P2 = (Base*)new MultiDerived(); // OK, upcast to a public base in pointers()60 auto P3 = (Base2*)new MultiDerived(); // OK, upcast to a public base in pointers()
4563 StringRef MultiDerived = R"cc( in TEST_P() local4570 MultiDerived, in TEST_P()4574 MultiDerived, in TEST_P()