| /llvm-project/lldb/unittests/Breakpoint/ |
| H A D | WatchpointAlgorithmsTests.cpp | 25 struct testcase { struct 31 void check_testcase(testcase test, in check_testcase() argument 46 std::vector<testcase> doubleword_max = { in TEST() 87 for (testcase test : doubleword_max) { in TEST() 101 std::vector<testcase> word_max = { in TEST() 112 for (testcase test : word_max) { in TEST() 126 std::vector<testcase> twogig_max = { in TEST() 168 for (testcase test : twogig_max) { in TEST()
|
| /llvm-project/clang-tools-extra/clangd/unittests/xpc/ |
| H A D | ConversionTests.cpp | 22 for (auto &testcase : in TEST() 29 EXPECT_TRUE(testcase == xpcToJson(jsonToXpc(testcase))) << testcase; in TEST()
|
| /llvm-project/llvm/test/CodeGen/RISCV/ |
| H A D | inline-asm-clobbers.ll | 23 define void @testcase() nounwind { 24 ; RV32I-LABEL: testcase: 30 ; RV64I-LABEL: testcase: 36 ; RV32IF-LABEL: testcase: 42 ; RV64IF-LABEL: testcase: 48 ; RV32ID-LABEL: testcase: 54 ; RV64ID-LABEL: testcase:
|
| /llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestNoLocalFile.py | 26 def __init__(self, testcase): argument 29 self.testcase = testcase 38 self.testcase.a_packet_file = bytearray.fromhex(a_arr[2]).decode()
|
| H A D | TestGdbClientModuleLoad.py | 14 def __init__(self, testcase, triple, library_name, auxv_entry, region_info): argument 16 self.testcase = testcase 82 with open(self.testcase.getBuildArtifact("libmodule_load.so"), "rb") as f:
|
| /llvm-project/llvm/test/tools/llvm-reduce/ |
| H A D | command-line-behavior.test | 2 # RUN: llvm-reduce --help | grep "LLVM automatic testcase reducer" 3 # RUN: llvm-reduce | grep "LLVM automatic testcase reducer" 9 # RUN: not llvm-reduce --test FileCheck 2>&1 | grep "error: reduction testcase positional argument …
|
| /llvm-project/llvm/utils/lit/lit/formats/ |
| H A D | googletest.py | 234 for testcase in jf["testsuites"]: 235 for testinfo in testcase["testsuite"]: 239 testname = testcase["name"] + "." + testinfo["name"] 312 for testcase in testsuites: 313 for testinfo in testcase["testsuite"]: 319 testcase["name"], 326 testname = testcase["name"] + "." + testinfo["name"]
|
| /llvm-project/llvm/test/CodeGen/CSKY/ |
| H A D | inline-asm-clobbers.ll | 9 define void @testcase() nounwind { 10 ; CSKYI-LABEL: testcase: 24 ; CSKYIF-LABEL: testcase: 42 ; CSKYID-LABEL: testcase:
|
| /llvm-project/compiler-rt/test/fuzzer/ |
| H A D | read-binary.test | 4 RUN: echo -e "Hello\r\nWorld\r" > %t-testcase 6 RUN: %run %t-fuzzer %t-testcase | FileCheck %s
|
| /llvm-project/llvm/test/CodeGen/ARM/ |
| H A D | rotate.ll | 6 define <2 x i64> @testcase(ptr %in) { 7 ; CHECK-LABEL: testcase:
|
| /llvm-project/llvm/test/Transforms/IndVarSimplify/ |
| H A D | iterationCount_zext_or_trunc.ll | 3 ; ModuleID = 'testcase.bc' 7 define i32 @testcase(i5 zeroext %k) {
|
| H A D | loop_evaluate_5.ll | 7 define i32 @testcase(i5 zeroext %k) nounwind readnone { 8 ; CHECK-LABEL: @testcase
|
| /llvm-project/llvm/test/tools/gold/X86/ |
| H A D | asm_undefined2.ll | 1 ; RegularLTO testcase 7 ; ThinLTO testcase
|
| /llvm-project/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-dead-register-def-bug.ll | 11 define void @testcase() { 12 ; CHECK: testcase:
|
| H A D | rotate.ll | 6 define <2 x i64> @testcase(ptr %in) { 7 ; CHECK-LABEL: testcase:
|
| H A D | aarch64-tail-dup-size.ll | 16 define dso_local void @testcase(ptr nocapture %arg){ 17 ; CHECK-O2-LABEL: testcase: 36 ; CHECK-O3-LABEL: testcase:
|
| /llvm-project/clang/test/CodeGenCXX/ |
| H A D | cxx0x-initializer-stdinitializerlist.cpp | 478 struct testcase { struct 479 testcase(std::initializer_list<pair<const char *, E>>); 483 testcase a{{"", ENUM_CONSTANT}}; in f1()
|
| /llvm-project/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 1539 testcase, signal_name, from_target=False, expected_absent=False 1546 testcase.dbg.GetCommandInterpreter().HandleCommand(command, return_obj) 1553 testcase.fail('Signal "{0}" was supposed to be absent'.format(signal_name)) 1557 testcase.fail("Unable to retrieve default signal disposition.") 1562 testcase, signal_name, pass_action, stop_action, notify_action, expect_success=True 1573 testcase.dbg.GetCommandInterpreter().HandleCommand(command, return_obj) 1574 testcase.assertEqual( 1647 def wait_for_file_on_target(testcase, file_path, max_attempts=6): 1649 err, retcode, msg = testcase.run_platform_command("ls %s" % file_path) 1658 testcase 1570 get_actions_for_signal( testcase, signal_name, from_target=False, expected_absent=False ) global() argument 1593 set_actions_for_signal( testcase, signal_name, pass_action, stop_action, notify_action, expect_success=True ) global() argument 1693 wait_for_file_on_target(testcase, file_path, max_attempts=6) global() argument [all...] |
| /llvm-project/llvm/test/ExecutionEngine/JITLink/x86-64/ |
| H A D | MachO_GOTAndStubsOptimization.s | 5 # RUN: -o %t/testcase.o %s 7 # RUN: -entry=bypass_stub -check %s %t/testcase.o %t/helper.o
|
| /llvm-project/llvm/test/Transforms/ADCE/ |
| H A D | 2002-05-23-ZeroArgPHITest.ll | 1 ; This testcase contains a entire loop that should be removed. The only thing 2 ; left is the store instruction in BB0. The problem this testcase was running
|
| /llvm-project/clang/test/CodeGen/ |
| H A D | builtin-recursive.cpp | 7 void testcase(void) { in testcase() function
|
| /llvm-project/llvm/test/Transforms/SimplifyCFG/ |
| H A D | invoke_unwind.ll | 6 ; This testcase checks to see if the simplifycfg pass is converting invoke 41 ; This testcase checks to see if simplifycfg pass can convert two invoke
|
| /llvm-project/llvm/test/CodeGen/X86/ |
| H A D | return_zeroext_i2.ll | 2 ; Check that the testcase does not crash
|
| /llvm-project/llvm/test/Transforms/InstCombine/ |
| H A D | 2004-08-09-RemInfLoop.ll | 3 ; This testcase should not send the instcombiner into an infinite loop!
|
| /llvm-project/llvm/test/CodeGen/SPARC/ |
| H A D | fp128-split.ll | 8 define fp128 @testcase(fp128 %0) { 9 ; CHECK-LABEL: name: testcase
|