Home
last modified time | relevance | path

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

/llvm-project/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/lldb/source/API/
H A DSBError.cpp106 void SBError::SetError(uint32_t err, ErrorType type) { SetError() function in SBError
113 void SBError::SetError(const Status &lldb_error) { SetError() function in SBError
H A DSBValueList.cpp70 void SetError(const Status &error) { m_error = error; } SetError() function in ValueListImpl
212 void SBValueList::SetError(const lldb_private::Status &status) { SetError() function in SBValueList
H A DSBCommandReturnObject.cpp325 void SBCommandReturnObject::SetError(lldb::SBError &error, SetError() function in SBCommandReturnObject
335 void SBCommandReturnObject::SetError(const char *error_cstr) { SetError() function in SBCommandReturnObject
/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp110 void CommandReturnObject::SetError(const Status &error, SetError() function in CommandReturnObject
116 void CommandReturnObject::SetError(llvm::Error error) { SetError() function in CommandReturnObject
/llvm-project/lldb/source/Utility/
H A DStatus.cpp207 void Status::SetError(ValueType err, ErrorType type) { SetError() function in Status
/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h65 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/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
/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h168 bool SetError(int flavor, uint32_t err_idx, kern_return_t err) { SetError() function
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.h180 bool SetError(int set, uint32_t err_idx, kern_return_t err) { SetError() function
/llvm-project/flang/lib/Semantics/
H A Dsemantics.cpp352 void SemanticsContext::SetError(const Symbol &symbol, bool value) { SetError() function in Fortran::semantics::SemanticsContext
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1310 void SetError(const char *error) { m_error = error; } in SetError() function in curses::TextFieldDelegate
2313 void SetError(const char *error) { m_error = error; } in SetError() function in curses::FormDelegate
[all...]