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

  /external/clang/test/CodeGenCXX/
vtable-key-function-ios.cpp 84 /*** Test2a ******************************************************************/
86 struct Test2a {
87 Test2a();
93 Test2a::Test2a() { use(typeid(Test2a)); }
98 void Test2a::bar() {}
99 inline void Test2a::foo() {}
derived-to-base-conv.cpp 74 class Test2a {};
75 class Test2b final : public virtual Test2a {};
77 Test2a &y = x;
vtable-key-function-arm.cpp 82 /*** Test2a ******************************************************************/
84 struct Test2a {
85 Test2a();
91 Test2a::Test2a() { use(typeid(Test2a)); }
97 void Test2a::bar() {}
98 inline void Test2a::foo() {}

Completed in 66 milliseconds