Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dvtable-key-function-ios.cpp106 /*** Test2b ******************************************************************/
108 struct Test2b { struct
109 Test2b();
114 void Test2b::bar() {} in bar()
117 Test2b::Test2b() { use(typeid(Test2b)); } in Test2b() function in Test2b
122 inline void Test2b::foo() {} in foo()
H A Dvtable-key-function-arm.cpp100 /*** Test2b ******************************************************************/
102 struct Test2b { struct
103 Test2b();
109 void Test2b::bar() {} in bar()
112 Test2b::Test2b() { use(typeid(Test2b)); } in Test2b() function in Test2b
117 inline void Test2b::foo() {} in foo()
H A Dderived-to-base-conv.cpp76 class Test2b final : public virtual Test2a {}; class
77 void test2(Test2b &x) { in test2()
/llvm-project/clang/test/SemaCXX/
H A Dusing-hiding.cpp47 namespace Test2b { namespace