| /llvm-project/lldb/test/Shell/Register/Inputs/ |
| H A D | x86-multithread-read.cpp | 7 struct test_data { struct 17 void t_func(std::mutex &t_mutex, const test_data &t_data) { in t_func() argument 31 test_data t1_data = { in main() 36 test_data t2_data = { in main()
|
| H A D | x86-multithread-write.cpp | 9 struct test_data { struct 18 constexpr test_data filler = { argument 26 test_data out = filler; in t_func()
|
| /llvm-project/llvm/utils/lit/lit/ |
| H A D | reports.py | 61 test_data = { 70 test_data["metrics"] = metrics_data = {} 94 tests_data.append(test_data) 198 test_data = { 217 test_data["status"] = "PASS" 219 test_data["status"] = "FAIL" 225 test_data["status"] = "SKIP" 227 test_data["status"] = "ABORT" 228 return test_data
|
| /llvm-project/lldb/test/API/tools/lldb-server/ |
| H A D | TestGdbRemotePlatformFile.py | 142 test_data = b"test data of some length" 144 temp_file.write(test_data) 161 self.assertEqual(int(context["size"], 16), len(test_data)) 378 test_data = "some test data longer than 16 bytes\n" 386 temp_file.write(test_data.encode()) 431 self.assertEqual(context["data"], test_data[0x10 : 0x10 + 0x11]) 452 self.assertEqual(context["data"], test_data[3 : 3 + 6]) 490 data = test_data.encode()
|
| /llvm-project/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-2011-10-18-LdStOptBug.ll | 6 @test_data = common global i32 0, align 4 23 store volatile i32 %2, ptr @test_data, align 4
|
| /llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.cpp | 277 OptionValueDictionary *test_data) { in LoadStateFromDictionary() argument 281 if (!test_data) in LoadStateFromDictionary() 284 OptionValueSP value_sp = test_data->GetValueForKey(memory_key); in LoadStateFromDictionary() 318 value_sp = test_data->GetValueForKey(registers_key); in LoadStateFromDictionary()
|
| H A D | EmulationStateARM.h | 35 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
|
| H A D | EmulateInstructionARM.h | 136 OptionValueDictionary *test_data) override;
|
| H A D | EmulateInstructionARM.cpp | 14350 OptionValueDictionary *test_data) { in TestEmulation() argument 14351 if (!test_data) { in TestEmulation() 14360 OptionValueSP value_sp = test_data->GetValueForKey(opcode_key); in TestEmulation() 14388 value_sp = test_data->GetValueForKey(before_key); in TestEmulation() 14401 value_sp = test_data->GetValueForKey(after_key); in TestEmulation()
|
| /llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 61 OptionValueDictionary *test_data) override { in TestEmulation() argument
|
| /llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.h | 66 OptionValueDictionary *test_data) override;
|
| H A D | EmulateInstructionRISCV.cpp | 1767 OptionValueDictionary *test_data) { in CreateInstance() 1752 TestEmulation(Stream & out_stream,ArchSpec & arch,OptionValueDictionary * test_data) TestEmulation() argument
|
| /llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
| H A D | EmulateInstructionLoongArch.h | 56 OptionValueDictionary *test_data) override;
|
| H A D | EmulateInstructionLoongArch.cpp | 190 Stream &out_stream, ArchSpec &arch, OptionValueDictionary *test_data) { in TestEmulation() argument
|
| /llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 65 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
|
| /llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 72 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
|
| /llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 80 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
|
| /llvm-project/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 381 OptionValueDictionary *test_data) = 0;
|
| /llvm-project/polly/lib/External/isl/include/isl/ |
| H A D | isl-noexceptions.h | 17533 struct test_data { in every_descendant() struct 17535 } test_data = { test }; in every_descendant() local 17537 auto *data = static_cast<struct test_data *>(arg_1); in every_descendant() 17541 auto res = isl_schedule_node_every_descendant(get(), test_lambda, &test_data); in every_descendant() 20514 struct test_data { in every_map() struct 20516 } test_data = { test }; in every_map() local 20518 auto *data = static_cast<struct test_data *>(arg_1); in every_map() 20522 auto res = isl_union_map_every_map(get(), test_lambda, &test_data); in every_map() 21995 struct test_data { in every_set() struct 21997 } test_data = { test }; in every_set() local [all …]
|