| /llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.variant/variant.mod/ |
| H A D | emplace_type_args.pass.cpp | 47 using V = std::variant<int, void *, const void *, TestTypes::NoCtors>; in test_emplace_sfinae() 58 static_assert(!emplace_exists<V, TestTypes::NoCtors>(), "cannot construct"); in test_emplace_sfinae() 62 TestTypes::NoCtors>; in test_emplace_sfinae() 81 static_assert(!emplace_exists<V, TestTypes::NoCtors>(), in test_emplace_sfinae() 101 std::variant<int, long, const void *, TestTypes::NoCtors, std::string>; in test_basic() 121 using V = std::variant<int, long, const int &, int &&, TestTypes::NoCtors, in test_basic()
|
| H A D | emplace_index_args.pass.cpp | 48 using V = std::variant<int, void *, const void *, TestTypes::NoCtors>; in test_emplace_sfinae() 63 using V = std::variant<int, int &, const int &, int &&, TestTypes::NoCtors>; in test_emplace_sfinae() 101 std::variant<int, long, const void *, TestTypes::NoCtors, std::string>; in test_basic() 121 using V = std::variant<int, long, const int &, int &&, TestTypes::NoCtors, in test_basic()
|
| H A D | emplace_type_init_list_args.pass.cpp | 59 std::variant<int, TestTypes::NoCtors, InitList, InitListArg, long, long>; in test_emplace_sfinae() 72 using V = std::variant<int, InitList, InitListArg, TestTypes::NoCtors>; in test_basic()
|
| H A D | emplace_index_init_list_args.pass.cpp | 59 std::variant<int, TestTypes::NoCtors, InitList, InitListArg, long, long>; in test_emplace_sfinae() 72 using V = std::variant<int, InitList, InitListArg, TestTypes::NoCtors>; in test_basic()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
| H A D | copy.pass.cpp | 81 using T = TestTypes::TestType; in test_reference_extension() 129 using T = TestTypes::TestType; in main() 137 TestTypes::TestType::reset(); in main() 139 using T = TestTypes::TestType; in main() 150 TestTypes::TestType::reset(); in main()
|
| H A D | move.pass.cpp | 87 using T = TestTypes::TestType; in test_reference_extension() 162 using T = TestTypes::TestType; in main() 171 TestTypes::TestType::reset(); in main() 173 using T = TestTypes::TestType; in main() 187 TestTypes::TestType::reset(); in main()
|
| H A D | rvalue_T.pass.cpp | 69 typedef TestTypes::TestType T; in main() 88 typedef TestTypes::TestType T; in main()
|
| H A D | const_T.pass.cpp | 63 typedef TestTypes::TestType T; in main()
|
| H A D | U.pass.cpp | 86 using T = TestTypes::TestType; in test_implicit()
|
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | catch_multi_level_pointer.pass.cpp | 74 struct TestTypes { struct 84 struct TestTypes<Member Class::*, true> { struct 93 typedef TestTypes<Throw, first> ThrowTypes; argument 94 typedef TestTypes<Catch, first> CatchTypes;
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/optional/optional.object/ |
| H A D | special_members.pass.cpp | 52 template <class ...TestTypes> 54 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
|
| H A D | triviality.pass.cpp | 69 template <class ...TestTypes> 71 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/optional/optional.specalg/ |
| H A D | swap.pass.cpp | 74 using T = TestTypes::TestType; in test_swap_sfinae() 78 using T = TestTypes::MoveOnly; in test_swap_sfinae() 82 using T = TestTypes::Copyable; in test_swap_sfinae() 86 using T = TestTypes::NoCtors; in test_swap_sfinae() 97 using T = TestTypes::CopyOnly; in test_swap_sfinae()
|
| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/optional/optional.object/ |
| H A D | triviality.abi.pass.cpp | 69 template <class ...TestTypes> 71 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
| H A D | copy.pass.cpp | 73 using O = optional<TestTypes::TestType>; in main() 78 using T = TestTypes::TestType; in main()
|
| H A D | assign_value.pass.cpp | 61 using I = TestTypes::TestType; in test_sfinae() 86 using T = TestTypes::TestType; in test_with_test_type()
|
| H A D | nullopt_t.pass.cpp | 74 using TT = TestTypes::TestType; in main()
|
| H A D | move.pass.cpp | 96 using T = TestTypes::TestType; in main()
|
| H A D | const_optional_U.pass.cpp | 84 using T = TestTypes::TestType; in test_with_test_type()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | PriorityWorklistTest.cpp | 24 TestTypes; typedef 25 TYPED_TEST_SUITE(PriorityWorklistTest, TestTypes, );
|
| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | CMakeLists.txt | 19 TestTypes.cpp
|
| /llvm-project-15.0.7/clang/test/Lexer/ |
| H A D | bitint-constants.c | 146 void TestTypes(void) { in TestTypes() function
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
| H A D | assign_const_pair_U_V.pass.cpp | 52 using C = TestTypes::TestType; in test()
|
| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/ |
| H A D | assign_tuple_like.pass.cpp | 27 using C = TestTypes::TestType; in main()
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | CMakeLists.txt | 43 TestTypes.cpp
|