Searched refs:SI3 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Drtti-layout.cpp75 struct SI3 : Empty { virtual void f() { } }; struct in inherits:Empty
121 // SI3 has a single public empty base. SI3 is dynamic whereas Empty is not, but since Empty is
123 CHECK_VTABLE(SI3, si_class);
124 CHECK(to<__si_class_type_info>(typeid(SI3)).__base_type == &typeid(Empty));

Completed in 155 milliseconds