Home
last modified time | relevance | path

Searched refs:BasicTest (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/test/Rewriter/
H A Drewrite-foreach-3.m15 @interface MyList (BasicTest) category
20 @implementation MyList (BasicTest) category
H A Drewrite-foreach-2.m15 @interface MyList (BasicTest) category
22 @implementation MyList (BasicTest) category
H A Drewrite-foreach-4.m15 @interface MyList (BasicTest) category
20 @implementation MyList (BasicTest) category
H A Drewrite-foreach-1.m15 @interface MyList (BasicTest) category
20 @implementation MyList (BasicTest) category
H A Drewrite-foreach-5.m19 @interface MyList (BasicTest) category
24 @implementation MyList (BasicTest) category
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cpp69 void BasicTest() { in BasicTest() function
109 TEST(BVGraph, BasicTest) { in TEST() argument
110 BasicTest<BV1>(); in TEST()
111 BasicTest<BV2>(); in TEST()
112 BasicTest<BV3>(); in TEST()
113 BasicTest<BV4>(); in TEST()
H A Dsanitizer_deadlock_detector_test.cpp129 TEST(DeadlockDetector, BasicTest) { in TEST() argument
/llvm-project-15.0.7/clang/test/Parser/
H A Dobjc-forcollection-1.m21 @interface MyList (BasicTest) category
25 @implementation MyList (BasicTest) category
H A Dobjc-forcollection-neg-2.m21 @interface MyList (BasicTest) category
25 @implementation MyList (BasicTest) category
H A Dobjc-forcollection-neg.m20 @interface MyList (BasicTest) category
24 @implementation MyList (BasicTest) category
H A Dobjc-foreach-syntax.m14 @implementation MyList (BasicTest) category
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp61 struct BasicTest : public testing::Test { struct
68 BasicTest() in BasicTest() argument
79 TEST_F(BasicTest, isSplat) { in TEST_F() argument
105 TEST_F(BasicTest, narrowShuffleMaskElts) { in TEST_F() argument
113 TEST_F(BasicTest, widenShuffleMaskElts) { in TEST_F() argument
169 TEST_F(BasicTest, getSplatIndex) { in TEST_F() argument
H A DFunctionPropertiesAnalysisTest.cpp69 TEST_F(FunctionPropertiesAnalysisTest, BasicTest) { in TEST_F() argument
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_7.pass.cpp174 BasicTest<MID, Arity, ObjCaster, ArgCaster> t; in run()
195 BasicTest<FID, Arity, LValueCaster, ArgCaster> t; in run()
H A Dbullet_1_2_3.pass.cpp216 BasicTest<MethodID<MemPtr>, Arity, SCast, ACast> b; in runTest()
226 BasicTest<MethodID<MemPtr>, Arity, SCast, ACast> b; in runTest()
236 BasicTest<MethodID<MemPtr>, Arity, SCast, ACast> b; in runTest()
H A Dinvoke_helpers.h253 struct BasicTest { struct
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp100 void BasicTest(scudo::uptr SizeLog);
146 void ScudoCombinedTest<Config>::BasicTest(scudo::uptr SizeLog) { in BasicTest() function in ScudoCombinedTest
172 this->BasicTest(SizeLog); \