Home
last modified time | relevance | path

Searched refs:Success (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteClientBaseTest.cpp86 ASSERT_EQ(PacketResult::Success, server.SendPacket("T01")); in TEST_F()
93 ASSERT_EQ(PacketResult::Success, server.SendPacket("W01")); in TEST_F()
100 ASSERT_EQ(PacketResult::Success, server.SendPacket("X01")); in TEST_F()
127 ASSERT_EQ(PacketResult::Success, server.SendPacket("T13")); in TEST_F()
135 ASSERT_EQ(PacketResult::Success, server.SendPacket("T47")); in TEST_F()
162 ASSERT_EQ(PacketResult::Success, server.SendPacket("T13")); in TEST_F()
170 ASSERT_EQ(PacketResult::Success, async_result.get()); in TEST_F()
272 ASSERT_EQ(PacketResult::Success, send_result.get()); in TEST_F()
349 ASSERT_EQ(PacketResult::Success, server.SendPacket("O")); in TEST_F()
352 ASSERT_EQ(PacketResult::Success, server.SendPacket("O")); in TEST_F()
[all …]
/llvm-project-15.0.7/lldb/unittests/Host/
H A DMainLoopTest.cpp30 ASSERT_TRUE(error.Success()); in SetUp()
32 ASSERT_TRUE(error.Success()); in SetUp()
44 ASSERT_TRUE(error.Success()); in SetUp()
78 ASSERT_TRUE(error.Success()); in TEST_F()
93 ASSERT_TRUE(error.Success()); in TEST_F()
95 ASSERT_TRUE(error.Success()); in TEST_F()
117 ASSERT_TRUE(error.Success()); in TEST_F()
144 ASSERT_TRUE(error.Success()); in TEST_F()
164 ASSERT_TRUE(error.Success()); in TEST_F()
176 ASSERT_TRUE(error.Success()); in TEST_F()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dbuffer_queue_test.cpp29 bool Success = false; in TEST() local
31 ASSERT_TRUE(Success); in TEST()
35 bool Success = false; in TEST() local
37 ASSERT_TRUE(Success); in TEST()
46 bool Success = false; in TEST() local
48 ASSERT_TRUE(Success); in TEST()
57 bool Success = false; in TEST() local
59 ASSERT_TRUE(Success); in TEST()
73 bool Success = false; in TEST() local
75 ASSERT_TRUE(Success); in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonDepDecoders.inc20 return MCDisassembler::Success;
25 return MCDisassembler::Success;
30 return MCDisassembler::Success;
35 return MCDisassembler::Success;
40 return MCDisassembler::Success;
45 return MCDisassembler::Success;
50 return MCDisassembler::Success;
55 return MCDisassembler::Success;
60 return MCDisassembler::Success;
65 return MCDisassembler::Success;
[all …]
/llvm-project-15.0.7/clang/unittests/CrossTU/
H A DCrossTranslationUnitTest.cpp30 : CTU(CI), Success(Success) {} in CTUASTConsumer()
91 *Success = NewFD && NewFD->hasBody() && !OrigFDHasBody; in HandleTranslationUnit()
118 bool *Success; member in clang::cross_tu::__anon94c7f9610111::CTUASTConsumer
123 CTUAction(bool *Success, unsigned OverrideLimit) in CTUAction() argument
124 : Success(Success), OverrideLimit(OverrideLimit) {} in CTUAction()
131 return std::make_unique<CTUASTConsumer>(CI, Success); in CreateASTConsumer()
135 bool *Success; member in clang::cross_tu::__anon94c7f9610111::CTUAction
142 bool Success = false; in TEST() local
145 EXPECT_TRUE(Success); in TEST()
149 bool Success = false; in TEST() local
[all …]
/llvm-project-15.0.7/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp73 return MCDisassembler::Success; in DecodeGPRRegisterClass()
84 return MCDisassembler::Success; in DecodeFPR16RegisterClass()
95 return MCDisassembler::Success; in DecodeFPR32RegisterClass()
106 return MCDisassembler::Success; in DecodeFPR32CRegisterClass()
117 return MCDisassembler::Success; in DecodeFPR64RegisterClass()
128 return MCDisassembler::Success; in DecodeFPR64CRegisterClass()
159 return MCDisassembler::Success; in DecodeGPRCRegisterClass()
170 return MCDisassembler::Success; in DecodeGPRPF64RegisterClass()
181 return MCDisassembler::Success; in DecodeVRRegisterClass()
201 return MCDisassembler::Success; in DecodeVRM2RegisterClass()
[all …]
/llvm-project-15.0.7/lldb/test/API/commands/expression/diagnostics/
H A DTestExprDiagnostics.py29 self.assertFalse(value.GetError().Success())
37 self.assertFalse(value.GetError().Success())
43 self.assertFalse(value.GetError().Success())
54 self.assertFalse(value.GetError().Success())
62 self.assertFalse(value.GetError().Success())
68 self.assertFalse(value.GetError().Success())
75 self.assertFalse(value.GetError().Success())
79 self.assertFalse(value.GetError().Success())
86 self.assertFalse(value.GetError().Success())
101 self.assertFalse(value.GetError().Success())
/llvm-project-15.0.7/llvm/lib/Target/CSKY/Disassembler/
H A DCSKYDisassembler.cpp115 return MCDisassembler::Success; in DecodeGPRRegisterClass()
125 return MCDisassembler::Success; in DecodeFPR32RegisterClass()
135 return MCDisassembler::Success; in DecodesFPR32RegisterClass()
145 return MCDisassembler::Success; in DecodesFPR64RegisterClass()
155 return MCDisassembler::Success; in DecodesFPR64_VRegisterClass()
165 return MCDisassembler::Success; in DecodeFPR64RegisterClass()
177 return MCDisassembler::Success; in DecodesFPR128RegisterClass()
187 return MCDisassembler::Success; in DecodesGPRRegisterClass()
197 return MCDisassembler::Success; in DecodemGPRRegisterClass()
209 return MCDisassembler::Success; in DecodeGPRSPRegisterClass()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DRegisterContextKDP_arm64.cpp32 if (error.Success()) in DoReadGPR()
47 if (error.Success()) in DoReadFPU()
62 if (error.Success()) in DoReadEXC()
77 if (error.Success()) in DoReadDBG()
93 if (error.Success()) in DoWriteGPR()
109 if (error.Success()) in DoWriteFPU()
125 if (error.Success()) in DoWriteEXC()
141 if (error.Success()) in DoWriteDBG()
H A DRegisterContextKDP_arm.cpp32 if (error.Success()) in DoReadGPR()
47 if (error.Success()) in DoReadFPU()
62 if (error.Success()) in DoReadEXC()
77 if (error.Success()) in DoReadDBG()
93 if (error.Success()) in DoWriteGPR()
109 if (error.Success()) in DoWriteFPU()
125 if (error.Success()) in DoWriteEXC()
141 if (error.Success()) in DoWriteDBG()
H A DRegisterContextKDP_x86_64.cpp32 if (error.Success()) in DoReadGPR()
48 if (error.Success()) in DoReadFPU()
64 if (error.Success()) in DoReadEXC()
80 if (error.Success()) in DoWriteGPR()
96 if (error.Success()) in DoWriteFPU()
112 if (error.Success()) in DoWriteEXC()
H A DRegisterContextKDP_i386.cpp31 if (error.Success()) in DoReadGPR()
46 if (error.Success()) in DoReadFPU()
61 if (error.Success()) in DoReadEXC()
77 if (error.Success()) in DoWriteGPR()
93 if (error.Success()) in DoWriteFPU()
109 if (error.Success()) in DoWriteEXC()
/llvm-project-15.0.7/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp567 return MCDisassembler::Success; in DecodeINSVE_DF()
582 return MCDisassembler::Success; in DecodeDAHIDATIMMR6()
596 return MCDisassembler::Success; in DecodeDAHIDATI()
635 return MCDisassembler::Success; in DecodeAddiGroupBranch()
669 return MCDisassembler::Success; in DecodePOP35GroupBranchMMR6()
708 return MCDisassembler::Success; in DecodeDaddiGroupBranch()
742 return MCDisassembler::Success; in DecodePOP37GroupBranchMMR6()
781 return MCDisassembler::Success; in DecodePOP65GroupBranchMMR6()
820 return MCDisassembler::Success; in DecodePOP75GroupBranchMMR6()
863 return MCDisassembler::Success; in DecodeBlezlGroupBranch()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp75 return MCDisassembler::Success; in DecodeGPR8RegisterClass()
86 return MCDisassembler::Success; in DecodeLD8RegisterClass()
142 return MCDisassembler::Success; in decodeFIOARr()
155 return MCDisassembler::Success; in decodeFIORdA()
164 return MCDisassembler::Success; in decodeFIOBIT()
173 return MCDisassembler::Success; in decodeCallTarget()
182 return MCDisassembler::Success; in decodeFRd()
190 return MCDisassembler::Success; in decodeFLPMX()
204 return MCDisassembler::Success; in decodeFFMULRdRr()
218 return MCDisassembler::Success; in decodeFMOVWRdRr()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp152 return MCDisassembler::Success; in DecodeIntRegsRegisterClass()
162 return MCDisassembler::Success; in DecodeI64RegsRegisterClass()
172 return MCDisassembler::Success; in DecodeFPRegsRegisterClass()
182 return MCDisassembler::Success; in DecodeDFPRegsRegisterClass()
195 return MCDisassembler::Success; in DecodeQFPRegsRegisterClass()
205 return MCDisassembler::Success; in DecodeCPRegsRegisterClass()
214 return MCDisassembler::Success; in DecodeFCCRegsRegisterClass()
223 return MCDisassembler::Success; in DecodeASRRegsRegisterClass()
232 return MCDisassembler::Success; in DecodePRRegsRegisterClass()
259 return MCDisassembler::Success; in DecodeCPPairRegisterClass()
[all …]
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Duser-state.h33 class Success {}; // for when one must return something that's present
110 using resultType = Success;
111 static std::optional<Success> Parse(ParseState &);
125 using resultType = Success;
126 static std::optional<Success> Parse(ParseState &);
130 using resultType = Success;
131 static std::optional<Success> Parse(ParseState &);
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py55 if not error.Success():
71 if not error.Success():
92 if not error.Success():
112 if not error.Success():
161 if not error.Success() or result != 1:
168 if not error.Success():
258 if not error.Success():
340 if not error.Success():
421 if not error.Success():
444 if val.GetError().Success():
[all …]
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DOutputStreamTest.cpp42 bool Success = ExecuteCompilerInvocation(&Compiler); in TEST() local
43 EXPECT_TRUE(Success); in TEST()
68 bool Success = ExecuteCompilerInvocation(&Compiler); in TEST() local
69 EXPECT_FALSE(Success); in TEST()
76 bool Success; in TEST() local
97 Success = ExecuteCompilerInvocation(&Compiler); in TEST()
99 EXPECT_FALSE(Success); in TEST()
/llvm-project-15.0.7/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp183 return MCDisassembler::Success; in DecodeGRRegsRegisterClass()
193 return MCDisassembler::Success; in DecodeRRegsRegisterClass()
205 return MCDisassembler::Success; in DecodeBitpOperand()
212 return MCDisassembler::Success; in DecodeNegImmOperand()
230 return MCDisassembler::Success; in Decode2OpInstruction()
246 return MCDisassembler::Success; in Decode3OpInstruction()
324 if (S != MCDisassembler::Success) in Decode2RInstruction()
337 if (S != MCDisassembler::Success) in Decode2RImmInstruction()
350 if (S != MCDisassembler::Success) in DecodeR2RInstruction()
363 if (S != MCDisassembler::Success) in Decode2RSrcDstInstruction()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp280 #define Success MCDisassembler::Success macro
403 return Success; in DecodeFPR128RegisterClass()
423 return Success; in DecodeFPR64RegisterClass()
435 return Success; in DecodeFPR32RegisterClass()
447 return Success; in DecodeFPR16RegisterClass()
459 return Success; in DecodeFPR8RegisterClass()
472 return Success; in DecodeGPR64commonRegisterClass()
484 return Success; in DecodeGPR64RegisterClass()
499 return Success; in DecodeGPR64x8ClassRegisterClass()
510 return Success; in DecodeGPR64spRegisterClass()
[all …]
/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp170 if (!err.Success()) in Materialize()
334 if (!err.Success()) in Dematerialize()
341 if (!err.Success()) in Dematerialize()
365 if (!err.Success()) { in DumpToLog()
382 if (!err.Success()) { in DumpToLog()
700 if (!err.Success()) { in DumpToLog()
731 if (!err.Success()) { in DumpToLog()
1114 if (!err.Success()) { in DumpToLog()
1145 if (!err.Success()) { in DumpToLog()
1283 if (!err.Success()) { in DumpToLog()
[all …]
/llvm-project-15.0.7/lldb/test/API/linux/aarch64/non_address_bit_memory_access/
H A DTestAArch64LinuxNonAddressBitMemoryAccess.py71 self.assertTrue(error.Success())
74 self.assertTrue(error.Success())
94 self.assertTrue(error.Success())
99 self.assertTrue(error.Success())
104 self.assertTrue(error.Success())
109 self.assertTrue(error.Success())
122 self.assertTrue(error.Success())
128 self.assertTrue(error.Success())
133 self.assertTrue(error.Success())
218 self.assertTrue(error.Success())
/llvm-project-15.0.7/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp134 return MCDisassembler::Success; in DecodeI32RegisterClass()
144 return MCDisassembler::Success; in DecodeI64RegisterClass()
154 return MCDisassembler::Success; in DecodeF32RegisterClass()
164 return MCDisassembler::Success; in DecodeF128RegisterClass()
178 return MCDisassembler::Success; in DecodeV64RegisterClass()
188 return MCDisassembler::Success; in DecodeVMRegisterClass()
198 return MCDisassembler::Success; in DecodeVM512RegisterClass()
210 return MCDisassembler::Success; in DecodeMISCRegisterClass()
287 return MCDisassembler::Success; in readInstruction64()
346 return MCDisassembler::Success; in DecodeASX()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp69 return MCDisassembler::Success; in decodeCondBrTarget()
77 return MCDisassembler::Success; in decodeDirectBrTarget()
88 return MCDisassembler::Success; in decodeRegisterClass()
205 return MCDisassembler::Success; in decodeUImmOperand()
214 return MCDisassembler::Success; in decodeSImmOperand()
223 return MCDisassembler::Success; in decodeImmZeroOperand()
232 return MCDisassembler::Success; in decodeVSRpEvenOperands()
268 return MCDisassembler::Success; in decodeMemRIOperands()
290 return MCDisassembler::Success; in decodeMemRIXOperands()
307 return MCDisassembler::Success; in decodeMemRIHashOperands()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/Disassembler/
H A DLoongArchDisassembler.cpp64 return MCDisassembler::Success; in DecodeGPRRegisterClass()
73 return MCDisassembler::Success; in DecodeFPR32RegisterClass()
82 return MCDisassembler::Success; in DecodeFPR64RegisterClass()
91 return MCDisassembler::Success; in DecodeCFRRegisterClass()
100 return MCDisassembler::Success; in DecodeFCSRRegisterClass()
109 return MCDisassembler::Success; in decodeUImmOperand()
120 return MCDisassembler::Success; in decodeSImmOperand()

12345678910>>...19