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

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.elem/
H A Dget_const.pass.cpp26 struct Empty {}; struct
49 typedef std::tuple<Empty> T;
50 constexpr T t{Empty()};
51 constexpr Empty e = std::get<0>(t);
H A Dget_non_const.pass.cpp28 struct Empty {}; struct
31 std::tuple<int, Empty> a;
33 Empty e;
34 constexpr S() : a{1,Empty{}}, k(std::get<0>(a)), e(std::get<1>(a)) {}
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.elem/
H A Dget_const.pass.cpp26 struct Empty {}; struct
49 typedef std::tuple<Empty> T;
50 constexpr T t{Empty()};
51 constexpr Empty e = std::get<0>(t);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_nothrow_copy_constructible.pass.cpp43 class Empty class
66 test_is_nothrow_copy_constructible<Empty>();
H A Dis_nothrow_default_constructible.pass.cpp47 class Empty class
70 test_is_nothrow_default_constructible<Empty>();
H A Dis_nothrow_move_constructible.pass.cpp43 class Empty class
66 test_is_nothrow_move_constructible<Empty>();
H A Dhas_virtual_destructor.pass.cpp48 class Empty class
80 test_has_not_virtual_destructor<Empty>();
H A Dis_abstract.pass.cpp47 class Empty class
87 test_is_not_abstract<Empty>();
H A Dis_copy_assignable.pass.cpp35 class Empty class
75 test_is_copy_assignable<Empty> ();
H A Dis_move_assignable.pass.cpp35 class Empty class
64 test_is_move_assignable<Empty> ();
H A Dis_move_constructible.pass.cpp35 class Empty class
80 test_is_move_constructible<Empty>();
H A Dis_nothrow_copy_assignable.pass.cpp35 class Empty class
60 test_has_nothrow_assign<Empty>();
H A Dis_nothrow_move_assignable.pass.cpp35 class Empty class
60 test_has_nothrow_assign<Empty>();
H A Dis_polymorphic.pass.cpp47 class Empty class
87 test_is_not_polymorphic<Empty>();
H A Dis_trivially_copy_assignable.pass.cpp37 class Empty class
67 test_has_trivially_copy_assignable<Empty>();
78 test_has_not_trivially_copy_assignable<const Empty>();
H A Dis_trivially_copy_constructible.pass.cpp41 class Empty class
78 test_is_trivially_copy_constructible<Empty>();
H A Dis_trivially_default_constructible.pass.cpp47 class Empty class
82 test_is_trivially_default_constructible<Empty>();
H A Dis_trivially_move_assignable.pass.cpp37 class Empty class
67 test_has_trivial_assign<Empty>();
78 test_has_not_trivial_assign<const Empty>();
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dcopy.pass.cpp24 struct Empty {}; struct
63 typedef std::tuple<Empty> T;
66 constexpr Empty e = std::get<0>(t);
H A DUTypes.pass.cpp29 struct Empty {}; struct
149 constexpr std::tuple<Empty> t0{Empty()};
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_nothrow_copy_constructible.pass.cpp43 class Empty class
66 test_is_nothrow_copy_constructible<Empty>();
H A Dis_nothrow_default_constructible.pass.cpp47 class Empty class
70 test_is_nothrow_default_constructible<Empty>();
H A Dis_nothrow_move_constructible.pass.cpp43 class Empty class
66 test_is_nothrow_move_constructible<Empty>();
H A Dhas_virtual_destructor.pass.cpp48 class Empty class
80 test_has_not_virtual_destructor<Empty>();
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dcopy.pass.cpp24 struct Empty {}; struct
63 typedef std::tuple<Empty> T;
66 constexpr Empty e = std::get<0>(t);

Completed in 270 milliseconds

1234567891011>>