Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_destructible.pass.cpp17 void test_is_nothrow_destructible() in test_is_nothrow_destructible() function
73 test_is_nothrow_destructible<A>(); in main()
75 test_is_nothrow_destructible<int&>(); in main()
77 test_is_nothrow_destructible<Union>(); in main()
80 test_is_nothrow_destructible<Empty>(); in main()
82 test_is_nothrow_destructible<int>(); in main()
83 test_is_nothrow_destructible<double>(); in main()
84 test_is_nothrow_destructible<int*>(); in main()
85 test_is_nothrow_destructible<const int*>(); in main()
86 test_is_nothrow_destructible<char[3]>(); in main()
[all …]