Home
last modified time | relevance | path

Searched defs:TestType (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DAnyTest.cpp130 struct TestType { in TEST() struct
132 TestType(const TestType &Other) in TEST() function
134 TestType(TestType &&Other) : Copies(Other.Copies), Moves(Other.Moves + 1) {} in TEST() argument
135 int Copies = 0; in TEST()
136 int Moves = 0; in TEST()
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dmake_from_tuple.pass.cpp158 struct TestType { in test_noexcept() argument
159 TestType(int, NothrowMoveable) noexcept {} in test_noexcept() argument
160 TestType(int, int, int) noexcept(false) {} in test_noexcept() argument
157 struct TestType { test_noexcept() struct
[all...]
/llvm-project/libcxx/test/support/
H A Darchetypes.h274 using TestType = AllCtors; variable
297 using TestType = AllCtors; variable
318 using TestType = AllCtors; variable
341 using TestType = AllCtors; variable
363 using TestType = AllCtors; variable
385 using TestType = AllCtors; variable
/llvm-project/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
H A Dconst_correctness.verify.cpp27 struct TestType {}; struct
H A Dany_cast_request_invalid_value_category.verify.cpp20 struct TestType {}; struct
/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dcomparisons.pass.cpp42 typedef std::pair<path, path> TestType; in main() typedef
/llvm-project/clang/test/SemaCXX/
H A Dcoroutines.cpp1208 static_assert(!TC.MatchesArgs<TestType>, ""); in test_diagnostics() argument
1216 static_assert(TC.MatchesArgs<const TestType &, int *>, ""); in test_static_diagnostics() argument
1127 struct TestType { global() struct
1129 test_qualCoroHandleMemberFunctionTest::TestType test_qual() argument
1136 test_assertsCoroHandleMemberFunctionTest::TestType test_asserts() argument
1143 test_qualCoroHandleMemberFunctionTest::TestType test_qual() argument
1149 test_qualCoroHandleMemberFunctionTest::TestType test_qual() argument
1154 test_ref_qualCoroHandleMemberFunctionTest::TestType test_ref_qual() argument
1158 test_ref_qualCoroHandleMemberFunctionTest::TestType test_ref_qual() argument
1162 test_ref_qualCoroHandleMemberFunctionTest::TestType test_ref_qual() argument
1166 test_ref_qualCoroHandleMemberFunctionTest::TestType test_ref_qual() argument
1171 test_argsCoroHandleMemberFunctionTest::TestType test_args() argument
1175 test_argsCoroHandleMemberFunctionTest::TestType test_args() argument
1181 test_member_templateCoroHandleMemberFunctionTest::TestType test_member_template() argument
1212 test_diagnosticsCoroHandleMemberFunctionTest::TestType test_diagnostics() argument
[all...]
/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp46 struct TestType {}; struct
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp63 typedef TestMemberObject<ObjectType> TestType; global() typedef
[all...]
/llvm-project/clang/bindings/python/tests/cindex/
H A Dtest_type.py42 class TestType(unittest.TestCase): global() class