Home
last modified time | relevance | path

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

1234

/external/llvm-project/llvm/unittests/ADT/
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() function
135 int Copies = 0; in TEST()
136 int Moves = 0; in TEST()
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dmake_from_tuple.pass.cpp167 struct TestType { in test_noexcept() struct
168 TestType(int, NothrowMoveable) noexcept {} in test_noexcept() function
169 TestType(int, int, int) noexcept(false) {} in test_noexcept() argument
170 TestType(long, long, long) noexcept {} in test_noexcept() function
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dmake_from_tuple.pass.cpp168 struct TestType { in test_noexcept() struct
169 TestType(int, NothrowMoveable) noexcept {} in test_noexcept() function
170 TestType(int, int, int) noexcept(false) {} in test_noexcept() function
171 TestType(long, long, long) noexcept {} in test_noexcept() argument
/external/OpenCL-CTS/test_conformance/SVM/
Dtest_enqueue_api.cpp121 struct TestType { in test_svm_enqueue_api() struct
122 allocationTypes srcAlloc; in test_svm_enqueue_api()
123 allocationTypes dstAlloc; in test_svm_enqueue_api()
124 TestType(allocationTypes type1, allocationTypes type2): srcAlloc(type1), dstAlloc(type2){} in test_svm_enqueue_api() argument
/external/llvm-project/libcxx/test/support/
Darchetypes.h273 using TestType = AllCtors; variable
296 using TestType = AllCtors; variable
317 using TestType = AllCtors; variable
340 using TestType = AllCtors; variable
362 using TestType = AllCtors; variable
384 using TestType = AllCtors; variable
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestTypes.h52 struct TestType : public Type::TypeBase<TestType, Type, TypeStorage, struct
57 void printTypeC(Location loc) const { in printTypeC()
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dconst_correctness.fail.cpp21 struct TestType {}; struct
Dany_cast_request_invalid_value_category.fail.cpp21 struct TestType {}; struct
/external/llvm-project/clang/test/SemaCXX/
Dcoroutines.cpp1105 struct TestType { struct
1107 CoroMemberTag test_qual() { in test_qual()
1114 CoroMemberTag test_sanity(int *) const { in test_sanity()
1121 CoroMemberTag test_qual(int *, const float &&, volatile void *volatile) const { in test_qual()
1126 CoroMemberTag test_qual() const volatile { in test_qual()
1131 CoroMemberTag test_ref_qual() & { in test_ref_qual()
1135 CoroMemberTag test_ref_qual() const & { in test_ref_qual()
1139 CoroMemberTag test_ref_qual() && { in test_ref_qual()
1143 CoroMemberTag test_ref_qual(const char *&) const volatile && { in test_ref_qual()
1148 CoroMemberTag test_args(int) { in test_args()
[all …]
/external/libcxx/test/support/
Darchetypes.hpp265 using TestType = AllCtors; typedef
288 using TestType = AllCtors; typedef
309 using TestType = AllCtors; typedef
332 using TestType = AllCtors; typedef
354 using TestType = AllCtors; typedef
376 using TestType = AllCtors; typedef
/external/llvm-project/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dconst_correctness.fail.cpp26 struct TestType {}; struct
Dany_cast_request_invalid_value_category.fail.cpp26 struct TestType {}; struct
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dcomparisons.pass.cpp52 typedef std::pair<path, path> TestType; in test_comparisons_simple() typedef
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dcomparisons.pass.cpp53 typedef std::pair<path, path> TestType; in test_comparisons_simple() typedef
/external/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/
Dstress_test_variant_overloads_impl.sh.cpp46 struct TestType {}; struct
/external/tensorflow/tensorflow/lite/kernels/
Dexpand_dims_test.cc32 enum class TestType { enum
Dconcatenation_test.cc287 using TestType = Type; typedef
297 using TestType = typename TestFixture::TestType; in TYPED_TEST() typedef
Dtopk_v2_test.cc30 enum class TestType { enum
/external/skqp/tests/
DCachedDecodingPixelRefTest.cpp26 enum TestType { enum in TestImageGenerator
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp25 enum TestType { enum in TestImageGenerator
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDriverPropertiesTests.cpp41 enum TestType enum
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_4_5_6.pass.cpp60 typedef TestMemberObject<ObjectType> TestType; typedef
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_4_5_6.pass.cpp63 typedef TestMemberObject<ObjectType> TestType; typedef
/external/llvm-project/clang/bindings/python/tests/cindex/
Dtest_type.py41 class TestType(unittest.TestCase): class
/external/auto/common/src/test/java/com/google/auto/common/
DMoreTypesIsTypeOfTest.java50 private interface TestType {} interface in MoreTypesIsTypeOfTest

1234