| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | RandomNumberGenerator.cpp | 79 return std::error_code(GetLastError(), std::system_category()); in getRandomBytes() 88 Ret = std::error_code(EIO, std::system_category()); in getRandomBytes()
|
| H A D | ErrorHandling.cpp | 369 return std::error_code(EV, std::system_category()); in mapWindowsError()
|
| H A D | raw_socket_stream.cpp | 58 return std::error_code(::WSAGetLastError(), std::system_category()); in getLastSocketErrorCode()
|
| H A D | Path.cpp | 1268 std::error_code(ERROR_NOT_SAME_DEVICE, std::system_category())) { in keep()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | 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()
|
| H A D | FileSystem.cpp | 61 std::system_category()); in DirBegin() 76 std::system_category()); in GetStatus() 452 std::error_code(errno, std::system_category())); in Open()
|
| H A D | Host.cpp | 566 std::error_code(ENOTSUP, std::system_category())); in OpenFileInExternalEditor()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__system_error/ |
| H A D | error_code.h | 42 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() 66 __cat_ = &system_category(); in clear()
|
| H A D | error_category.h | 60 __attribute__((__const__)) _LIBCPP_EXPORTED_FROM_ABI const error_category& system_category() _NOEXC…
|
| /freebsd/contrib/llvm-project/libcxx/include/__system_error/ |
| H A D | error_code.h | 47 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() 71 __cat_ = &system_category(); in clear()
|
| H A D | error_category.h | 71 [[__gnu__::__const__]] _LIBCPP_EXPORTED_FROM_ABI const error_category& system_category() _NOEXCEPT;
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | system_error.cpp | 310 return error_condition(ev, system_category()); in default_error_condition() 314 return error_condition(ev, system_category()); in default_error_condition() 320 const error_category& system_category() noexcept { in system_category() function
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | system_error.cppm | |
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Status.cpp | 66 std::error_code(err, std::system_category())); in ErrorFromEnums() 73 std::error_code(err, std::system_category())); in ErrorFromEnums()
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | mockfs.cc | 461 throw(std::system_error(errno, std::system_category(), in MockFS() 473 throw(std::system_error(errno, std::system_category(), in MockFS() 536 throw(std::system_error(errno, std::system_category(), in MockFS() 551 throw(std::system_error(errno, std::system_category(), in MockFS() 554 throw(std::system_error(errno, std::system_category(), in MockFS()
|
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | error.h | 46 return std::error_code(GetLastError(), std::system_category()); in get_last_error()
|
| H A D | operations.cpp | 344 ec.assign(EINVAL, std::system_category()); in copy_file_impl()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | system_error | 41 const error_category& system_category() noexcept;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | system_error | 41 const error_category& system_category() noexcept;
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 499 std::error_code(ERROR_CALL_NOT_IMPLEMENTED, std::system_category())) {
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2909 SYMBOL(system_category, std::, <system_error>)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 647 {"_ZN4llvm15system_categoryEv", "llvm::system_category()"}, 26963 {"_ZZN4llvm15system_categoryEvE1s", "llvm::system_category()::s"}, 26964 {"_ZGVZN4llvm15system_categoryEvE1s", "guard variable for llvm::system_category()::s"},
|