Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
Demplace_type_args.pass.cpp46 using V = std::variant<int, void *, const void *, TestTypes::NoCtors>; in test_emplace_sfinae()
57 static_assert(!emplace_exists<V, TestTypes::NoCtors>(), "cannot construct"); in test_emplace_sfinae()
61 TestTypes::NoCtors>; in test_emplace_sfinae()
80 static_assert(!emplace_exists<V, TestTypes::NoCtors>(), in test_emplace_sfinae()
96 std::variant<int, long, const void *, TestTypes::NoCtors, std::string>; in test_basic()
110 using V = std::variant<int, long, const int &, int &&, TestTypes::NoCtors, in test_basic()
Demplace_index_args.pass.cpp46 using V = std::variant<int, void *, const void *, TestTypes::NoCtors>; in test_emplace_sfinae()
61 using V = std::variant<int, int &, const int &, int &&, TestTypes::NoCtors>; in test_emplace_sfinae()
95 std::variant<int, long, const void *, TestTypes::NoCtors, std::string>; in test_basic()
109 using V = std::variant<int, long, const int &, int &&, TestTypes::NoCtors, in test_basic()
Demplace_type_init_list_args.pass.cpp58 std::variant<int, TestTypes::NoCtors, InitList, InitListArg, long, long>; in test_emplace_sfinae()
71 using V = std::variant<int, InitList, InitListArg, TestTypes::NoCtors>; in test_basic()
Demplace_index_init_list_args.pass.cpp58 std::variant<int, TestTypes::NoCtors, InitList, InitListArg, long, long>; in test_emplace_sfinae()
71 using V = std::variant<int, InitList, InitListArg, TestTypes::NoCtors>; in test_basic()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Dcopy.pass.cpp72 using T = TestTypes::TestType; in test_reference_extension()
117 using T = TestTypes::TestType; in main()
125 TestTypes::TestType::reset(); in main()
127 using T = TestTypes::TestType; in main()
138 TestTypes::TestType::reset(); in main()
Dmove.pass.cpp73 using T = TestTypes::TestType; in test_reference_extension()
145 using T = TestTypes::TestType; in main()
154 TestTypes::TestType::reset(); in main()
156 using T = TestTypes::TestType; in main()
170 TestTypes::TestType::reset(); in main()
Drvalue_T.pass.cpp67 typedef TestTypes::TestType T; in main()
86 typedef TestTypes::TestType T; in main()
DU.pass.cpp79 using T = TestTypes::TestType; in test_implicit()
Dconst_T.pass.cpp61 typedef TestTypes::TestType T; in main()
/external/libcxxabi/test/
Dcatch_multi_level_pointer.pass.cpp72 struct TestTypes { struct
82 struct TestTypes<Member Class::*, true> { argument
91 typedef TestTypes<Throw, first> ThrowTypes; argument
92 typedef TestTypes<Catch, first> CatchTypes;
/external/libcxx/test/libcxx/utilities/optional/optional.object/
Dspecial_member_gen.pass.cpp36 template <class ...TestTypes>
38 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
/external/libcxx/test/std/utilities/optional/optional.object/
Dspecial_member_gen.pass.cpp44 template <class ...TestTypes>
46 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
/external/libcxx/test/std/utilities/optional/optional.specalg/
Dswap.pass.cpp75 using T = TestTypes::TestType; in test_swap_sfinae()
79 using T = TestTypes::MoveOnly; in test_swap_sfinae()
83 using T = TestTypes::Copyable; in test_swap_sfinae()
87 using T = TestTypes::NoCtors; in test_swap_sfinae()
98 using T = TestTypes::CopyOnly; in test_swap_sfinae()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dcopy.pass.cpp69 using O = optional<TestTypes::TestType>; in main()
74 using T = TestTypes::TestType; in main()
Dassign_value.pass.cpp62 using I = TestTypes::TestType; in test_sfinae()
87 using T = TestTypes::TestType; in test_with_test_type()
Dnullopt_t.pass.cpp39 using TT = TestTypes::TestType; in main()
Dmove.pass.cpp81 using T = TestTypes::TestType; in main()
Demplace.pass.cpp187 test_on_test_type<TestTypes::TestType>(); in main()
Dconst_optional_U.pass.cpp85 using T = TestTypes::TestType; in test_with_test_type()
Doptional_U.pass.cpp89 using T = TestTypes::TestType; in test_with_test_type()
/external/llvm/unittests/ADT/
DPriorityWorklistTest.cpp23 TestTypes; typedef
24 TYPED_TEST_CASE(PriorityWorklistTest, TestTypes);
/external/icu/icu4c/source/test/intltest/
Dincaltst.h25 void TestTypes(void);
Dincaltst.cpp70 CASE(0,TestTypes); in runIndexedTest()
93 IntlCalendarTest::TestTypes() in TestTypes() function in IntlCalendarTest
/external/libcxx/test/support/
Darchetypes.hpp246 namespace TestTypes { namespace
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java1081 public void TestTypes() { in TestTypes() method in IBMCalendarTest

12