Home
last modified time | relevance | path

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

/llvm-project/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/llvm/utils/lit/lit/
H A Dreports.py61 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 DTestGdbRemotePlatformFile.py142 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 Darm64-2011-10-18-LdStOptBug.ll6 @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 DEmulationStateARM.cpp277 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 DEmulationStateARM.h35 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
H A DEmulateInstructionARM.h136 OptionValueDictionary *test_data) override;
H A DEmulateInstructionARM.cpp14350 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 DEmulateInstructionPPC64.h61 OptionValueDictionary *test_data) override { in TestEmulation() argument
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h66 OptionValueDictionary *test_data) override;
H A DEmulateInstructionRISCV.cpp1767 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 DEmulateInstructionLoongArch.h56 OptionValueDictionary *test_data) override;
H A DEmulateInstructionLoongArch.cpp190 Stream &out_stream, ArchSpec &arch, OptionValueDictionary *test_data) { in TestEmulation() argument
/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h65 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h72 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h80 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h381 OptionValueDictionary *test_data) = 0;
/llvm-project/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()
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 …]