Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Dmove.pass.cpp304 constexpr bool test_constexpr_ctor_imp(std::variant<long, void*, const int> const& v) { in test_constexpr_ctor_imp() function
326 static_assert(test_constexpr_ctor_imp<0>(V(42l)), ""); in test_constexpr_move_ctor()
327 static_assert(test_constexpr_ctor_imp<1>(V(nullptr)), ""); in test_constexpr_move_ctor()
328 static_assert(test_constexpr_ctor_imp<2>(V(101)), ""); in test_constexpr_move_ctor()
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Dmove.pass.cpp307 constexpr bool test_constexpr_ctor_imp(std::variant<long, void*, const int> const& v) { in test_constexpr_ctor_imp() function
329 static_assert(test_constexpr_ctor_imp<0>(V(42l)), ""); in test_constexpr_move_ctor()
330 static_assert(test_constexpr_ctor_imp<1>(V(nullptr)), ""); in test_constexpr_move_ctor()
331 static_assert(test_constexpr_ctor_imp<2>(V(101)), ""); in test_constexpr_move_ctor()