HomeSort by relevance Sort by last modified time
    Searched refs:Test3b (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
vtable-key-function-ios.cpp 154 /*** Test3b ******************************************************************/
156 struct Test3b {
157 Test3b();
162 inline void Test3b::bar() {}
165 Test3b::Test3b() { use(typeid(Test3b)); }
171 inline void Test3b::foo() {}
vtable-key-function-arm.cpp 155 /*** Test3b ******************************************************************/
157 struct Test3b {
158 Test3b();
164 inline void Test3b::bar() {}
167 Test3b::Test3b() { use(typeid(Test3b)); }
172 inline void Test3b::foo() {}

Completed in 169 milliseconds