| /llvm-project-15.0.7/libcxx/test/std/ranges/range.factories/range.iota.view/ |
| H A D | end.pass.cpp | 28 constexpr void testType(U u) { in testType() function 63 testType<SomeInt>(SomeInt(10)); in test() 64 testType<SomeInt>(IntComparableWith(SomeInt(10))); in test() 67 testType<int>(IntComparableWith<int>(10)); in test() 68 testType<int>(int(10)); in test() 69 testType<int>(unsigned(10)); in test() 70 testType<unsigned>(unsigned(10)); in test() 71 testType<unsigned>(int(10)); in test() 72 testType<unsigned>(IntComparableWith<unsigned>(10)); in test() 73 testType<short>(short(10)); in test() [all …]
|
| H A D | begin.pass.cpp | 22 constexpr void testType() { in testType() function 43 testType<SomeInt>(); in test() 44 testType<long long>(); in test() 45 testType<unsigned long long>(); in test() 46 testType<signed long>(); in test() 47 testType<unsigned long>(); in test() 48 testType<int>(); in test() 49 testType<unsigned>(); in test() 50 testType<short>(); in test() 51 testType<unsigned short>(); in test()
|
| H A D | views_iota.pass.cpp | 22 constexpr void testType(U u) { in testType() function 50 testType<SomeInt>(SomeInt(10)); in test() 51 testType<SomeInt>(IntComparableWith(SomeInt(10))); in test() 52 testType<signed long>(IntComparableWith<signed long>(10)); in test() 53 testType<unsigned long>(IntComparableWith<unsigned long>(10)); in test() 54 testType<int>(IntComparableWith<int>(10)); in test() 55 testType<int>(int(10)); in test() 56 testType<unsigned>(unsigned(10)); in test() 57 testType<unsigned>(IntComparableWith<unsigned>(10)); in test() 58 testType<short>(short(10)); in test() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.factories/range.iota.view/iterator/ |
| H A D | subscript.pass.cpp | 22 constexpr void testType() { in testType() function 50 testType<SomeInt>(); in test() 51 testType<signed long>(); in test() 52 testType<unsigned long>(); in test() 53 testType<int>(); in test() 54 testType<unsigned>(); in test() 55 testType<short>(); in test() 56 testType<unsigned short>(); in test()
|
| H A D | star.pass.cpp | 53 constexpr void testType() { in testType() function 83 testType<SomeInt>(); in test() 84 testType<NotNoexceptCopy>(); in test() 85 testType<signed long>(); in test() 86 testType<unsigned long>(); in test() 87 testType<int>(); in test() 88 testType<unsigned>(); in test() 89 testType<short>(); in test() 90 testType<unsigned short>(); in test()
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.empty/ |
| H A D | views.empty.pass.cpp | 21 constexpr void testType() { in testType() function 36 testType<int>(); in test() 37 testType<const int>(); in test() 38 testType<int*>(); in test() 39 testType<Empty>(); in test() 40 testType<const Empty>(); in test() 41 testType<BigType>(); in test()
|
| H A D | empty_view.pass.cpp | 21 constexpr void testType() { in testType() function 52 testType<int>(); in test() 53 testType<const int>(); in test() 54 testType<int*>(); in test() 55 testType<Empty>(); in test() 56 testType<const Empty>(); in test() 57 testType<BigType>(); in test()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | store-empty-member.ll | 8 %testType = type {i32, [0 x i32], i32} 11 %1 = alloca %testType 12 store volatile %testType {i32 1, [0 x i32] zeroinitializer, i32 2}, ptr %1
|
| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | TestInterfaces.cpp | 40 if (auto testType = type.dyn_cast<TestType>()) in runOnOperation() local 41 testType.printTypeE(op->getLoc()); in runOnOperation()
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | resolve88.f90 | 65 type testType type 73 end type testType
|
| H A D | resolve31.f90 | 80 type :: testType type 90 end type testType
|
| /llvm-project-15.0.7/mlir/unittests/IR/ |
| H A D | InterfaceAttachmentTest.cpp | 113 test::TestType testType = test::TestType::get(&context); in TEST() local 114 auto iface = testType.dyn_cast<TestExternalTypeInterface>(); in TEST() 132 test::TestType testType = test::TestType::get(&context); in TEST() local 133 EXPECT_FALSE(testType.isa<TestExternalTypeInterface>()); in TEST() 135 EXPECT_TRUE(testType.isa<TestExternalTypeInterface>()); in TEST()
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-decl.cpp | 669 template<typename> class testType { }; class 670 template class testType<int>; variable
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | repro_b120295301.mlir | 3 func.func @testType(tensor<1x224x224x3xf32>) -> tensor<96xf32> { 109 // CHECK: testType
|