Home
last modified time | relevance | path

Searched defs:CBase (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dvtable-constexpr.cpp18 struct CBase { struct
H A Dvtable-constexpr-address-space.cpp18 struct CBase { struct
/llvm-project/clang/test/CXX/special/class.dtor/
H A Dp9.cpp82 struct CBase { virtual ~CBase(); }; struct
90 struct CBase { virtual ~CBase(); }; // expected-note {{overridden virtual function is here}} struct