Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.all/range.owning.view/
H A Dempty.pass.cpp25 concept HasEmpty = requires (T t) {
37 static_assert(HasEmpty<OwningView&>); in test()
38 static_assert(HasEmpty<OwningView&&>); in test()
39 static_assert(!HasEmpty<const OwningView&>); in test()
40 static_assert(!HasEmpty<const OwningView&&>); in test()
52 static_assert(!HasEmpty<OwningView&>); in test()
53 static_assert(!HasEmpty<OwningView&&>); in test()
54 static_assert(!HasEmpty<const OwningView&>); in test()
70 static_assert(HasEmpty<OwningView&>); in test()
71 static_assert(HasEmpty<OwningView&&>); in test()
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dno-unique-address.cpp18 struct HasEmpty { struct
26 HasEmpty he = {{}, 1, {}, 2, {}}; argument