/llvm-project/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 | 84 using T = TestTypes::TestType; in test_reference_extension() 159 using T = TestTypes::TestType; in main() 168 TestTypes::TestType::reset(); in main() 170 using T = TestTypes::TestType; in main() 184 TestTypes::TestType::reset(); in main()
|
H A D | rvalue_T.pass.cpp | 66 typedef TestTypes::TestType T; in main() 85 typedef TestTypes::TestType T; in main()
|
H A D | const_T.pass.cpp | 60 typedef TestTypes::TestType T; in main()
|
H A D | U.pass.cpp | 83 using T = TestTypes::TestType; in test_implicit()
|
/llvm-project/libcxxabi/test/ |
H A D | catch_multi_level_pointer.pass.cpp | 75 struct TestTypes { struct 85 struct TestTypes<Member Class::*, true> { argument 94 typedef TestTypes<Throw, first> ThrowTypes; argument 95 typedef TestTypes<Catch, first> CatchTypes;
|
/llvm-project/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/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/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ |
H A D | find.pass.cpp | 117 struct TestTypes { struct 210 types::for_each(types::integer_types(), TestTypes<char>()); in test() 211 types::for_each(types::integer_types(), TestTypes<int>()); in test() 212 types::for_each(types::integer_types(), TestTypes<long long>()); in test()
|
/llvm-project/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/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
H A D | copy.pass.cpp | 69 using O = optional<TestTypes::TestType>; in main() 74 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()
|
/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.mod/ |
H A D | emplace_type_args.pass.cpp | 45 using V = std::variant<int, void*, const void*, TestTypes::NoCtors>; in test_emplace_sfinae() 55 static_assert(!emplace_exists<V, TestTypes::NoCtors>(), "cannot construct"); in test_emplace_sfinae()
|
H A D | emplace_index_init_list_args.pass.cpp | 55 using V = std::variant<int, TestTypes::NoCtors, InitList, InitListArg, long, long>; in test_emplace_sfinae()
|
H A D | emplace_index_args.pass.cpp | 46 using V = std::variant<int, void*, const void*, TestTypes::NoCtors>; in test_emplace_sfinae()
|
H A D | emplace_type_init_list_args.pass.cpp | 55 using V = std::variant<int, TestTypes::NoCtors, InitList, InitListArg, long, long>; in test_emplace_sfinae()
|
/llvm-project/llvm/unittests/ADT/ |
H A D | PriorityWorklistTest.cpp | 24 TestTypes; typedef 25 TYPED_TEST_SUITE(PriorityWorklistTest, TestTypes, );
|
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/ |
H A D | equal.pass.cpp | 147 struct TestTypes { struct 170 types::for_each(types::integer_types(), TestTypes()); in main() argument
|
/llvm-project/mlir/test/lib/IR/ |
H A D | CMakeLists.txt | 24 TestTypes.cpp
|
/llvm-project/clang/test/Lexer/ |
H A D | bitint-constants.cpp | 165 void TestTypes(void) { in TestTypes() function
|
H A D | bitint-constants.c | 146 void TestTypes(void) { in TestTypes() function
|
/llvm-project/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/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/ |
H A D | assign_tuple_like.pass.cpp | 27 using C = TestTypes::TestType; in main()
|