Searched refs:ConstexprTestTypes (Results 1 – 18 of 18) sorted by relevance
/external/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | assign_pair.pass.cpp | 43 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()
|
D | assign_rv_pair.pass.cpp | 40 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()
|
D | assign_rv_pair_U_V.pass.cpp | 24 struct Derived : ConstexprTestTypes::MoveOnly { 26 TEST_CONSTEXPR_CXX20 Derived(ConstexprTestTypes::MoveOnly&&){}; in Derived() 46 typedef std::pair<ConstexprTestTypes::MoveOnly, long> P2; in test()
|
D | assign_const_pair_U_V.pass.cpp | 35 using C = ConstexprTestTypes::TestType; in test()
|
/external/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
D | rvalue_T.pass.cpp | 102 typedef ConstexprTestTypes::TestType T; in main() 114 typedef ConstexprTestTypes::TestType T; in main()
|
D | const_T.pass.cpp | 87 typedef ConstexprTestTypes::TestType T; in main()
|
D | copy.pass.cpp | 152 using namespace ConstexprTestTypes; in main()
|
D | move.pass.cpp | 192 using namespace ConstexprTestTypes; in main()
|
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
D | rvalue_T.pass.cpp | 105 typedef ConstexprTestTypes::TestType T; in main() 117 typedef ConstexprTestTypes::TestType T; in main()
|
D | const_T.pass.cpp | 90 typedef ConstexprTestTypes::TestType T; in main()
|
D | copy.pass.cpp | 153 using namespace ConstexprTestTypes; in main()
|
D | move.pass.cpp | 195 using namespace ConstexprTestTypes; in main()
|
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
D | assign_value.pass.cpp | 256 test_with_type_multi<ConstexprTestTypes::TestType>(); in main()
|
D | emplace.pass.cpp | 224 using T = ConstexprTestTypes::TestType; in main()
|
/external/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
D | assign_value.pass.cpp | 265 test_with_type_multi<ConstexprTestTypes::TestType>(); in main()
|
D | emplace.pass.cpp | 223 using T = ConstexprTestTypes::TestType; in main()
|
/external/libcxx/test/support/ |
D | archetypes.hpp | 305 namespace ConstexprTestTypes { namespace
|
/external/llvm-project/libcxx/test/support/ |
D | archetypes.h | 313 namespace ConstexprTestTypes {
|