Searched defs:error_code (Results 1 – 11 of 11) sorted by relevance
48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} error_code() function 50 _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {} error_code() function 53 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { error_code() function [all...]
24 class _LIBCPP_EXPORTED_FROM_ABI error_code; variable
22 class error_code { class
61 class error_code { class
101 RetrieveWin32ErrorString(uint32_t error_code) RetrieveWin32ErrorString() argument [all...]
30 void Set(size_t bytes, ConnectionStatus status, DWORD error_code) { in Set() argument
353 msf_error_code error_code = [](uint32_t BlockSize) { in commit() local
70 uint64_t error_code; // CPU error code. member
390 uint64_t error_code = DoLoadImage() local
516 operator std::error_code() const { return Value.getError(); } error_code() function [all...]
335 #define __sanitizer_syscall_pre_exit(error_code) \ argument337 #define __sanitizer_syscall_post_exit(res, error_code) \ argument339 #define __sanitizer_syscall_pre_exit_group(error_code) \ argument341 #define __sanitizer_syscall_post_exit_group(res, error_code) \ argument