| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestGdbClientModuleLoad.py | 14 def __init__(self, testcase, triple, library_name, auxv_entry, region_info): argument 16 self.testcase = testcase 66 with open(self.testcase.getBuildArtifact("libmodule_load.so"), "rb") as f:
|
| H A D | TestNoLocalFile.py | 23 def __init__(self, testcase): argument 26 self.testcase = testcase 35 self.testcase.a_packet_file = bytearray.fromhex(a_arr[2]).decode()
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/formats/ |
| H A D | googletest.py | 175 for testcase in jf['testsuites']: 176 for testinfo in testcase['testsuite']: 180 testname = testcase['name'] + '.' + testinfo['name'] 243 for testcase in testsuites: 244 for testinfo in testcase['testsuite']: 249 testPath = test.path_in_suite[:-2] + (testcase['name'], 254 testname = testcase['name'] + '.' + testinfo['name']
|
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | rotate.ll | 5 define <2 x i64> @testcase(<2 x i64>* %in) { 6 ; CHECK-LABEL: testcase
|
| H A D | arm64-dead-register-def-bug.ll | 11 define void @testcase() { 12 ; CHECK: testcase:
|
| H A D | aarch64-tail-dup-size.ll | 16 define dso_local void @testcase(%a** nocapture %arg){ 17 ; CHECK-O2-LABEL: testcase: 36 ; CHECK-O3-LABEL: testcase:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | rotate.ll | 6 define <2 x i64> @testcase(<2 x i64>* %in) { 7 ; CHECK-LABEL: testcase:
|
| /llvm-project-15.0.7/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-15.0.7/llvm/test/tools/gold/X86/ |
| H A D | asm_undefined2.ll | 1 ; RegularLTO testcase 7 ; ThinLTO testcase
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | cxx0x-initializer-stdinitializerlist.cpp | 485 struct testcase { struct 486 testcase(std::initializer_list<pair<const char *, E>>); 490 testcase a{{"", ENUM_CONSTANT}}; in f1()
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/ |
| 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-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 1545 def get_actions_for_signal(testcase, signal_name, from_target=False, expected_absent=False): argument 1551 testcase.dbg.GetCommandInterpreter().HandleCommand( 1558 testcase.fail('Signal "{0}" was supposed to be absent'.format(signal_name)) 1562 testcase.fail('Unable to retrieve default signal disposition.') 1567 def set_actions_for_signal(testcase, signal_name, pass_action, stop_action, notify_action, expect_s… argument 1577 testcase.dbg.GetCommandInterpreter().HandleCommand(command, return_obj) 1578 testcase.assertEqual(expect_success, 1643 def wait_for_file_on_target(testcase, file_path, max_attempts=6): argument 1645 err, retcode, msg = testcase.run_platform_command("ls %s" % file_path) 1653 testcase.fail( [all …]
|
| /llvm-project-15.0.7/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-15.0.7/clang/test/CodeGen/ |
| H A D | builtin-recursive.cpp | 7 void testcase(void) { in testcase() function
|
| /llvm-project-15.0.7/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-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | return_zeroext_i2.ll | 2 ; Check that the testcase does not crash
|
| /llvm-project-15.0.7/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-15.0.7/llvm/test/tools/llvm-reduce/ |
| H A D | help.test | 3 # HELP: OVERVIEW: LLVM automatic testcase reducer.
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | 2003-04-25-UnresolvedGlobalReference.ll | 3 ; There should be absolutely no problem with this testcase.
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | 2002-11-05-GetelementptrPointers.ll | 4 ; This testcase is invalid because we are indexing into a pointer that is
|