Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dderived-to-base.cpp254 struct DoubleDerivedVTBL : public DerivedVTBL { struct
262 int getZ(const DoubleDerivedVTBL &obj) { in getZ()
285 DoubleDerivedVTBL d; in testDoubleDerived()
300 DoubleDerivedVTBL d3(d); in testDoubleDerived()