Searched defs:Test3c (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dvtable-key-function-ios.cpp173 /*** Test3c ******************************************************************/
175 struct Test3c { struct
176 Test3c();
182 inline void Test3c::bar() {}
183 inline void Test3c::foo() {}
186 Test3c::Test3c() { use(typeid(Test3c)); } function in class:Test3c
H A Dvtable-key-function-arm.cpp174 /*** Test3c ******************************************************************/
176 struct Test3c { struct
177 Test3c();
183 inline void Test3c::bar() {}
184 inline void Test3c::foo() {}
187 Test3c::Test3c() { use(typeid(Test3c)); } function in class:Test3c

Completed in 263 milliseconds