Home
last modified time | relevance | path

Searched refs:system_category (Results 1 – 16 of 16) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/libcxx/src/
HDsystem_error.cpp169 return error_condition(ev, system_category()); in default_error_condition()
174 const error_category& system_category() noexcept { in system_category() function
215 std::__throw_system_error(error_code(ev, system_category()), what_arg); in __throw_system_error()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDRandomNumberGenerator.cpp79 return std::error_code(GetLastError(), std::system_category()); in getRandomBytes()
88 Ret = std::error_code(EIO, std::system_category()); in getRandomBytes()
HDErrorHandling.cpp338 return std::error_code(EV, std::system_category()); in mapWindowsError()
HDraw_socket_stream.cpp59 return std::error_code(::WSAGetLastError(), std::system_category()); in getLastSocketErrorCode()
HDPath.cpp1269 std::error_code(ERROR_NOT_SAME_DEVICE, std::system_category())) { in keep()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/
HDFile.cpp107 return std::error_code(ENOTSUP, std::system_category()); in Read()
110 return std::error_code(ENOTSUP, std::system_category()); in Write()
123 return std::error_code(ENOTSUP, std::system_category()); in GetFileSpec()
132 *error_ptr = std::error_code(ENOTSUP, std::system_category()); in SeekFromStart()
138 *error_ptr = std::error_code(ENOTSUP, std::system_category()); in SeekFromCurrent()
144 *error_ptr = std::error_code(ENOTSUP, std::system_category()); in SeekFromEnd()
149 return std::error_code(ENOTSUP, std::system_category()); in Read()
153 return std::error_code(ENOTSUP, std::system_category()); in Write()
238 error = std::error_code(ENOTSUP, std::system_category()); in GetPermissions()
HDFileSystem.cpp61 std::system_category()); in DirBegin()
76 std::system_category()); in GetStatus()
452 std::error_code(errno, std::system_category())); in Open()
HDHost.cpp582 std::error_code(ENOTSUP, std::system_category())); in OpenFileInExternalEditor()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__system_error/
HDerror_code.h48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code()
72 __cat_ = &system_category(); in clear()
HDerror_category.h71 __attribute__((__const__)) _LIBCPP_EXPORTED_FROM_ABI const error_category& system_category() _NOEXC…
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDsystem_error.inc13 using std::system_category;
/freebsd-14-stable/tests/sys/fs/fusefs/
HDmockfs.cc454 throw(std::system_error(errno, std::system_category(), in MockFS()
466 throw(std::system_error(errno, std::system_category(), in MockFS()
525 throw(std::system_error(errno, std::system_category(), in MockFS()
538 throw(std::system_error(errno, std::system_category(), in MockFS()
541 throw(std::system_error(errno, std::system_category(), in MockFS()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDsystem_error41 const error_category& system_category() noexcept;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp525 if (code.category() == std::system_category()) { in Handle_vFile_Open()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDPath.inc498 std::error_code(ERROR_CALL_NOT_IMPLEMENTED, std::system_category())) {
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc2841 SYMBOL(system_category, std::, <system_error>)