| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/ |
| H A D | bullet_4_5_6.pass.cpp | 164 runTest<Expect&>(M, C_<T &>(obj), expect); in runTestNoPropDispatch() 165 runTest<Expect&>(M, C_<T const&>(obj), expect); in runTestNoPropDispatch() 166 runTest<Expect&>(M, C_<T volatile&>(obj), expect); in runTestNoPropDispatch() 167 runTest<Expect&>(M, C_<T const volatile&>(obj), expect); in runTestNoPropDispatch() 169 runTest<Expect&>(M, C_<T&&>(obj), expect); in runTestNoPropDispatch() 170 runTest<Expect&>(M, C_<T const&&>(obj), expect); in runTestNoPropDispatch() 171 runTest<Expect&>(M, C_<T volatile&&>(obj), expect); in runTestNoPropDispatch() 172 runTest<Expect&>(M, C_<T const volatile&&>(obj), expect); in runTestNoPropDispatch() 177 void runTest(Fn M, const T& obj, ObjectType* expect) { in runTest() function 187 void runTest(Fn M, T&& obj, ObjectType* expect) { in runTest() function [all …]
|
| H A D | bullet_1_2_3.pass.cpp | 186 runTest(v); in runTestDispatch() 191 runTest(v); in runTestDispatch() 192 runTest(makeConst(v)); in runTestDispatch() 197 runTest(v); in runTestDispatch() 198 runTest(makeVolatile(v)); in runTestDispatch() 204 runTest(v); in runTestDispatch() 205 runTest(makeConst(v)); in runTestDispatch() 206 runTest(makeVolatile(v)); in runTestDispatch() 207 runTest(makeCV(v)); in runTestDispatch() 221 void runTest(T* obj) { in runTest() function [all …]
|
| H A D | bullet_7.pass.cpp | 179 t.runTest(obj); in run() 180 t.runTest(der); in run() 200 t.runTest(FnPtr); in run() 201 t.runTest(*FnPtr); in run() 202 t.runTest(deref_to); in run() 203 t.runTest(deref_to_ref); in run()
|
| H A D | invoke_helpers.h | 255 void runTest(ObjectT& object) { in runTest() function 261 void runTest(MethodPtr ptr, ObjectT& object) { in runTest() function
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | LoopNestTest.cpp | 21 static void runTest( in runTest() function 85 runTest(*M, "foo", [&](Function &F, LoopInfo &LI, ScalarEvolution &SE) { in TEST() 181 runTest(*M, "foo", [&](Function &F, LoopInfo &LI, ScalarEvolution &SE) { in TEST() 267 runTest(*M, "foo", [&](Function &F, LoopInfo &LI, ScalarEvolution &SE) { in TEST()
|
| H A D | DDGTest.cpp | 24 static void runTest(Module &M, StringRef FuncName, in runTest() function 89 runTest( in TEST() 205 runTest( in TEST()
|
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | TestingSupportTest.cpp | 39 void runTest( in runTest() function 58 runTest(R"( in TEST()
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| H A D | test_case.py | 24 def runTest(self): pass member in Test.Foo 222 def runTest(self): raise MyException() member in Test_TestCase.test_init__no_test_name.Test 235 def runTest(self): raise MyException() member in Test_TestCase.test_init__test_name__valid.Test 248 def runTest(self): raise MyException() member in Test_TestCase.test_init__test_name__invalid.Test 275 def runTest(self): member in Test_TestCase.test_defaultTestResult.Foo 518 def runTest(self): member in Test_TestCase.test_setUp.Foo 528 def runTest(self): member in Test_TestCase.test_tearDown.Foo 543 def runTest(self): member in Test_TestCase.test_id.Foo
|
| H A D | test_suite.py | 17 def runTest(self): pass member in Test.Foo
|
| H A D | test_loader.py | 72 def runTest(self): member in Test_TestLoader.test_loadTestsFromTestCase__default_method_name.Foo
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CommandLineTest.cpp | 1247 template <typename... Ts> std::string runTest(Ts... OptionAttributes) { in runTest() function in __anon6509acef0111::PrintOptionInfoTest 1281 runTest(cl::ValueOptional, in TEST_F() 1292 std::string Output = runTest( in TEST_F() 1306 std::string Output = runTest( in TEST_F() 1320 std::string Output = runTest( in TEST_F() 1333 std::string Output = runTest( in TEST_F() 1345 runTest(cl::ValueRequired, in TEST_F() 1370 size_t runTest(StringRef ArgName, Ts... OptionAttributes) { in runTest() function in __anon6509acef0111::GetOptionWidthTest 1404 runTest("a", cl::values(clEnumValN(OptionValue::Val, "b", "help"), in TEST_F() 1428 EXPECT_EQ(runTest(ArgName, cl::ValueOptional, in TEST_F() [all …]
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | LitTestCase.py | 29 def runTest(self): member in LitTestCase
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | objc-radar17039661.m | 48 void runTest(void) { function
|
| /llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/ |
| H A D | clang-arc-use-barrier.ll | 12 define void @runTest() local_unnamed_addr {
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugLineTest.cpp | 1029 void runTest(bool CheckAdvancePC, Twine MsgSuffix) { function 1110 runTest(/*CheckAdvancePC=*/true, 1158 runTest(/*CheckAdvancePC=*/false, 1197 runTest(/*CheckAdvancePC=*/true, 1748 void runTest(uint8_t OpcodeValue) { function 1805 runTest(0); 1889 runTest(Opcode);
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | case.py | 1140 def runTest(self): member in FunctionTestCase
|