Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp47 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 Demplace_index_args.pass.cpp48 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 Demplace_type_init_list_args.pass.cpp59 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 Demplace_index_init_list_args.pass.cpp59 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 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.cpp87 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 Drvalue_T.pass.cpp69 typedef TestTypes::TestType T; in main()
88 typedef TestTypes::TestType T; in main()
H A Dconst_T.pass.cpp63 typedef TestTypes::TestType T; in main()
H A DU.pass.cpp86 using T = TestTypes::TestType; in test_implicit()
/llvm-project-15.0.7/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp74 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 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-15.0.7/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-15.0.7/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-15.0.7/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dcopy.pass.cpp73 using O = optional<TestTypes::TestType>; in main()
78 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()
H A Dmove.pass.cpp96 using T = TestTypes::TestType; in main()
H A Dconst_optional_U.pass.cpp84 using T = TestTypes::TestType; in test_with_test_type()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DPriorityWorklistTest.cpp24 TestTypes; typedef
25 TYPED_TEST_SUITE(PriorityWorklistTest, TestTypes, );
/llvm-project-15.0.7/mlir/test/lib/IR/
H A DCMakeLists.txt19 TestTypes.cpp
/llvm-project-15.0.7/clang/test/Lexer/
H A Dbitint-constants.c146 void TestTypes(void) { in TestTypes() function
/llvm-project-15.0.7/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-15.0.7/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
H A Dassign_tuple_like.pass.cpp27 using C = TestTypes::TestType; in main()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DCMakeLists.txt43 TestTypes.cpp

12