Home
last modified time | relevance | path

Searched defs:BasicTest (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke_helpers.h253 struct BasicTest { struct
255 void runTest(ObjectT& object) { in runTest()
261 void runTest(MethodPtr ptr, ObjectT& object) { in runTest()
267 typedef void*& CallRet;
268 ObjectCaster object_cast;
269 ArgCaster arg_cast;
270 ArgType a0, a1, a2;
327 void runTestImp(Int<0>, ObjectT& object) { in runTestImp()
339 void runTestImp(Int<1>, ObjectT& object) { in runTestImp()
351 void runTestImp(Int<2>, ObjectT& object) { in runTestImp()
[all …]
/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-1.m15 @interface MyList (BasicTest) category
20 @implementation MyList (BasicTest) category
H A Drewrite-foreach-4.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-5.m19 @interface MyList (BasicTest) category
24 @implementation MyList (BasicTest) category
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp61 struct BasicTest : public testing::Test { struct
62 LLVMContext Ctx;
63 std::unique_ptr<Module> M;
64 Function *F;
65 BasicBlock *BB;
66 IRBuilder<NoFolder> IRB;
68 BasicTest() in BasicTest() function
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
[all …]
H A DFunctionPropertiesAnalysisTest.cpp69 TEST_F(FunctionPropertiesAnalysisTest, BasicTest) { in TEST_F() argument
/llvm-project-15.0.7/clang/test/Parser/
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-forcollection-1.m21 @interface MyList (BasicTest) category
25 @implementation MyList (BasicTest) category
H A Dobjc-foreach-syntax.m14 @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
H A Dsanitizer_deadlock_detector_test.cpp129 TEST(DeadlockDetector, BasicTest) { in TEST() argument
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp146 void ScudoCombinedTest<Config>::BasicTest(scudo::uptr SizeLog) { in BasicTest() function in ScudoCombinedTest