Home
last modified time | relevance | path

Searched refs:Empty (Results 1 – 25 of 51) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_constructible.pass.cpp17 class Empty class
50 static_assert(( std::is_nothrow_constructible<Empty>::value), ""); in main()
51 static_assert(( std::is_nothrow_constructible<Empty, const Empty&>::value), ""); in main()
Dis_trivially_move_assignable.pass.cpp22 class Empty class
55 test_has_trivial_assign<const Empty, false>(); in main()
58 test_has_trivial_assign<Empty, true>(); in main()
Dis_trivially_copy_assignable.pass.cpp22 class Empty class
55 test_has_trivial_assign<const Empty, false>(); in main()
58 test_has_trivial_assign<Empty, true>(); in main()
Dis_nothrow_move_assignable.pass.cpp22 class Empty class
50 test_has_nothrow_assign<Empty, true>(); in main()
Dis_nothrow_copy_assignable.pass.cpp22 class Empty class
51 test_has_nothrow_assign<Empty, true>(); in main()
Dis_copy_constructible.pass.cpp22 class Empty class
66 test_is_copy_constructible<Empty, true>(); in main()
Dis_move_constructible.pass.cpp22 class Empty class
65 test_is_move_constructible<Empty, true>(); in main()
Dis_trivially_copy_constructible.pass.cpp30 class Empty class
67 test_is_trivially_copy_constructible<Empty>(); in main()
Dis_nothrow_copy_constructible.pass.cpp32 class Empty class
55 test_is_nothrow_copy_constructible<Empty>(); in main()
Dis_nothrow_move_constructible.pass.cpp32 class Empty class
55 test_is_nothrow_move_constructible<Empty>(); in main()
Dis_destructible.pass.cpp25 class Empty class
59 test_is_destructible<Empty, true>(); in main()
Dis_move_assignable.pass.cpp16 class Empty class
50 static_assert(( std::is_move_assignable<Empty>::value), ""); in main()
Dis_default_constructible.pass.cpp25 class Empty class
68 test_is_default_constructible<Empty, true>(); in main()
Dis_trivially_move_constructible.pass.cpp28 class Empty class
78 test_is_trivially_move_constructible<Empty>(); in main()
Dis_empty.pass.cpp34 class Empty class
63 test_is_empty<Empty>(); in main()
Dis_nothrow_default_constructible.pass.cpp34 class Empty class
57 test_is_nothrow_default_constructible<Empty>(); in main()
Dis_copy_assignable.pass.cpp16 class Empty class
54 static_assert(( std::is_copy_assignable<Empty>::value), ""); in main()
Dis_polymorphic.pass.cpp34 class Empty class
66 test_is_not_polymorphic<Empty>(); in main()
Dis_abstract.pass.cpp34 class Empty class
66 test_is_not_abstract<Empty>(); in main()
Dis_trivially_default_constructible.pass.cpp34 class Empty class
69 test_is_trivially_default_constructible<Empty>(); in main()
Dis_nothrow_destructible.pass.cpp34 class Empty class
69 test_is_nothrow_destructible<Empty>(); in main()
Dis_trivially_destructible.pass.cpp34 class Empty class
69 test_is_trivially_destructible<Empty>(); in main()
Dhas_virtual_destructor.pass.cpp34 class Empty class
66 test_has_not_virtual_destructor<Empty>(); in main()
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info83 Node: Empty Targets101068
109 Node: Empty Commands167702
/ndk/
Dndk-gdb.py36 from Queue import Queue, Empty
38 from queue import Queue, Empty # python 3.x

123