Searched defs:Empty (Results 1 - 25 of 28) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DUTypes.pass.cpp24 struct Empty {}; struct
68 constexpr std::tuple<Empty> t0{Empty()};
H A Dcopy.pass.cpp20 struct Empty {}; struct
58 typedef std::tuple<Empty> T;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
H A Dget_const.pass.cpp22 struct Empty {}; struct
45 typedef std::tuple<Empty> T;
46 constexpr T t{Empty()};
47 constexpr Empty e = std::get<0>(t);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_empty.pass.cpp34 class Empty class
63 test_is_empty<Empty>();
H A Dis_nothrow_copy_constructible.pass.cpp32 class Empty class
55 test_is_nothrow_copy_constructible<Empty>();
H A Dis_nothrow_default_constructible.pass.cpp34 class Empty class
57 test_is_nothrow_default_constructible<Empty>();
H A Dis_nothrow_move_constructible.pass.cpp32 class Empty class
55 test_is_nothrow_move_constructible<Empty>();
H A Dhas_virtual_destructor.pass.cpp34 class Empty class
66 test_has_not_virtual_destructor<Empty>();
H A Dis_abstract.pass.cpp34 class Empty class
66 test_is_not_abstract<Empty>();
H A Dis_copy_assignable.pass.cpp28 class Empty class
63 test_is_copy_assignable<Empty> ();
H A Dis_copy_constructible.pass.cpp28 class Empty class
66 test_is_copy_constructible<Empty>();
H A Dis_default_constructible.pass.cpp34 class Empty class
71 test_is_default_constructible<Empty>();
H A Dis_destructible.pass.cpp34 class Empty class
67 test_is_destructible<Empty>();
H A Dis_move_assignable.pass.cpp28 class Empty class
57 test_is_move_assignable<Empty> ();
H A Dis_move_constructible.pass.cpp28 class Empty class
73 test_is_move_constructible<Empty>();
H A Dis_nothrow_constructible.pass.cpp47 class Empty class
77 test_is_nothrow_constructible<Empty> ();
78 test_is_nothrow_constructible<Empty, const Empty&> ();
H A Dis_nothrow_copy_assignable.pass.cpp28 class Empty class
53 test_has_nothrow_assign<Empty>();
H A Dis_nothrow_destructible.pass.cpp34 class Empty class
74 test_is_nothrow_destructible<Empty>();
H A Dis_nothrow_move_assignable.pass.cpp28 class Empty class
53 test_has_nothrow_assign<Empty>();
H A Dis_polymorphic.pass.cpp34 class Empty class
74 test_is_not_polymorphic<Empty>();
H A Dis_trivially_copy_assignable.pass.cpp28 class Empty class
58 test_has_trivially_copy_assignable<Empty>();
69 test_has_not_trivially_copy_assignable<const Empty>();
H A Dis_trivially_copy_constructible.pass.cpp30 class Empty class
67 test_is_trivially_copy_constructible<Empty>();
H A Dis_trivially_default_constructible.pass.cpp34 class Empty class
69 test_is_trivially_default_constructible<Empty>();
H A Dis_trivially_destructible.pass.cpp34 class Empty class
69 test_is_trivially_destructible<Empty>();
H A Dis_trivially_move_assignable.pass.cpp28 class Empty class
58 test_has_trivial_assign<Empty>();
69 test_has_not_trivial_assign<const Empty>();

Completed in 94 milliseconds

12