Home
last modified time | relevance | path

Searched refs:test_data (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/lldb/test/Shell/Register/Inputs/
H A Dx86-multithread-read.cpp7 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 Dx86-multithread-write.cpp9 struct test_data { struct
18 constexpr test_data filler = { argument
26 test_data out = filler; in t_func()
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dreports.py35 test_data = {
43 test_data['metrics'] = metrics_data = {}
66 tests_data.append(test_data)
161 test_data = {
180 test_data['status'] = 'PASS'
182 test_data['status'] = 'FAIL'
188 test_data['status'] = 'SKIP'
190 test_data['status'] = 'ABORT'
191 return test_data
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemotePlatformFile.py139 test_data = b"test data of some length"
141 temp_file.write(test_data)
152 self.assertEqual(int(context["size"], 16), len(test_data))
324 test_data = 'some test data longer than 16 bytes\n'
330 temp_file.write(test_data.encode())
365 self.assertEqual(context["data"], test_data[0x10:0x10 + 0x11])
381 self.assertEqual(context["data"], test_data[3:3 + 6])
410 data = test_data.encode()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-2011-10-18-LdStOptBug.ll6 @test_data = common global i32 0, align 4
23 store volatile i32 %2, i32* @test_data, align 4
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp316 OptionValueDictionary *test_data) { in LoadStateFromDictionary() argument
320 if (!test_data) in LoadStateFromDictionary()
323 OptionValueSP value_sp = test_data->GetValueForKey(memory_key); in LoadStateFromDictionary()
357 value_sp = test_data->GetValueForKey(registers_key); in LoadStateFromDictionary()
H A DEmulationStateARM.h37 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
H A DEmulateInstructionARM.h136 OptionValueDictionary *test_data) override;
H A DEmulateInstructionARM.cpp14380 OptionValueDictionary *test_data) { in TestEmulation() argument
14381 if (!test_data) { in TestEmulation()
14390 OptionValueSP value_sp = test_data->GetValueForKey(opcode_key); in TestEmulation()
14418 value_sp = test_data->GetValueForKey(before_key); in TestEmulation()
14431 value_sp = test_data->GetValueForKey(after_key); in TestEmulation()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h60 OptionValueDictionary *test_data) override { in TestEmulation() argument
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h64 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h71 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h79 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DEmulateInstruction.h371 OptionValueDictionary *test_data) = 0;
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h17533 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()
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
21999 auto *data = static_cast<struct test_data *>(arg_1); in every_set()
[all …]