/llvm-project/llvm/unittests/ADT/ |
H A D | AnyTest.cpp | 130 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 D | make_from_tuple.pass.cpp | 158 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 D | archetypes.h | 274 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 D | const_correctness.verify.cpp | 27 struct TestType {}; struct
|
H A D | any_cast_request_invalid_value_category.verify.cpp | 20 struct TestType {}; struct
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
H A D | comparisons.pass.cpp | 42 typedef std::pair<path, path> TestType; in main() typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | coroutines.cpp | 1208 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 D | stress_test_variant_overloads_impl.sh.cpp | 46 struct TestType {}; struct
|
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 63 typedef TestMemberObject<ObjectType> TestType; global() typedef [all...] |
/llvm-project/clang/bindings/python/tests/cindex/ |
H A D | test_type.py | 42 class TestType(unittest.TestCase): global() class
|