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

  /external/clang/test/CodeGenCXX/
vtable-key-function-ios.cpp 104 /*** Test2b ******************************************************************/
106 struct Test2b {
107 Test2b();
112 void Test2b::bar() {}
115 Test2b::Test2b() { use(typeid(Test2b)); }
120 inline void Test2b::foo() {}
vtable-key-function-arm.cpp 100 /*** Test2b ******************************************************************/
102 struct Test2b {
103 Test2b();
109 void Test2b::bar() {}
112 Test2b::Test2b() { use(typeid(Test2b)); }
117 inline void Test2b::foo() {}
derived-to-base-conv.cpp 75 class Test2b final : public virtual Test2a {};
76 void test2(Test2b &x) {

Completed in 41 milliseconds