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

  /external/clang/test/Analysis/
padding_cpp.cpp 63 class SI2 : public PaddedA { // xxxexpected-warning{{Excessive padding in 'class SI2'}}
  /external/clang/test/CodeGenCXX/
rtti-layout.cpp 74 struct SI2 : Empty { };
117 // SI2 has a single public empty base.
118 CHECK_VTABLE(SI2, si_class);
119 CHECK(to<__si_class_type_info>(typeid(SI2)).__base_type == &typeid(Empty));

Completed in 109 milliseconds