Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_default_constructible.pass.cpp17 void test_is_default_constructible() in test_is_default_constructible() function
74 test_is_default_constructible<A>(); in main()
75 test_is_default_constructible<Union>(); in main()
76 test_is_default_constructible<Empty>(); in main()
77 test_is_default_constructible<int>(); in main()
78 test_is_default_constructible<double>(); in main()
79 test_is_default_constructible<int*>(); in main()
80 test_is_default_constructible<const int*>(); in main()
81 test_is_default_constructible<char[3]>(); in main()
82 test_is_default_constructible<NotEmpty>(); in main()
[all …]