Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDError.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
HDBinaryStreamError.cpp53 std::error_code BinaryStreamError::convertToErrorCode() const { in convertToErrorCode() function in BinaryStreamError
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
HDOrcError.h52 std::error_code convertToErrorCode() const override;
64 std::error_code convertToErrorCode() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDLLVMRemarkStreamer.h55 EC = EIB.convertToErrorCode(); in LLVMRemarkSetupErrorInfo()
60 std::error_code convertToErrorCode() const override { return EC; } in convertToErrorCode() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
HDOrcError.cpp92 std::error_code DuplicateDefinition::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::DuplicateDefinition
107 std::error_code JITSymbolNotFound::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::JITSymbolNotFound
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FileCheck/
HDFileCheckImpl.h109 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
178 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
498 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
525 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
549 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDUnimplementedError.h22 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/
HDTextAPIError.cpp37 std::error_code TextAPIError::convertToErrorCode() const { in convertToErrorCode() function in TextAPIError
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWP/
HDDWPError.h13 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDBinaryStreamError.h35 std::error_code convertToErrorCode() const override;
HDError.h64 virtual std::error_code convertToErrorCode() const = 0;
392 std::error_code convertToErrorCode() const override;
1181 std::error_code convertToErrorCode() const override { return EC; } in convertToErrorCode() function
1274 std::error_code convertToErrorCode() const override;
1348 std::error_code convertToErrorCode() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/
HDTextAPIError.h39 std::error_code convertToErrorCode() const override;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTImportError.h45 std::error_code convertToErrorCode() const override;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnosticError.h52 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDSymbolRemappingReader.h78 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDAPIIgnoresList.cpp30 std::error_code IgnoresFileNotFound::convertToErrorCode() const { in convertToErrorCode() function in IgnoresFileNotFound
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
HDMSFError.h52 switch (static_cast<msf_error_code>(convertToErrorCode().value())) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDAPIIgnoresList.h41 virtual std::error_code convertToErrorCode() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
HDSupport.h38 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
HDInstrBuilder.h47 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDError.cpp86 if (M->convertToErrorCode() == object_error::invalid_file_type) in isNotObjectErrorInvalidFileType()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
HDStage.h93 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
HDRemarkParser.h34 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDHostInfoBase.h44 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
HDYAMLRemarkParser.h39 std::error_code convertToErrorCode() const override { in convertToErrorCode() function

123