/external/llvm-project/llvm/unittests/ADT/ |
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() 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/ |
D | make_from_tuple.pass.cpp | 167 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/ |
D | make_from_tuple.pass.cpp | 168 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/ |
D | test_enqueue_api.cpp | 121 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/ |
D | archetypes.h | 273 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/ |
D | TestTypes.h | 52 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/ |
D | const_correctness.fail.cpp | 21 struct TestType {}; struct
|
D | any_cast_request_invalid_value_category.fail.cpp | 21 struct TestType {}; struct
|
/external/llvm-project/clang/test/SemaCXX/ |
D | coroutines.cpp | 1105 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/ |
D | archetypes.hpp | 265 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/ |
D | const_correctness.fail.cpp | 26 struct TestType {}; struct
|
D | any_cast_request_invalid_value_category.fail.cpp | 26 struct TestType {}; struct
|
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
D | comparisons.pass.cpp | 52 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/ |
D | comparisons.pass.cpp | 53 typedef std::pair<path, path> TestType; in test_comparisons_simple() typedef
|
/external/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/ |
D | stress_test_variant_overloads_impl.sh.cpp | 46 struct TestType {}; struct
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | expand_dims_test.cc | 32 enum class TestType { enum
|
D | concatenation_test.cc | 287 using TestType = Type; typedef 297 using TestType = typename TestFixture::TestType; in TYPED_TEST() typedef
|
D | topk_v2_test.cc | 30 enum class TestType { enum
|
/external/skqp/tests/ |
D | CachedDecodingPixelRefTest.cpp | 26 enum TestType { enum in TestImageGenerator
|
/external/skia/tests/ |
D | CachedDecodingPixelRefTest.cpp | 25 enum TestType { enum in TestImageGenerator
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDriverPropertiesTests.cpp | 41 enum TestType enum
|
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_4_5_6.pass.cpp | 60 typedef TestMemberObject<ObjectType> TestType; typedef
|
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_4_5_6.pass.cpp | 63 typedef TestMemberObject<ObjectType> TestType; typedef
|
/external/llvm-project/clang/bindings/python/tests/cindex/ |
D | test_type.py | 41 class TestType(unittest.TestCase): class
|
/external/auto/common/src/test/java/com/google/auto/common/ |
D | MoreTypesIsTypeOfTest.java | 50 private interface TestType {} interface in MoreTypesIsTypeOfTest
|