Searched refs:ArrayOfPolymorphicBase (Results 1 – 2 of 2) sorted by relevance
65 PolymorphicBase ArrayOfPolymorphicBase[10]; in arrays_polymorphic() local 66 auto AP0 = static_cast<PolymorphicDerived*>(ArrayOfPolymorphicBase); in arrays_polymorphic() 68 // CHECK-FIXES-NSTRICT: auto AP0 = dynamic_cast<PolymorphicDerived*>(ArrayOfPolymorphicBase); in arrays_polymorphic()
87 PolymorphicBase ArrayOfPolymorphicBase[10]; in arrays_polymorphic() local88 auto AP0 = (PolymorphicDerived*)ArrayOfPolymorphicBase; in arrays_polymorphic()