Home
last modified time | relevance | path

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

123

/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
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DError.cpp24 std::error_code ClusteringError::convertToErrorCode() const { in convertToErrorCode()
30 std::error_code SnippetExecutionFailure::convertToErrorCode() const { in convertToErrorCode()
23 std::error_code ClusteringError::convertToErrorCode() const { convertToErrorCode() function in llvm::exegesis::ClusteringError
29 std::error_code SnippetExecutionFailure::convertToErrorCode() const { convertToErrorCode() function in llvm::exegesis::SnippetExecutionFailure
H A DError.h33 std::error_code convertToErrorCode() const override;
47 std::error_code convertToErrorCode() const override;
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h52 std::error_code convertToErrorCode() const override;
64 std::error_code convertToErrorCode() const override;
/llvm-project/clang-tools-extra/clangd/unittests/
H A DLoggerTests.cpp24 EXPECT_EQ(llvm::inconvertibleErrorCode(), EI.convertToErrorCode()); in TEST()
29 EXPECT_EQ(llvm::inconvertibleErrorCode(), EI.convertToErrorCode()); in TEST()
/llvm-project/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h55 EC = EIB.convertToErrorCode(); in LLVMRemarkSetupErrorInfo()
60 std::error_code convertToErrorCode() const override { return EC; } in convertToErrorCode() function
/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.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
/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.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
/llvm-project/lldb/include/lldb/Utility/
H A DUnimplementedError.h22 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/llvm-project/llvm/lib/TextAPI/
H A DTextAPIError.cpp37 std::error_code TextAPIError::convertToErrorCode() const { in convertToErrorCode() function in TextAPIError
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp86 std::error_code convertToErrorCode() const override { in convertToErrorCode() function in DuplicateDefinitionInSummary
120 std::error_code convertToErrorCode() const override { in convertToErrorCode() function in DefinitionNotFoundInSummary
/llvm-project/llvm/include/llvm/DWP/
H A DDWPError.h13 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/llvm-project/clang-tools-extra/clangd/support/
H A DCancellation.h96 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h35 std::error_code convertToErrorCode() const override;
/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h39 std::error_code convertToErrorCode() const override;
/llvm-project/clang/include/clang/AST/
H A DASTImportError.h45 std::error_code convertToErrorCode() const override;
/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h52 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp30 std::error_code IgnoresFileNotFound::convertToErrorCode() const { in convertToErrorCode() function in IgnoresFileNotFound
/llvm-project/llvm/include/llvm/ProfileData/
H A DSymbolRemappingReader.h78 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIIgnoresList.h41 virtual std::error_code convertToErrorCode() const override;
/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h52 switch (static_cast<msf_error_code>(convertToErrorCode().value())) {
/llvm-project/llvm/include/llvm/MCA/
H A DSupport.h38 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/llvm-project/llvm/lib/Object/
H A DError.cpp86 if (M->convertToErrorCode() == object_error::invalid_file_type) in isNotObjectErrorInvalidFileType()
/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkParser.h34 std::error_code convertToErrorCode() const override { in convertToErrorCode() function

123