Searched refs:PolymorphicLeft1 (Results 1 – 1 of 1) sorted by relevance
114 class PolymorphicLeft1 { class121 virtual ~PolymorphicLeft1() = default;122 PolymorphicLeft1() = default;123 PolymorphicLeft1(int) : x(11) {} in PolymorphicLeft1() function in PolymorphicLeft1126 class PolymorphicInheritanceTest1 : public PolymorphicLeft1 {131 : PolymorphicLeft1(int{}) { in PolymorphicInheritanceTest1()