Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBError.cpp97 void SBError::SetError(uint32_t err, ErrorType type) { in SetError() function in SBError
105 void SBError::SetError(const Status &lldb_error) { in SetError() function in SBError
H A DSBCommandReturnObject.cpp349 void SBCommandReturnObject::SetError(lldb::SBError &error, in SetError() function in SBCommandReturnObject
361 void SBCommandReturnObject::SetError(const char *error_cstr) { in SetError() function in SBCommandReturnObject
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp107 void CommandReturnObject::SetError(const Status &error, in SetError() function in CommandReturnObject
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp217 void Status::SetError(ValueType err, ErrorType type) { in SetError() function in Status
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h67 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp140 static void SetError(CommandReturnObject &result, Error err) { in SetError() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1258 void SetError(const char *error) { m_error = error; } in SetError() function in curses::TextFieldDelegate
1969 void SetError(const char *error) { m_error = error; } in SetError() function in curses::FormDelegate