Home
last modified time | relevance | path

Searched refs:convertToErrorCode (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp127 return llvm::errorCodeToError(e.convertToErrorCode()); in CloneError()
129 e.convertToErrorCode(), true); in CloneError()
171 if (const char *s = ::mach_error_string(convertToErrorCode().value())) in message()
179 return RetrieveWin32ErrorString(convertToErrorCode().value()); in message()
185 return std::make_unique<MachKernelError>(convertToErrorCode()); in Clone()
189 return std::make_unique<Win32Error>(convertToErrorCode()); in Clone()
228 std::error_code ec = error.convertToErrorCode(); in GetError()
288 result = ErrorCodeToErrorType(error.convertToErrorCode()); in GetType()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp93 std::error_code ErrorList::convertToErrorCode() const { in convertToErrorCode() function in llvm::ErrorList
103 std::error_code FileError::convertToErrorCode() const { in convertToErrorCode() function in llvm::FileError
104 std::error_code NestedEC = Err->convertToErrorCode(); in convertToErrorCode()
120 EC = EI.convertToErrorCode(); in errorToErrorCode()
159 std::error_code StringError::convertToErrorCode() const { in convertToErrorCode() function in llvm::StringError
H A DBinaryStreamError.cpp53 std::error_code BinaryStreamError::convertToErrorCode() const { in convertToErrorCode() function in BinaryStreamError
/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DMCPError.cpp24 std::error_code MCPError::convertToErrorCode() const { in convertToErrorCode() function in lldb_private::mcp::MCPError
41 std::error_code UnsupportedURI::convertToErrorCode() const { in convertToErrorCode() function in lldb_private::mcp::UnsupportedURI
H A DMCPError.h23 std::error_code convertToErrorCode() const override;
44 std::error_code convertToErrorCode() const override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DJSONTransport.h35 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
49 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
63 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h54 std::error_code convertToErrorCode() const override;
69 std::error_code convertToErrorCode() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h56 EC = EIB.convertToErrorCode(); in LLVMRemarkSetupErrorInfo()
61 std::error_code convertToErrorCode() const override { return EC; } in convertToErrorCode() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp93 std::error_code DuplicateDefinition::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::DuplicateDefinition
114 std::error_code JITSymbolNotFound::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::JITSymbolNotFound
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp65 std::error_code ExpressionError::convertToErrorCode() const { in convertToErrorCode() function in ExpressionError
73 (lldb::ExpressionResults)convertToErrorCode().value(), m_message, in Clone()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUnimplementedError.h22 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWPError.h14 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h111 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
184 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
520 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
547 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
571 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h40 std::error_code convertToErrorCode() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h36 std::error_code convertToErrorCode() const override;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImportError.h45 std::error_code convertToErrorCode() const override;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h52 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp30 std::error_code IgnoresFileNotFound::convertToErrorCode() const { in convertToErrorCode() function in IgnoresFileNotFound
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DObjectFilePCHContainerReader.cpp48 if (EIB.convertToErrorCode() == in ExtractPCH()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIIgnoresList.h41 virtual std::error_code convertToErrorCode() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h53 switch (static_cast<msf_error_code>(convertToErrorCode().value())) {
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSymbolRemappingReader.h79 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp86 if (M->convertToErrorCode() == object_error::invalid_file_type) in isNotObjectErrorInvalidFileType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkParser.h35 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSupport.h39 std::error_code convertToErrorCode() const override { in convertToErrorCode() function

123