Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h193 using error_type = std::unique_ptr<ErrorInfoBase>; variable
206 new (getErrorStorage()) error_type(Err.takePayload()); in Expected()
250 getErrorStorage()->~error_type(); in ~Expected()
322 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage())); in moveConstruct()
353 error_type *getErrorStorage() { in getErrorStorage()
355 return reinterpret_cast<error_type *>(&ErrorStorage); in getErrorStorage()
358 const error_type *getErrorStorage() const { in getErrorStorage()
360 return reinterpret_cast<const error_type *>(&ErrorStorage); in getErrorStorage()
373 std::aligned_union_t<1, error_type> ErrorStorage;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp31 void ReportErrorSummary(const char *error_type, const AddressInfo &info, in ReportErrorSummary() argument
35 buff.append("%s ", error_type); in ReportErrorSummary()
73 void ReportErrorSummary(const char *error_type, const StackTrace *stack, in ReportErrorSummary() argument
79 ReportErrorSummary(error_type); in ReportErrorSummary()
86 ReportErrorSummary(error_type, frame->info, alt_tool_name); in ReportErrorSummary()
H A Dsanitizer_common.h368 void ReportErrorSummary(const char *error_type, const AddressInfo &info,
371 void ReportErrorSummary(const char *error_type, const StackTrace *trace,
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c640 static const char *mlx5_port_module_event_error_type_to_string(u8 error_type) in mlx5_port_module_event_error_type_to_string() argument
642 switch (error_type) { in mlx5_port_module_event_error_type_to_string()
690 unsigned int error_type; in mlx5_port_module_event() local
698 error_type = (unsigned int)module_event_eqe->error_type & in mlx5_port_module_event()
719 mlx5_port_module_event_error_type_to_string(error_type), in mlx5_port_module_event()
720 error_type); in mlx5_port_module_event()
721 if (error_type < MLX5_MODULE_EVENT_ERROR_NUM) in mlx5_port_module_event()
722 dev->priv.pme_stats.error_counters[error_type]++; in mlx5_port_module_event()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h480 using error_type = std::unique_ptr<ErrorInfoBase>; variable
502 new (getErrorStorage()) error_type(Err.takePayload()); in Expected()
558 getErrorStorage()->~error_type(); in ~Expected()
642 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage())); in moveConstruct()
673 error_type *getErrorStorage() { in getErrorStorage()
675 return reinterpret_cast<error_type *>(&ErrorStorage); in getErrorStorage()
678 const error_type *getErrorStorage() const { in getErrorStorage()
680 return reinterpret_cast<const error_type *>(&ErrorStorage); in getErrorStorage()
715 AlignedCharArrayUnion<error_type> ErrorStorage;
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dregex.cpp17 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string()
64 regex_error::regex_error(regex_constants::error_type ecode) in regex_error()
/freebsd-13.1/contrib/wpa/src/eap_peer/
H A Dikev2.c387 data->error_type = INVALID_KE_PAYLOAD; in ikev2_process_kei()
575 data->error_type = AUTHENTICATION_FAILED; in ikev2_process_auth_secret()
741 data->error_type = 0; in ikev2_responder_process()
1029 if (data->error_type == 0) { in ikev2_build_notification()
1041 wpabuf_put_be16(msg, data->error_type); in ikev2_build_notification()
1043 switch (data->error_type) { in ikev2_build_notification()
1059 "%d", data->error_type); in ikev2_build_notification()
H A Dikev2.h49 u16 error_type; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h88 enum scudo_error_type error_type; member
/freebsd-13.1/sys/dev/pms/freebsd/driver/common/
H A Dencrypt_ioctl.h112 bit32 error_type; member
H A Dlxencrypt.c1146 perr->ioerr.error_type = pccb->scsiStatus; in agtiapi_HandleEncryptedIOFailure()
1150 perr->ioerr.error_type = 0xffffffff; in agtiapi_HandleEncryptedIOFailure()
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/
H A Ddebug.h95 __le32 error_type; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1330 R->error_type = in getInlineErrorInfo()
1405 R->error_type = USE_AFTER_FREE; in getRingBufferErrorInfo()
1407 R->error_type = BUFFER_UNDERFLOW; in getRingBufferErrorInfo()
1409 R->error_type = BUFFER_OVERFLOW; in getRingBufferErrorInfo()
/freebsd-13.1/contrib/wpa/src/common/
H A Dwpa_common.h316 be16 error_type; member
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dutils.c204 le32_to_cpu(err_resp->error_type), err_resp->cmd_id); in iwl_mvm_rx_fw_error()
/freebsd-13.1/sys/dev/mlx5/
H A Ddevice.h591 u8 error_type; member
H A Dmlx5_ifc.h8311 u8 error_type[0x4]; member
8360 u8 error_type[0x4]; member
8784 u8 error_type[0x8]; member
9855 u8 error_type[0x4]; member
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dregex64 enum error_type
87 explicit regex_error(regex_constants::error_type ecode);
88 regex_constants::error_type code() const;
960 enum error_type
986 regex_constants::error_type __code_;
988 explicit regex_error(regex_constants::error_type __ecode);
992 regex_constants::error_type code() const {return __code_;}
995 template <regex_constants::error_type _Ev>
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_hsi_common.h187 u8 error_type; member
H A Decore_ll2.c889 p_ramrod->action_on_error.error_type = action_on_error; in ecore_sp_ll2_rx_queue_start()
/freebsd-13.1/sys/dev/iwm/
H A Dif_iwmreg.h2319 uint32_t error_type; member
H A Dif_iwm.c5604 le32toh(resp->error_type), in iwm_handle_rxb()