Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_destructible.pass.cpp17 void test_is_nothrow_destructible() in test_is_nothrow_destructible() function
67 test_is_nothrow_destructible<A>(); in main()
69 test_is_nothrow_destructible<int&>(); in main()
71 test_is_nothrow_destructible<Union>(); in main()
74 test_is_nothrow_destructible<Empty>(); in main()
76 test_is_nothrow_destructible<int>(); in main()
77 test_is_nothrow_destructible<double>(); in main()
78 test_is_nothrow_destructible<int*>(); in main()
79 test_is_nothrow_destructible<const int*>(); in main()
80 test_is_nothrow_destructible<char[3]>(); in main()
[all …]