/ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_nothrow_constructible.pass.cpp | 17 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()
|
D | is_trivially_move_assignable.pass.cpp | 22 class Empty class 55 test_has_trivial_assign<const Empty, false>(); in main() 58 test_has_trivial_assign<Empty, true>(); in main()
|
D | is_trivially_copy_assignable.pass.cpp | 22 class Empty class 55 test_has_trivial_assign<const Empty, false>(); in main() 58 test_has_trivial_assign<Empty, true>(); in main()
|
D | is_nothrow_move_assignable.pass.cpp | 22 class Empty class 50 test_has_nothrow_assign<Empty, true>(); in main()
|
D | is_nothrow_copy_assignable.pass.cpp | 22 class Empty class 51 test_has_nothrow_assign<Empty, true>(); in main()
|
D | is_copy_constructible.pass.cpp | 22 class Empty class 66 test_is_copy_constructible<Empty, true>(); in main()
|
D | is_move_constructible.pass.cpp | 22 class Empty class 65 test_is_move_constructible<Empty, true>(); in main()
|
D | is_trivially_copy_constructible.pass.cpp | 30 class Empty class 67 test_is_trivially_copy_constructible<Empty>(); in main()
|
D | is_nothrow_copy_constructible.pass.cpp | 32 class Empty class 55 test_is_nothrow_copy_constructible<Empty>(); in main()
|
D | is_nothrow_move_constructible.pass.cpp | 32 class Empty class 55 test_is_nothrow_move_constructible<Empty>(); in main()
|
D | is_destructible.pass.cpp | 25 class Empty class 59 test_is_destructible<Empty, true>(); in main()
|
D | is_move_assignable.pass.cpp | 16 class Empty class 50 static_assert(( std::is_move_assignable<Empty>::value), ""); in main()
|
D | is_default_constructible.pass.cpp | 25 class Empty class 68 test_is_default_constructible<Empty, true>(); in main()
|
D | is_trivially_move_constructible.pass.cpp | 28 class Empty class 78 test_is_trivially_move_constructible<Empty>(); in main()
|
D | is_empty.pass.cpp | 34 class Empty class 63 test_is_empty<Empty>(); in main()
|
D | is_nothrow_default_constructible.pass.cpp | 34 class Empty class 57 test_is_nothrow_default_constructible<Empty>(); in main()
|
D | is_copy_assignable.pass.cpp | 16 class Empty class 54 static_assert(( std::is_copy_assignable<Empty>::value), ""); in main()
|
D | is_polymorphic.pass.cpp | 34 class Empty class 66 test_is_not_polymorphic<Empty>(); in main()
|
D | is_abstract.pass.cpp | 34 class Empty class 66 test_is_not_abstract<Empty>(); in main()
|
D | is_trivially_default_constructible.pass.cpp | 34 class Empty class 69 test_is_trivially_default_constructible<Empty>(); in main()
|
D | is_nothrow_destructible.pass.cpp | 34 class Empty class 69 test_is_nothrow_destructible<Empty>(); in main()
|
D | is_trivially_destructible.pass.cpp | 34 class Empty class 69 test_is_trivially_destructible<Empty>(); in main()
|
D | has_virtual_destructor.pass.cpp | 34 class Empty class 66 test_has_not_virtual_destructor<Empty>(); in main()
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info | 83 Node: Empty Targets101068 109 Node: Empty Commands167702
|
/ndk/ |
D | ndk-gdb.py | 36 from Queue import Queue, Empty 38 from queue import Queue, Empty # python 3.x
|