Searched defs:DerivedVTBL (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Dderived-to-base.cpp249 struct DerivedVTBL : public Base { struct in namespace:LazyBindings::WithVTable
254 struct DoubleDerivedVTBL : public DerivedVTBL {
258 int getY(const DerivedVTBL &obj) {
267 DerivedVTBL d;
277 DerivedVTBL d2(d);
296 DerivedVTBL d2(d);

Completed in 162 milliseconds