Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dvtable-key-function-ios.cpp91 struct Test2a { struct
92 Test2a();
98 Test2a::Test2a() { use(typeid(Test2a)); } in Test2a() function in Test2a
103 void Test2a::bar() {} in bar()
104 inline void Test2a::foo() {} in foo()
H A 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()
H A Dderived-to-base-conv.cpp74 class Test2a {}; class
75 class Test2b final : public virtual Test2a {};
77 Test2a &y = x; in test2()
H A Ddevirtualize-virtual-function-calls-final.cpp27 namespace Test2a { namespace