Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dvtable-key-function-ios.cpp106 struct Test2b { struct
107 Test2b();
112 void Test2b::bar() {} in bar()
115 Test2b::Test2b() { use(typeid(Test2b)); } in Test2b() function in Test2b
120 inline void Test2b::foo() {} in foo()
Dvtable-key-function-arm.cpp102 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()
Dderived-to-base-conv.cpp75 class Test2b final : public virtual Test2a {}; class
76 void test2(Test2b &x) { in test2()