HomeSort by relevance Sort by last modified time
    Searched refs:Empty1 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
override-layout.cpp 12 struct Empty1 { };
16 struct X0 : public Empty1 {
27 struct PACKED X2 : public X1, public X0, public Empty1 {
  /external/clang/test/SemaCXX/
empty-class-layout.cpp 163 struct Empty1 {};
165 struct Empties : Empty1, Empty2 {};
166 typedef Empty1 Sugar[4];
169 // V[0][1] would overlap Empties::Empty1.

Completed in 106 milliseconds