| /trueos/contrib/libc++/src/ |
| D | system_error.cpp | 144 system_error::__init(const error_code& ec, string what_arg) in __init() 155 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error 161 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error 167 system_error::system_error(error_code ec) in system_error() function in system_error 173 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error 179 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error 185 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error 191 system_error::~system_error() _NOEXCEPT in ~system_error() 199 throw system_error(error_code(ev, system_category()), what_arg); in __throw_system_error()
|
| D | thread.cpp | 47 throw system_error(error_code(ec, system_category()), "thread::join failed"); in join() 66 throw system_error(error_code(ec, system_category()), "thread::detach failed"); in detach()
|
| D | ios.cpp | 74 : system_error(ec, msg) in failure() 79 : system_error(ec, msg) in failure()
|
| /trueos/contrib/atf/atf-c++/detail/ |
| D | exceptions.cpp | 47 atf::system_error::system_error(const std::string& who, in system_error() function in atf::system_error 55 atf::system_error::~system_error(void) in ~system_error() 61 atf::system_error::code(void) in code() 69 atf::system_error::what(void) in what() 98 throw atf::system_error("XXX", msg, ecode); in throw_libc_error()
|
| D | exceptions.hpp | 38 class system_error : public std::runtime_error { class 43 system_error(const std::string&, const std::string&, int); 44 ~system_error(void) throw();
|
| D | fs.cpp | 420 throw system_error(IMPL_NAME "::directory::directory(" + in directory() 430 throw system_error(IMPL_NAME "::directory::directory(" + in directory() 498 throw atf::system_error(IMPL_NAME "::remove(" + p.str() + ")", in remove() 502 throw atf::system_error(IMPL_NAME "::remove(" + p.str() + ")", in remove()
|
| D | exceptions_test.cpp | 92 } catch (const atf::system_error& e) { in ATF_TEST_CASE_BODY()
|
| D | fs_test.cpp | 507 ATF_REQUIRE_THROW(atf::system_error, remove(path("files/dir"))); in ATF_TEST_CASE_BODY()
|
| /trueos/lib/librpcsec_gss/ |
| HD | rpcsec_gss_misc.c | 37 _rpc_gss_set_error(int rpc_gss_error, int system_error) in _rpc_gss_set_error() argument 41 _rpc_gss_error.system_error = system_error; in _rpc_gss_set_error()
|
| HD | rpcsec_gss_int.h | 86 void _rpc_gss_set_error(int rpc_gss_error, int system_error);
|
| /trueos/sys/rpc/rpcsec_gss/ |
| HD | rpcsec_gss_misc.c | 41 _rpc_gss_set_error(int rpc_gss_error, int system_error) in _rpc_gss_set_error() argument 45 _rpc_gss_error.system_error = system_error; in _rpc_gss_set_error()
|
| HD | rpcsec_gss_int.h | 86 void _rpc_gss_set_error(int rpc_gss_error, int system_error);
|
| /trueos/contrib/libc++/include/ |
| D | system_error | 2 //===---------------------------- system_error ----------------------------===// 15 system_error synopsis 102 class system_error 106 system_error(error_code ec, const string& what_arg); 107 system_error(error_code ec, const char* what_arg); 108 system_error(error_code ec); 109 system_error(int ev, const error_category& ecat, const string& what_arg); 110 system_error(int ev, const error_category& ecat, const char* what_arg); 111 system_error(int ev, const error_category& ecat); 616 // system_error [all …]
|
| D | module.modulemap | 408 module system_error { 409 header "system_error"
|
| D | thread | 95 #include <system_error> 154 throw system_error(error_code(__ec, system_category()),
|
| D | ios | 217 #include <system_error> 416 : public system_error
|
| /trueos/crypto/heimdal/lib/krb5/ |
| HD | eai_to_heim_errno.c | 48 krb5_eai_to_heim_errno(int eai_errno, int system_error) in krb5_eai_to_heim_errno() argument 83 return system_error; in krb5_eai_to_heim_errno()
|
| /trueos/include/rpc/ |
| HD | rpcsec_gss.h | 132 int system_error; /* same as errno */ member 175 bool_t __rpc_gss_set_error(int rpc_gss_error, int system_error);
|
| /trueos/lib/libc++/ |
| D | Makefile | 37 system_error.cpp\ 155 system_error\
|
| /trueos/contrib/llvm/lib/Support/Unix/ |
| HD | system_error.inc | 1 //===- llvm/Support/Unix/system_error.inc - Unix error_code ------*- C++ -*-===//
|
| /trueos/lib/clang/libllvmsupport/ |
| HD | Makefile | 88 system_error.cpp
|
| /trueos/contrib/atf/atf-sh/ |
| HD | atf-check.cpp | 122 throw atf::system_error("atf_check::temp_file::temp_file(" + in temp_file() 134 } catch (const atf::system_error&) { in ~temp_file() 149 throw atf::system_error("atf_check", "write(2) failed", errno); in write()
|
| /trueos/sys/rpc/ |
| HD | rpcsec_gss.h | 132 int system_error; /* same as errno */ member 468 bool_t __rpc_gss_set_error(int rpc_gss_error, int system_error);
|
| /trueos/contrib/llvm/lib/Support/Windows/ |
| HD | system_error.inc | 1 //===- llvm/Support/Win32/system_error.inc - Windows error_code --*- C++ -*-===//
|
| /trueos/tools/regression/rpcsec_gss/ |
| HD | rpctest.c | 310 e.rpc_gss_error, e.system_error); in test_server()
|