Searched refs:Test2a (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dvtable-key-function-ios.cpp84 /*** Test2a ******************************************************************/
86 struct Test2a { struct
87 Test2a();
93 Test2a::Test2a() { use(typeid(Test2a)); } function in class:Test2a
98 void Test2a::bar() {}
99 inline void Test2a::foo() {}
H A Dderived-to-base-conv.cpp74 class Test2a {}; class
75 class Test2b final : public virtual Test2a {};
77 Test2a &y = x;
H A Dvtable-key-function-arm.cpp82 /*** Test2a ******************************************************************/
84 struct Test2a { struct
85 Test2a();
91 Test2a::Test2a() { use(typeid(Test2a)); } function in class:Test2a
97 void Test2a::bar() {}
98 inline void Test2a::foo() {}

Completed in 170 milliseconds