Home
last modified time | relevance | path

Searched defs:SetError (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBError.h61 void SetError(kern_return_t err) { in SetError() function
73 void SetError(ValueType err, FlavorType flavor) { in SetError() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBError.cpp95 void SBError::SetError(uint32_t err, ErrorType type) { in SetError() function in SBError
102 void SBError::SetError(const Status &lldb_error) { in SetError() function in SBError
H A DSBCommandReturnObject.cpp325 void SBCommandReturnObject::SetError(lldb::SBError &error, in SetError() function in SBCommandReturnObject
335 void SBCommandReturnObject::SetError(const char *error_cstr) { in SetError() function in SBCommandReturnObject
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandReturnObject.cpp107 void CommandReturnObject::SetError(const Status &error, in SetError() function in CommandReturnObject
113 void CommandReturnObject::SetError(llvm::Error error) { in SetError() function in CommandReturnObject
/llvm-project-15.0.7/lldb/source/Utility/
H A DStatus.cpp216 void Status::SetError(ValueType err, ErrorType type) { in SetError() function in Status
/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h65 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h192 bool SetError(int set, uint32_t err_idx, kern_return_t err) { in SetError() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.h157 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() function
H A DRegisterContextDarwin_arm.h190 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() function
H A DRegisterContextDarwin_i386.h144 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() function
H A DRegisterContextDarwin_x86_64.h149 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.h165 bool SetError(int set, uint32_t err_idx, kern_return_t err) { in SetError() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h168 bool SetError(int flavor, uint32_t err_idx, kern_return_t err) { in SetError() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h165 bool SetError(int flavor, uint32_t err_idx, kern_return_t err) { in SetError() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectReproducer.cpp55 static void SetError(CommandReturnObject &result, Error err) { in SetError() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsemantics.cpp329 void SemanticsContext::SetError(const Symbol &symbol, bool value) { in SetError() function in Fortran::semantics::SemanticsContext
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1309 void SetError(const char *error) { m_error = error; } in SetError() function in curses::TextFieldDelegate
2312 void SetError(const char *error) { m_error = error; } in SetError() function in curses::FormDelegate