Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/source/API/
H A DSBError.cpp100 void SBError::SetError(uint32_t err, ErrorType type) { in SetError() function in SBError
107 void SBError::SetError(const Status &lldb_error) { in SetError() function in SBError
H A DSBValueList.cpp70 void SetError(const Status &error) { m_error = error; } in SetError() function in ValueListImpl
212 void SBValueList::SetError(const lldb_private::Status &status) { in SetError() function in SBValueList
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
/openbsd/gnu/llvm/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
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate6.C12 void SetError(ForwardIter it,const T1& p1,const T2& p2) const { } in SetError() function
/openbsd/gnu/llvm/lldb/source/Utility/
H A DStatus.cpp216 void Status::SetError(ValueType err, ErrorType type) { in SetError() function in Status
/openbsd/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h65 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1311 void SetError(const char *error) { m_error = error; } in SetError() function in curses::TextFieldDelegate
2314 void SetError(const char *error) { m_error = error; } in SetError() function in curses::FormDelegate