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

<<1112131415

/freebsd-current/lib/geom/mirror/
H A Dgeom_mirror.c454 errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
488 errc(EXIT_FAILURE, error, "Invalid size param");
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp70 errc::invalid_argument,
81 return createStringError(errc::invalid_argument,
H A DMachOEmitter.cpp319 errc::invalid_argument,
333 return createStringError(errc::invalid_argument,
366 return createStringError(errc::invalid_argument,
666 errc::invalid_argument,
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp425 return err.report(errc::illegal_byte_sequence);
436 return err.report(errc::illegal_byte_sequence);
/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h26 #include <__system_error/errc.h>
162 _LIBCPP_ASSERT_INTERNAL(__r.ec == errc(0), "Internal buffer too small");
H A Dformatter_floating_point.h33 #include <__system_error/errc.h>
60 _LIBCPP_ASSERT_INTERNAL(__r.ec == errc(0), "Internal buffer too small");
67 _LIBCPP_ASSERT_INTERNAL(__r.ec == errc(0), "Internal buffer too small");
74 _LIBCPP_ASSERT_INTERNAL(__r.ec == errc(0), "Internal buffer too small");
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp60 ec = std::error_code(static_cast<int>(errc::no_such_file_or_directory),
75 return std::error_code(static_cast<int>(errc::no_such_file_or_directory),
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp379 std::make_error_code(std::errc::invalid_argument)),
406 std::make_error_code(std::errc::executable_format_error)),
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp99 llvm::errc::invalid_argument);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp243 return make_error_code(errc::y)
H A DCachePruning.cpp176 if (EC == errc::no_such_file_or_directory) {
H A DFileOutputBuffer.cpp185 return errorCodeToError(errc::is_a_directory);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp270 return createStringError(errc::invalid_argument, Msg);
H A DPrintPasses.cpp191 EC = make_error_code(errc::io_error);
/freebsd-current/usr.bin/look/
H A Dlook.c172 errc(2, EILSEQ, NULL);
/freebsd-current/bin/ln/
H A Dln.c81 errc(1, EEXIST, "%s", argv[1]);
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h133 return createStringError(std::errc::invalid_argument,
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DArena.cpp194 return std::make_error_code(std::errc::invalid_argument);
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp136 return llvm::createStringError(llvm::errc::invalid_argument,
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp63 if (EC != errc::no_such_file_or_directory) {
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp354 return createStringError(errc::invalid_argument,
399 errc::invalid_argument,
556 reportWarning(createStringError(errc::invalid_argument,
599 reportWarning(createStringError(errc::invalid_argument,
/freebsd-current/sbin/nvmecontrol/
H A Dconnect.c154 errc(EX_IOERR, error, "Failed to fetch discovery log page");
/freebsd-current/sbin/geom/core/
H A Dgeom.c785 errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
975 errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
1001 errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
1025 errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
1235 errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc469 return make_error_code(errc::operation_not_permitted);
626 return errc::permission_denied;
628 return errc::permission_denied;
730 if (EC == errc::no_such_file_or_directory)
826 return make_error_code(errc::function_not_supported);
1234 return make_error_code(errc::no_lock_available);
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp339 llvm::errc::invalid_argument,
353 return llvm::make_error<llvm::StringError>(llvm::errc::invalid_argument,

Completed in 167 milliseconds

<<1112131415