Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dassign_pair.pass.cpp43 typedef std::pair<ConstexprTestTypes::CopyOnly, int> P; in test()
44 const P p1(ConstexprTestTypes::CopyOnly(), short{4}); in test()
62 using P = std::pair<int, ConstexprTestTypes::NonCopyable>; in test()
66 using P = std::pair<CountAssign, ConstexprTestTypes::Copyable>; in test()
77 using P = std::pair<int, ConstexprTestTypes::MoveAssignOnly>; in test()
Dassign_rv_pair.pass.cpp40 typedef std::pair<ConstexprTestTypes::MoveOnly, int> P; in test()
60 using P = std::pair<int, ConstexprTestTypes::DefaultOnly>; in test()
65 using P = std::pair<CountAssign, ConstexprTestTypes::CopyOnly>; in test()
76 using P = std::pair<CountAssign, ConstexprTestTypes::MoveOnly>; in test()
Dassign_rv_pair_U_V.pass.cpp24 struct Derived : ConstexprTestTypes::MoveOnly {
26 TEST_CONSTEXPR_CXX20 Derived(ConstexprTestTypes::MoveOnly&&){}; in Derived()
46 typedef std::pair<ConstexprTestTypes::MoveOnly, long> P2; in test()
Dassign_const_pair_U_V.pass.cpp35 using C = ConstexprTestTypes::TestType; in test()
/external/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Drvalue_T.pass.cpp102 typedef ConstexprTestTypes::TestType T; in main()
114 typedef ConstexprTestTypes::TestType T; in main()
Dconst_T.pass.cpp87 typedef ConstexprTestTypes::TestType T; in main()
Dcopy.pass.cpp152 using namespace ConstexprTestTypes; in main()
Dmove.pass.cpp192 using namespace ConstexprTestTypes; in main()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Drvalue_T.pass.cpp105 typedef ConstexprTestTypes::TestType T; in main()
117 typedef ConstexprTestTypes::TestType T; in main()
Dconst_T.pass.cpp90 typedef ConstexprTestTypes::TestType T; in main()
Dcopy.pass.cpp153 using namespace ConstexprTestTypes; in main()
Dmove.pass.cpp195 using namespace ConstexprTestTypes; in main()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dassign_value.pass.cpp256 test_with_type_multi<ConstexprTestTypes::TestType>(); in main()
Demplace.pass.cpp224 using T = ConstexprTestTypes::TestType; in main()
/external/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dassign_value.pass.cpp265 test_with_type_multi<ConstexprTestTypes::TestType>(); in main()
Demplace.pass.cpp223 using T = ConstexprTestTypes::TestType; in main()
/external/libcxx/test/support/
Darchetypes.hpp305 namespace ConstexprTestTypes { namespace
/external/llvm-project/libcxx/test/support/
Darchetypes.h313 namespace ConstexprTestTypes {