Searched refs:Test2c (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dvtable-key-function-ios.cpp119 /*** Test2c ******************************************************************/
121 struct Test2c { struct
122 Test2c();
127 void Test2c::bar() {}
128 inline void Test2c::foo() {}
131 Test2c::Test2c() { use(typeid(Test2c)); } function in class:Test2c
H A Dvtable-key-function-arm.cpp119 /*** Test2c ******************************************************************/
121 struct Test2c { struct
122 Test2c();
128 void Test2c::bar() {}
129 inline void Test2c::foo() {}
132 Test2c::Test2c() { use(typeid(Test2c)); } function in class:Test2c

Completed in 99 milliseconds