Home
last modified time | relevance | path

Searched refs:testType (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/ranges/range.factories/range.iota.view/
H A Dend.pass.cpp28 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 Dbegin.pass.cpp22 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 Dviews_iota.pass.cpp22 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 Dsubscript.pass.cpp22 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 Dstar.pass.cpp53 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 Dviews.empty.pass.cpp21 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 Dempty_view.pass.cpp21 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 Dstore-empty-member.ll8 %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 DTestInterfaces.cpp40 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 Dresolve88.f9065 type testType type
73 end type testType
H A Dresolve31.f9080 type :: testType type
90 end type testType
/llvm-project-15.0.7/mlir/unittests/IR/
H A DInterfaceAttachmentTest.cpp113 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 Dast-dump-decl.cpp669 template<typename> class testType { }; class
670 template class testType<int>; variable
/llvm-project-15.0.7/mlir/test/IR/
H A Drepro_b120295301.mlir3 func.func @testType(tensor<1x224x224x3xf32>) -> tensor<96xf32> {
109 // CHECK: testType