Searched refs:errc (Results 351 - 363 of 363) sorted by relevance

<<1112131415

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp365 if (EC != llvm::errc::file_exists) {
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp143 return errorCodeToError(make_error_code(errc::is_a_directory));
H A DMachOObjectFile.cpp5359 if (EC == errc::no_such_file_or_directory || (!EC && !IsDir))
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp272 *EC = make_error_code(std::errc::invalid_argument);
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp868 return createStringError(errc::invalid_argument,
/freebsd-current/sbin/ifconfig/
H A Difconfig.c1915 errc(1, error, "%s", cmd);
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp59 ReachedLimitErr = createStringError(errc::invalid_argument,
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp863 errc::invalid_argument,
/freebsd-current/lib/libc++/
H A DMakefile1117 SER_HEADERS+= errc.h
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp962 errc::invalid_argument,
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp118 return createStringError(std::errc::illegal_byte_sequence,
123 return createStringError(std::errc::illegal_byte_sequence,
130 return createStringError(std::errc::illegal_byte_sequence,
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp274 return createStringError(errc::invalid_argument,
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1571 exitWithErrorCode(make_error_code(errc::no_such_file_or_directory),

Completed in 388 milliseconds

<<1112131415