Searched refs:system_category (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/libcxx/src/ |
| HD | system_error.cpp | 169 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/ |
| HD | RandomNumberGenerator.cpp | 79 return std::error_code(GetLastError(), std::system_category()); in getRandomBytes() 88 Ret = std::error_code(EIO, std::system_category()); in getRandomBytes()
|
| HD | ErrorHandling.cpp | 338 return std::error_code(EV, std::system_category()); in mapWindowsError()
|
| HD | raw_socket_stream.cpp | 59 return std::error_code(::WSAGetLastError(), std::system_category()); in getLastSocketErrorCode()
|
| HD | Path.cpp | 1269 std::error_code(ERROR_NOT_SAME_DEVICE, std::system_category())) { in keep()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/ |
| HD | File.cpp | 107 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()
|
| HD | FileSystem.cpp | 61 std::system_category()); in DirBegin() 76 std::system_category()); in GetStatus() 452 std::error_code(errno, std::system_category())); in Open()
|
| HD | Host.cpp | 582 std::error_code(ENOTSUP, std::system_category())); in OpenFileInExternalEditor()
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/__system_error/ |
| HD | error_code.h | 48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() 72 __cat_ = &system_category(); in clear()
|
| HD | error_category.h | 71 __attribute__((__const__)) _LIBCPP_EXPORTED_FROM_ABI const error_category& system_category() _NOEXC…
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/ |
| HD | system_error.inc | 13 using std::system_category;
|
| /freebsd-14-stable/tests/sys/fs/fusefs/ |
| HD | mockfs.cc | 454 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/ |
| HD | system_error | 41 const error_category& system_category() noexcept;
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationServerCommon.cpp | 525 if (code.category() == std::system_category()) { in Handle_vFile_Open()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/Windows/ |
| HD | Path.inc | 498 std::error_code(ERROR_CALL_NOT_IMPLEMENTED, std::system_category())) {
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| HD | StdSymbolMap.inc | 2841 SYMBOL(system_category, std::, <system_error>)
|