Searched defs:test_is_default_constructible (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_default_constructible.pass.cpp17 void test_is_default_constructible() function
69 test_is_default_constructible<A>();
70 test_is_default_constructible<Union>();
71 test_is_default_constructible<Empty>();
72 test_is_default_constructible<int>();
73 test_is_default_constructible<double>();
74 test_is_default_constructible<int*>();
75 test_is_default_constructible<const int*>();
76 test_is_default_constructible<char[3]>();
77 test_is_default_constructible<NotEmpt
[all...]

Completed in 172 milliseconds