Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_move_assignable.pass.cpp33 struct bit_zero struct
56 test_has_nothrow_assign<bit_zero, true>(); in main()
Dis_nothrow_copy_assignable.pass.cpp33 struct bit_zero struct
57 test_has_nothrow_assign<bit_zero, true>(); in main()
Dis_trivially_move_assignable.pass.cpp33 struct bit_zero struct
63 test_has_trivial_assign<bit_zero, true>(); in main()
Dis_trivially_copy_assignable.pass.cpp33 struct bit_zero struct
63 test_has_trivial_assign<bit_zero, true>(); in main()
Dis_copy_constructible.pass.cpp34 struct bit_zero struct
72 test_is_copy_constructible<bit_zero, true>(); in main()
Dis_move_constructible.pass.cpp34 struct bit_zero struct
71 test_is_move_constructible<bit_zero, true>(); in main()
Dis_trivially_copy_constructible.pass.cpp42 struct bit_zero struct
72 test_is_trivially_copy_constructible<bit_zero>(); in main()
Dis_nothrow_copy_constructible.pass.cpp38 struct bit_zero struct
60 test_is_nothrow_copy_constructible<bit_zero>(); in main()
Dis_nothrow_move_constructible.pass.cpp38 struct bit_zero struct
60 test_is_nothrow_move_constructible<bit_zero>(); in main()
Dis_destructible.pass.cpp36 struct bit_zero struct
65 test_is_destructible<bit_zero, true>(); in main()
Dis_move_assignable.pass.cpp28 struct bit_zero struct
47 static_assert(( std::is_move_assignable<bit_zero>::value), ""); in main()
Dis_default_constructible.pass.cpp37 struct bit_zero struct
75 test_is_default_constructible<bit_zero, true>(); in main()
Dis_trivially_move_constructible.pass.cpp40 struct bit_zero struct
83 test_is_trivially_move_constructible<bit_zero>(); in main()
Dis_empty.pass.cpp45 struct bit_zero struct
64 test_is_empty<bit_zero>(); in main()
Dis_nothrow_default_constructible.pass.cpp40 struct bit_zero struct
63 test_is_nothrow_default_constructible<bit_zero>(); in main()
Dis_copy_assignable.pass.cpp28 struct bit_zero struct
51 static_assert(( std::is_copy_assignable<bit_zero>::value), ""); in main()
Dis_polymorphic.pass.cpp45 struct bit_zero struct
67 test_is_not_polymorphic<bit_zero>(); in main()
Dis_abstract.pass.cpp45 struct bit_zero struct
67 test_is_not_abstract<bit_zero>(); in main()
Dis_trivially_default_constructible.pass.cpp45 struct bit_zero struct
75 test_is_trivially_default_constructible<bit_zero>(); in main()
Dis_nothrow_destructible.pass.cpp45 struct bit_zero struct
76 test_is_nothrow_destructible<bit_zero>(); in main()
Dis_trivially_destructible.pass.cpp45 struct bit_zero struct
76 test_is_trivially_destructible<bit_zero>(); in main()
Dhas_virtual_destructor.pass.cpp45 struct bit_zero struct
73 test_has_not_virtual_destructor<bit_zero>(); in main()
Dis_nothrow_constructible.pass.cpp28 struct bit_zero struct