Home
last modified time | relevance | path

Searched refs:Test2a (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGenCXX/
Dvtable-key-function-ios.cpp89 struct Test2a { struct
90 Test2a();
96 Test2a::Test2a() { use(typeid(Test2a)); } in Test2a() function in Test2a
101 void Test2a::bar() {} in bar()
102 inline void Test2a::foo() {} in foo()
Dvtable-key-function-arm.cpp84 struct Test2a { struct
85 Test2a();
91 Test2a::Test2a() { use(typeid(Test2a)); } in Test2a() function in Test2a
97 void Test2a::bar() {} in bar()
98 inline void Test2a::foo() {} in foo()
Dderived-to-base-conv.cpp74 class Test2a {}; class
75 class Test2b final : public virtual Test2a {};
77 Test2a &y = x; in test2()