Home
last modified time | relevance | path

Searched refs:error_code (Results 176 – 200 of 546) sorted by relevance

12345678910>>...22

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h52 std::error_code convertToErrorCode() const override { in convertToErrorCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h83 std::error_code identify_magic(const Twine &path, file_magic &result);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h49 if (std::error_code ec = Input.error()) { in getConfiguration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilHelpers.cpp37 std::error_code ErrorCode; in getOutputFileWithFlags()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp30 std::error_code IgnoresFileNotFound::convertToErrorCode() const { in convertToErrorCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSymbolRemappingReader.h78 std::error_code convertToErrorCode() const override { in convertToErrorCode()
H A DSampleProf.h65 inline std::error_code make_error_code(sampleprof_error E) { in make_error_code()
66 return std::error_code(static_cast<int>(E), sampleprof_category()); in make_error_code()
879 return std::error_code();
891 return std::error_code();
901 return std::error_code();
1530 std::error_code read(const uint8_t *Data, uint64_t ListSize);
1531 std::error_code write(raw_ostream &OS);
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c167 krb5_error_code error_code) in hdb_sqlite_exec_stmt() argument
181 if (ret != SQLITE_OK && error_code) { in hdb_sqlite_exec_stmt()
182 krb5_set_error_message(context, error_code, in hdb_sqlite_exec_stmt()
185 return error_code; in hdb_sqlite_exec_stmt()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp220 std::error_code EC; in writeMergedModules()
321 std::error_code EC = in compileOptimizedToFile()
362 if (std::error_code EC = BufferOrErr.getError()) { in compileOptimized()
628 std::error_code EC; in optimize()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp344 return std::error_code(); in readUnencodedNumber()
354 return std::error_code(); in readUnsignedNumber()
364 return std::error_code(); in readSignedNumber()
373 return std::error_code(); in readString()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp214 std::error_code fromString(StringRef String, Metadata &HSAMetadata) { in fromString()
220 std::error_code toString(Metadata HSAMetadata, std::string &String) { in toString()
224 return std::error_code(); in toString()
H A DErrorHandling.cpp245 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError()
302 return std::error_code(EV, std::system_category()); in mapWindowsError()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp187 if (std::error_code Err = YamlIn.error()) { in readIFSFromBuffer()
236 std::error_code OverrideEC(1, std::generic_category()); in overrideIFSTarget()
270 std::error_code ValidationEC(1, std::generic_category()); in validateIFSTarget()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp276 std::error_code()); in ParseOrWrapTopLevelDecl()
288 std::error_code()); in ParseOrWrapTopLevelDecl()
337 std::error_code()); in Parse()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp205 if (std::error_code EC = in writeHeader()
213 if (std::error_code EC = ConverterEBCDIC::convertToEBCDIC( in writeHeader()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp78 return std::error_code(); in getPrefetchHints()
171 if (std::error_code EC = ReaderOrErr.getError()) { in doInitialization()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp185 if (std::error_code EC = BufferOrErr.getError()) { in main()
238 std::error_code EC; in main()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIIgnoresList.h41 virtual std::error_code convertToErrorCode() const override;
/freebsd/contrib/com_err/
H A Dlex.l62 error_code { return EC; }
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.l62 error_code { return EC; }
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h28 typedef std::error_code (*SymbolResolver)(const object::coff_section *,
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp74 std::error_code(err, std::generic_category())); in LaunchThread()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSupport.h38 std::error_code convertToErrorCode() const override { in convertToErrorCode()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp128 if (std::error_code EC = llvm::sys::fs::remove(File)) { in CleanupFile()
175 std::error_code EC; in ExecuteCommand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp49 if (std::error_code EC = GCNO_Buff.getError()) { in reportCoverage()
62 if (std::error_code EC = GCDA_Buff.getError()) { in reportCoverage()

12345678910>>...22