Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp79 return std::error_code(GetLastError(), std::system_category()); in getRandomBytes()
88 Ret = std::error_code(EIO, std::system_category()); in getRandomBytes()
H A DErrorHandling.cpp369 return std::error_code(EV, std::system_category()); in mapWindowsError()
H A Draw_socket_stream.cpp58 return std::error_code(::WSAGetLastError(), std::system_category()); in getLastSocketErrorCode()
H A DPath.cpp1268 std::error_code(ERROR_NOT_SAME_DEVICE, std::system_category())) { in keep()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.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()
H A DFileSystem.cpp61 std::system_category()); in DirBegin()
76 std::system_category()); in GetStatus()
452 std::error_code(errno, std::system_category())); in Open()
H A DHost.cpp566 std::error_code(ENOTSUP, std::system_category())); in OpenFileInExternalEditor()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__system_error/
H A Derror_code.h42 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code()
66 __cat_ = &system_category(); in clear()
H A Derror_category.h60 __attribute__((__const__)) _LIBCPP_EXPORTED_FROM_ABI const error_category& system_category() _NOEXC…
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derror_code.h47 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code()
71 __cat_ = &system_category(); in clear()
H A Derror_category.h71 [[__gnu__::__const__]] _LIBCPP_EXPORTED_FROM_ABI const error_category& system_category() _NOEXCEPT;
/freebsd/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp310 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 Dsystem_error.cppm
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp66 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 Dmockfs.cc461 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 Derror.h46 return std::error_code(GetLastError(), std::system_category()); in get_last_error()
H A Doperations.cpp344 ec.assign(EINVAL, std::system_category()); in copy_file_impl()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dsystem_error41 const error_category& system_category() noexcept;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dsystem_error41 const error_category& system_category() noexcept;
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc499 std::error_code(ERROR_CALL_NOT_IMPLEMENTED, std::system_category())) {
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2909 SYMBOL(system_category, std::, <system_error>)
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc647 {"_ZN4llvm15system_categoryEv", "llvm::system_category()"},
26963 {"_ZZN4llvm15system_categoryEvE1s", "llvm::system_category()::s"},
26964 {"_ZGVZN4llvm15system_categoryEvE1s", "guard variable for llvm::system_category()::s"},