Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp2658 class EmptyInheritor : Compressed {}; class
2660 static_assert(has_unique_object_representations<EmptyInheritor>::value, "As long as the base has it…