Searched refs:test_constexpr_copy_ctor_imp (Results 1 – 1 of 1) sorted by relevance
225 constexpr void test_constexpr_copy_ctor_imp(const T& v) { in test_constexpr_copy_ctor_imp() function245 test_constexpr_copy_ctor_imp<0>(V(42l)); in test_constexpr_copy_ctor_trivial()246 test_constexpr_copy_ctor_imp<1>(V(nullptr)); in test_constexpr_copy_ctor_trivial()247 test_constexpr_copy_ctor_imp<2>(V(101)); in test_constexpr_copy_ctor_trivial()263 test_constexpr_copy_ctor_imp<0>(V(42l)); in test_constexpr_copy_ctor_non_trivial()264 test_constexpr_copy_ctor_imp<1>(V(NonTrivialCopyCtor(5))); in test_constexpr_copy_ctor_non_trivial()265 test_constexpr_copy_ctor_imp<2>(V(nullptr)); in test_constexpr_copy_ctor_non_trivial()