Searched refs:system_error (Results 1 - 25 of 170) sorted by relevance

1234567

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DWindowsError.h12 #include <system_error>
H A DRandomNumberGenerator.h21 #include <system_error>
H A DLockFileManager.h13 #include <system_error>
H A DProcess.h32 #include <system_error>
/freebsd-12-stable/contrib/atf/atf-c++/detail/
H A Dexceptions.hpp38 class system_error : public std::runtime_error { class in namespace:atf
43 system_error(const std::string&, const std::string&, int);
44 ~system_error(void) throw();
H A Dexceptions.cpp44 // The "system_error" type.
47 atf::system_error::system_error(const std::string& who, function in class:atf::system_error
55 atf::system_error::~system_error(void)
61 atf::system_error::code(void)
69 atf::system_error::what(void)
81 return "Unable to format system_error message";
98 throw atf::system_error("XXX", msg, ecode);
/freebsd-12-stable/lib/librpcsec_gss/
H A Drpcsec_gss_misc.c39 _rpc_gss_set_error(int rpc_gss_error, int system_error) argument
43 _rpc_gss_error.system_error = system_error;
H A Drpcsec_gss_int.h88 void _rpc_gss_set_error(int rpc_gss_error, int system_error);
/freebsd-12-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_misc.c43 _rpc_gss_set_error(int rpc_gss_error, int system_error) argument
47 _rpc_gss_error.system_error = system_error;
H A Drpcsec_gss_int.h88 void _rpc_gss_set_error(int rpc_gss_error, int system_error);
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Common/
H A DFilesystem.h13 #include <system_error>
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp1 //===---------------------- system_error.cpp ------------------------------===//
11 #include "system_error"
114 // system_error functions not modify errno).
229 // system_error
232 system_error::__init(const error_code& ec, string what_arg)
243 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error
249 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error
255 system_error function in class:system_error
261 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error
267 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error
273 system_error::system_error(int ev, const error_category& ecat) function in class:system_error
[all...]
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c40 * @param system_error should have the value of errno after the failed getaddrinfo().
48 krb5_eai_to_heim_errno(int eai_errno, int system_error) argument
83 return system_error;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DRelocationResolver.h29 #include <system_error>
H A DError.h1 //===- Error.h - system_error extensions for Object -------------*- C++ -*-===//
18 #include <system_error>
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A DError.h1 //===- Error.h - system_error extensions for llvm-cxxdump -------*- C++ -*-===//
16 #include <system_error>
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DError.h1 //===- Error.h - system_error extensions for llvm-readobj -------*- C++ -*-===//
16 #include <system_error>
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Core/
H A DError.h1 //===- Error.h - system_error extensions for lld ----------------*- C++ -*-===//
19 #include <system_error>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OrcError/
H A DRPCError.cpp17 #include <system_error>
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h15 #include <system_error>
/freebsd-12-stable/include/rpc/
H A Drpcsec_gss.h134 int system_error; /* same as errno */ member in struct:__anon8370
177 bool_t __rpc_gss_set_error(int rpc_gss_error, int system_error);
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DWriterMachO.cpp19 #include <system_error>
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcError.h19 #include <system_error>
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/utils/
H A DFileSystem.h16 #include <system_error>
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h20 #include <system_error>

Completed in 246 milliseconds

1234567