Searched refs:EmptyBase (Results 1 – 5 of 5) sorted by relevance
11 class EmptyBase { class13 class Class2 : EmptyBase {
64 struct EmptyBase : public Empty {}; struct100 test_is_empty<EmptyBase>(); in main()
185 struct EmptyBase {}; struct187 template <typename T, int N> struct AggregateAndEmpty : StdArray<T, N>, EmptyBase {};
58 struct EmptyBase {}; struct75 struct EBO : public EmptyBase {
770 struct EmptyBase {};772 struct S : NonEmptyBase, EmptyBase {773 S() : NonEmptyBase(0), EmptyBase() {}