Home
last modified time | relevance | path

Searched refs:AnyPtr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp3.cpp3 struct AnyPtr { struct
10 void test_cvquals(AnyPtr ap) { in test_cvquals()
17 void test_ref_arg(AnyPtr ap) { in test_ref_arg()
/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp141 auto AnyPtr = anyPtrType(); in TEST() local
142 EXPECT_TRUE(AnyPtr.matches({}, p0i32)); in TEST()
143 EXPECT_FALSE(AnyPtr.matches({}, i8)); in TEST()
144 EXPECT_FALSE(AnyPtr.matches({}, a)); in TEST()
145 EXPECT_FALSE(AnyPtr.matches({}, v8i8)); in TEST()
149 AnyPtr.generate({}, {i32->getType(), f16->getType(), v8i8->getType()}), in TEST()