Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/llvm/lib/Support/
DError.cpp74 std::error_code ErrorList::convertToErrorCode() const { in convertToErrorCode() function in llvm::ErrorList
84 std::error_code FileError::convertToErrorCode() const { in convertToErrorCode() function in llvm::FileError
85 std::error_code NestedEC = Err->convertToErrorCode(); in convertToErrorCode()
101 EC = EI.convertToErrorCode(); in errorToErrorCode()
137 std::error_code StringError::convertToErrorCode() const { in convertToErrorCode() function in llvm::StringError
DBinaryStreamError.cpp53 std::error_code BinaryStreamError::convertToErrorCode() const { in convertToErrorCode() function in BinaryStreamError
DCaching.cpp119 std::error_code EC = E.convertToErrorCode(); in localCache()
/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
DError.cpp18 std::error_code ClusteringError::convertToErrorCode() const { in convertToErrorCode() function in llvm::exegesis::ClusteringError
26 std::error_code SnippetCrash::convertToErrorCode() const { in convertToErrorCode() function in llvm::exegesis::SnippetCrash
DError.h33 std::error_code convertToErrorCode() const override;
48 std::error_code convertToErrorCode() const override;
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DLLVMRemarkStreamer.h55 EC = EIB.convertToErrorCode(); in LLVMRemarkSetupErrorInfo()
60 std::error_code convertToErrorCode() const override { return EC; } in convertToErrorCode() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DUnimplementedError.h22 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DByteCodeGenError.h38 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DBinaryStreamError.h35 std::error_code convertToErrorCode() const override;
DSymbolRemappingReader.h78 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
DFileUtilities.h96 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
DError.h66 virtual std::error_code convertToErrorCode() const = 0;
381 std::error_code convertToErrorCode() const override;
1155 std::error_code convertToErrorCode() const override { return EC; } in convertToErrorCode() function
1234 std::error_code convertToErrorCode() const override;
1295 std::error_code convertToErrorCode() const override;
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DASTImportError.h45 std::error_code convertToErrorCode() const override;
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnosticError.h52 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DSupport.h38 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
DInstrBuilder.h46 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/openbsd/src/gnu/llvm/llvm/lib/Object/
DError.cpp86 if (M->convertToErrorCode() == object_error::invalid_file_type) in isNotObjectErrorInvalidFileType()
/openbsd/src/gnu/llvm/llvm/include/llvm/Remarks/
DRemarkParser.h34 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/Stages/
DStage.h93 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/openbsd/src/gnu/llvm/llvm/lib/Remarks/
DYAMLRemarkParser.h39 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h411 std::error_code convertToErrorCode() const override;
427 std::error_code convertToErrorCode() const override;
444 std::error_code convertToErrorCode() const override;
461 std::error_code convertToErrorCode() const override;
483 std::error_code convertToErrorCode() const override;
506 std::error_code convertToErrorCode() const override;
/openbsd/src/gnu/llvm/llvm/tools/llvm-rc/
DResourceScriptParser.h41 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h153 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/openbsd/src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.h242 std::error_code convertToErrorCode() const override;
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h50 std::error_code convertToErrorCode() const override;

123