Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_constructible.pass.cpp77 void test_is_constructible() in test_is_constructible() function
86 void test_is_constructible() in test_is_constructible() function
95 void test_is_constructible() in test_is_constructible() function
104 void test_is_constructible() in test_is_constructible() function
135 test_is_constructible<int> (); in main()
136 test_is_constructible<int, const int> (); in main()
137 test_is_constructible<A, int> (); in main()
138 test_is_constructible<A, int, double> (); in main()
139 test_is_constructible<A, int, long, double> (); in main()
140 test_is_constructible<int&, int&> (); in main()
[all …]
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_constructible.pass.cpp81 void test_is_constructible() in test_is_constructible() function
91 void test_is_constructible() in test_is_constructible() function
101 void test_is_constructible() in test_is_constructible() function
111 void test_is_constructible() in test_is_constructible() function
156 test_is_constructible<int> (); in main()
157 test_is_constructible<int, const int> (); in main()
158 test_is_constructible<A, int> (); in main()
159 test_is_constructible<A, int, double> (); in main()
160 test_is_constructible<A, int, long, double> (); in main()
161 test_is_constructible<int&, int&> (); in main()
[all …]