Searched defs:Test3b (Results 1 - 2 of 2) sorted by last modified time

/external/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp155 /*** Test3b ******************************************************************/
157 struct Test3b { struct
158 Test3b();
164 inline void Test3b::bar() {}
167 Test3b::Test3b() { use(typeid(Test3b)); } function in class:Test3b
172 inline void Test3b::foo() {}
H A Dvtable-key-function-ios.cpp154 /*** Test3b ******************************************************************/
156 struct Test3b { struct
157 Test3b();
162 inline void Test3b::bar() {}
165 Test3b::Test3b() { use(typeid(Test3b)); } function in class:Test3b
171 inline void Test3b::foo() {}

Completed in 87 milliseconds