Home
last modified time | relevance | path

Searched refs:TestTypes (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dcopy.pass.cpp81 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 Dmove.pass.cpp84 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 Drvalue_T.pass.cpp66 typedef TestTypes::TestType T; in main()
85 typedef TestTypes::TestType T; in main()
H A Dconst_T.pass.cpp60 typedef TestTypes::TestType T; in main()
H A DU.pass.cpp83 using T = TestTypes::TestType; in test_implicit()
/llvm-project/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp75 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 Dswap.pass.cpp74 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 Dspecial_members.pass.cpp52 template <class ...TestTypes>
54 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
H A Dtriviality.pass.cpp69 template <class ...TestTypes>
71 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dfind.pass.cpp117 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 Dtriviality.abi.pass.cpp69 template <class ...TestTypes>
71 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dcopy.pass.cpp69 using O = optional<TestTypes::TestType>; in main()
74 using T = TestTypes::TestType; in main()
H A Dassign_value.pass.cpp61 using I = TestTypes::TestType; in test_sfinae()
86 using T = TestTypes::TestType; in test_with_test_type()
H A Dnullopt_t.pass.cpp74 using TT = TestTypes::TestType; in main()
/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp45 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 Demplace_index_init_list_args.pass.cpp55 using V = std::variant<int, TestTypes::NoCtors, InitList, InitListArg, long, long>; in test_emplace_sfinae()
H A Demplace_index_args.pass.cpp46 using V = std::variant<int, void*, const void*, TestTypes::NoCtors>; in test_emplace_sfinae()
H A Demplace_type_init_list_args.pass.cpp55 using V = std::variant<int, TestTypes::NoCtors, InitList, InitListArg, long, long>; in test_emplace_sfinae()
/llvm-project/llvm/unittests/ADT/
H A DPriorityWorklistTest.cpp24 TestTypes; typedef
25 TYPED_TEST_SUITE(PriorityWorklistTest, TestTypes, );
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/
H A Dequal.pass.cpp147 struct TestTypes { struct
170 types::for_each(types::integer_types(), TestTypes()); in main() argument
/llvm-project/mlir/test/lib/IR/
H A DCMakeLists.txt24 TestTypes.cpp
/llvm-project/clang/test/Lexer/
H A Dbitint-constants.cpp165 void TestTypes(void) { in TestTypes() function
H A Dbitint-constants.c146 void TestTypes(void) { in TestTypes() function
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dassign_const_pair_U_V.pass.cpp52 using C = TestTypes::TestType; in test()
/llvm-project/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
H A Dassign_tuple_like.pass.cpp27 using C = TestTypes::TestType; in main()

12