Home
last modified time | relevance | path

Searched refs:testcase (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/llvm-project/lldb/unittests/Breakpoint/
H A DWatchpointAlgorithmsTests.cpp25 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 DConversionTests.cpp22 for (auto &testcase : in TEST()
29 EXPECT_TRUE(testcase == xpcToJson(jsonToXpc(testcase))) << testcase; in TEST()
/llvm-project/llvm/test/CodeGen/RISCV/
H A Dinline-asm-clobbers.ll23 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 DTestNoLocalFile.py26 def __init__(self, testcase): argument
29 self.testcase = testcase
38 self.testcase.a_packet_file = bytearray.fromhex(a_arr[2]).decode()
H A DTestGdbClientModuleLoad.py14 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 Dcommand-line-behavior.test2 # 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 Dgoogletest.py234 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 Dinline-asm-clobbers.ll9 define void @testcase() nounwind {
10 ; CSKYI-LABEL: testcase:
24 ; CSKYIF-LABEL: testcase:
42 ; CSKYID-LABEL: testcase:
/llvm-project/compiler-rt/test/fuzzer/
H A Dread-binary.test4 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 Drotate.ll6 define <2 x i64> @testcase(ptr %in) {
7 ; CHECK-LABEL: testcase:
/llvm-project/llvm/test/Transforms/IndVarSimplify/
H A DiterationCount_zext_or_trunc.ll3 ; ModuleID = 'testcase.bc'
7 define i32 @testcase(i5 zeroext %k) {
H A Dloop_evaluate_5.ll7 define i32 @testcase(i5 zeroext %k) nounwind readnone {
8 ; CHECK-LABEL: @testcase
/llvm-project/llvm/test/tools/gold/X86/
H A Dasm_undefined2.ll1 ; RegularLTO testcase
7 ; ThinLTO testcase
/llvm-project/llvm/test/CodeGen/AArch64/
H A Darm64-dead-register-def-bug.ll11 define void @testcase() {
12 ; CHECK: testcase:
H A Drotate.ll6 define <2 x i64> @testcase(ptr %in) {
7 ; CHECK-LABEL: testcase:
H A Daarch64-tail-dup-size.ll16 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 Dcxx0x-initializer-stdinitializerlist.cpp478 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 Dlldbutil.py1539 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 DMachO_GOTAndStubsOptimization.s5 # 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 D2002-05-23-ZeroArgPHITest.ll1 ; 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 Dbuiltin-recursive.cpp7 void testcase(void) { in testcase() function
/llvm-project/llvm/test/Transforms/SimplifyCFG/
H A Dinvoke_unwind.ll6 ; 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 Dreturn_zeroext_i2.ll2 ; Check that the testcase does not crash
/llvm-project/llvm/test/Transforms/InstCombine/
H A D2004-08-09-RemInfLoop.ll3 ; This testcase should not send the instcombiner into an infinite loop!
/llvm-project/llvm/test/CodeGen/SPARC/
H A Dfp128-split.ll8 define fp128 @testcase(fp128 %0) {
9 ; CHECK-LABEL: name: testcase

12345678910>>...12