| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/ |
| H A D | invoke_helpers.h | 253 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 D | rewrite-foreach-3.m | 15 @interface MyList (BasicTest) category 20 @implementation MyList (BasicTest) category
|
| H A D | rewrite-foreach-1.m | 15 @interface MyList (BasicTest) category 20 @implementation MyList (BasicTest) category
|
| H A D | rewrite-foreach-4.m | 15 @interface MyList (BasicTest) category 20 @implementation MyList (BasicTest) category
|
| H A D | rewrite-foreach-2.m | 15 @interface MyList (BasicTest) category 22 @implementation MyList (BasicTest) category
|
| H A D | rewrite-foreach-5.m | 19 @interface MyList (BasicTest) category 24 @implementation MyList (BasicTest) category
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | VectorUtilsTest.cpp | 61 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 D | FunctionPropertiesAnalysisTest.cpp | 69 TEST_F(FunctionPropertiesAnalysisTest, BasicTest) { in TEST_F() argument
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | objc-forcollection-neg-2.m | 21 @interface MyList (BasicTest) category 25 @implementation MyList (BasicTest) category
|
| H A D | objc-forcollection-neg.m | 20 @interface MyList (BasicTest) category 24 @implementation MyList (BasicTest) category
|
| H A D | objc-forcollection-1.m | 21 @interface MyList (BasicTest) category 25 @implementation MyList (BasicTest) category
|
| H A D | objc-foreach-syntax.m | 14 @implementation MyList (BasicTest) category
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_bvgraph_test.cpp | 69 void BasicTest() { in BasicTest() function 109 TEST(BVGraph, BasicTest) { in TEST() argument
|
| H A D | sanitizer_deadlock_detector_test.cpp | 129 TEST(DeadlockDetector, BasicTest) { in TEST() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | combined_test.cpp | 146 void ScudoCombinedTest<Config>::BasicTest(scudo::uptr SizeLog) { in BasicTest() function in ScudoCombinedTest
|