Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_default_constructible.pass.cpp17 void test_is_default_constructible() in test_is_default_constructible() function
86 test_is_default_constructible<A>(); in main()
87 test_is_default_constructible<Union>(); in main()
88 test_is_default_constructible<Empty>(); in main()
89 test_is_default_constructible<int>(); in main()
90 test_is_default_constructible<double>(); in main()
91 test_is_default_constructible<int*>(); in main()
92 test_is_default_constructible<const int*>(); in main()
93 test_is_default_constructible<char[3]>(); in main()
96 test_is_default_constructible<NotEmpty>(); in main()
[all …]
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Ddefault-sfinae.pass.cpp83 void test_is_default_constructible() in test_is_default_constructible() function
160 test_is_default_constructible<int>(); in main()
161 test_is_default_constructible<DefaultSFINAES<int>>(); in main()