| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | error.h | 193 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 D | sanitizer_symbolizer_report.cpp | 31 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 D | sanitizer_common.h | 368 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 D | mlx5_eq.c | 640 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 D | Error.h | 480 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 D | regex.cpp | 17 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 D | ikev2.c | 387 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 D | ikev2.h | 49 u16 error_type; member
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/ |
| H A D | interface.h | 88 enum scudo_error_type error_type; member
|
| /freebsd-13.1/sys/dev/pms/freebsd/driver/common/ |
| H A D | encrypt_ioctl.h | 112 bit32 error_type; member
|
| H A D | lxencrypt.c | 1146 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 D | debug.h | 95 __le32 error_type; member
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 1330 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 D | wpa_common.h | 316 be16 error_type; member
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | utils.c | 204 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 D | device.h | 591 u8 error_type; member
|
| H A D | mlx5_ifc.h | 8311 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 D | regex | 64 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 D | ecore_hsi_common.h | 187 u8 error_type; member
|
| H A D | ecore_ll2.c | 889 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 D | if_iwmreg.h | 2319 uint32_t error_type; member
|
| H A D | if_iwm.c | 5604 le32toh(resp->error_type), in iwm_handle_rxb()
|