Searched refs:Father (Results 1 – 2 of 2) sorted by relevance
73 class Father { class75 Father();77 virtual Father *create(int i);91 class Child : private Father, private Mother {
297 struct Father : public Grandfather {}; struct298 struct Son : public Father {};305 int Grandfather::*gpf2 = static_cast<int Grandfather::*>(static_cast<int Father::*>(sf)); in test()306 …::*gpf3 = static_cast<int Grandfather::*>(static_cast<int Son::*>(static_cast<int Father::*>(sf))); in test()