Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dderived-to-base.cpp249 struct DerivedVTBL : public Base { struct
254 struct DoubleDerivedVTBL : public DerivedVTBL {
258 int getY(const DerivedVTBL &obj) { in getY()
267 DerivedVTBL d; in testDerived()
277 DerivedVTBL d2(d); in testDerived()
296 DerivedVTBL d2(d); in testDoubleDerived()