Searched refs:Test2b (Results 1 – 3 of 3) sorted by relevance
106 struct Test2b { struct107 Test2b();112 void Test2b::bar() {} in bar()115 Test2b::Test2b() { use(typeid(Test2b)); } in Test2b() function in Test2b120 inline void Test2b::foo() {} in foo()
102 struct Test2b { struct103 Test2b();109 void Test2b::bar() {} in bar()112 Test2b::Test2b() { use(typeid(Test2b)); } in Test2b() function in Test2b117 inline void Test2b::foo() {} in foo()
75 class Test2b final : public virtual Test2a {}; class76 void test2(Test2b &x) { in test2()