Searched refs:Test1a (Results 1 – 5 of 5) sorted by relevance
6 struct Test1a { struct 7 Test1a();13 Test1a::Test1a() { use(typeid(Test1a)); } in Test1a() function in Test1a 15 inline void Test1a::foo() {} in foo()
55 /*** Test1a ******************************************************************/57 struct Test1a { struct 58 Test1a();64 Test1a::Test1a() { use(typeid(Test1a)); } in Test1a() function in Test1a 70 inline void Test1a::foo() {} in foo()
50 /*** Test1a ******************************************************************/52 struct Test1a { struct 53 Test1a();59 Test1a::Test1a() { use(typeid(Test1a)); } in Test1a() function in Test1a 64 inline void Test1a::foo() {} in foo()
13 struct Test1a { struct16 CHECK_SIZE(Test1a, 2);17 CHECK_ALIGN(Test1a, 1);
13 namespace Test1a { namespace