Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Drtti-layout.cpp75 struct SI3 : Empty { virtual void f() { } }; in f() struct
123 CHECK_VTABLE(SI3, si_class); in f()
124 CHECK(to<__si_class_type_info>(typeid(SI3)).__base_type == &typeid(Empty)); in f()