| /freebsd-12.1/contrib/libcxxrt/ |
| H A D | stdexcept.cc | 34 exception::exception() throw() {} in exception() function in std::exception 35 exception::~exception() {} in ~exception() 36 exception::exception(const exception&) throw() {} in exception() function in std::exception 37 exception& exception::operator=(const exception&) throw() in operator =() argument 41 const char* exception::what() const throw() in what()
|
| H A D | stdexcept.h | 35 class exception 38 exception() throw(); 39 exception(const exception&) throw(); 40 exception& operator=(const exception&) throw(); 41 virtual ~exception(); 49 class bad_alloc: public exception 62 class bad_cast: public exception { 74 class bad_typeid: public exception
|
| H A D | exception.cc | 226 class exception class 229 virtual ~exception() throw(); 640 static void releaseException(__cxa_exception *exception) in releaseException() argument 642 if (isDependentException(exception->unwindHeader.exception_class)) in releaseException() 644 __cxa_free_dependent_exception(exception+1); in releaseException() 647 if (__sync_sub_and_fetch(&exception->referenceCount, 1) == 0) in releaseException() 652 __cxa_free_exception(exception+1); in releaseException() 724 static_cast<const __class_type_info*>(&typeid(std::exception)); in report_failure() 729 std::exception *e = in report_failure() 1389 extern "C" void __cxa_call_unexpected(void*exception) [all …]
|
| /freebsd-12.1/contrib/libstdc++/libsupc++/ |
| H A D | exception | 24 // As a special exception, you may use this file as part of a free software 29 // the GNU General Public License. This exception does not however 33 /** @file exception 53 * your own %exception classes, or use a different hierarchy, or to 56 class exception 59 exception() throw() { } 60 virtual ~exception() throw(); 67 /** If an %exception is thrown which is not listed in a function's 68 * %exception specification, one of these may be thrown. */ 69 class bad_exception : public exception [all …]
|
| H A D | eh_exception.cc | 36 std::exception::~exception() throw() { } in ~exception() 41 std::exception::what() const throw() in what()
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | trap.c | 283 uint32_t exception; in do_el1h_sync() local 288 exception = ESR_ELx_EXCEPTION(esr); in do_el1h_sync() 301 switch (exception) { in do_el1h_sync() 311 switch(exception) { in do_el1h_sync() 330 exception == EXCP_INSN_ABORT); in do_el1h_sync() 341 kdb_trap(exception, 0, in do_el1h_sync() 351 kdb_trap(exception, 0, in do_el1h_sync() 374 uint32_t exception; in do_el0_sync() local 383 exception = ESR_ELx_EXCEPTION(esr); in do_el0_sync() 384 switch (exception) { in do_el0_sync() [all …]
|
| /freebsd-12.1/contrib/opencsd/decoder/source/etmv3/ |
| H A D | trc_pkt_elem_etmv3.cpp | 59 m_pkt_data.exception.bits.present = 0; in Clear() 127 m_pkt_data.exception.bits.cm_irq_n = irq_n; in SetException() 128 m_pkt_data.exception.bits.cm_resume = resume; in SetException() 130 m_pkt_data.exception.number = number; in SetException() 131 m_pkt_data.exception.type = type; in SetException() 134 m_pkt_data.exception.bits.present = 1; in SetException() 507 if(m_pkt_data.exception.bits.present) in getBranchAddressStr() 669 if(m_pkt_data.exception.bits.cm_type) in getExcepStr() 671 if(m_pkt_data.exception.number < 0x18) in getExcepStr() 677 if(m_pkt_data.exception.bits.cancel) in getExcepStr() [all …]
|
| /freebsd-12.1/sys/dev/dpaa/ |
| H A D | if_dtsec.c | 140 dtsec_fm_mac_ex_to_str(e_FmMacExceptions exception) in dtsec_fm_mac_ex_to_str() argument 144 for (i = 0; dtsec_fm_mac_exceptions[i].num != exception && in dtsec_fm_mac_ex_to_str() 156 e_FmMacExceptions exception) in dtsec_fm_mac_mdio_event_callback() argument 162 dtsec_fm_mac_ex_to_str(exception)); in dtsec_fm_mac_mdio_event_callback() 172 dtsec_fm_mac_ex_to_str(exception)); in dtsec_fm_mac_exception_callback() 247 dtsec_fm_port_ex_to_str(e_FmPortExceptions exception) in dtsec_fm_port_ex_to_str() argument 250 switch (exception) { in dtsec_fm_port_ex_to_str() 260 e_FmPortExceptions exception) in dtsec_fm_port_rx_exception_callback() argument 266 dtsec_fm_port_ex_to_str(exception)); in dtsec_fm_port_rx_exception_callback() 271 e_FmPortExceptions exception) in dtsec_fm_port_tx_exception_callback() argument [all …]
|
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | trap.c | 276 uint64_t exception; in do_trap_supervisor() local 284 exception = (frame->tf_scause & EXCP_MASK); in do_trap_supervisor() 292 if (dtrace_trap_func != NULL && (*dtrace_trap_func)(frame, exception)) in do_trap_supervisor() 299 switch(exception) { in do_trap_supervisor() 315 kdb_trap(exception, 0, frame); in do_trap_supervisor() 328 exception, frame->tf_stval); in do_trap_supervisor() 335 uint64_t exception; in do_trap_user() local 349 exception = (frame->tf_scause & EXCP_MASK); in do_trap_user() 359 switch(exception) { in do_trap_user() 396 exception, frame->tf_stval); in do_trap_user()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | exception | 15 exception synopsis 20 class exception 23 exception() noexcept; 24 exception(const exception&) noexcept; 25 exception& operator=(const exception&) noexcept; 26 virtual ~exception() noexcept; 31 : public exception 98 class _LIBCPP_EXCEPTION_ABI exception 101 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {} 102 virtual ~exception() _NOEXCEPT; [all …]
|
| H A D | typeinfo | 37 : public exception 47 : public exception 61 #include <exception> 203 : public exception 212 : public exception
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | darwin-fallback.c | 268 uint32_t exception; member 291 uint32_t exception; member 387 if (m64->exception == 3 || m64->exception == 4 in handle_syscall() 388 || m64->exception == 6 in handle_syscall() 389 || (m64->exception == 7 && !(m64->srr1 & 0x10000))) in handle_syscall() 416 if (m->exception == 3 || m->exception == 4 in handle_syscall() 417 || m->exception == 6 in handle_syscall() 418 || (m->exception == 7 && !(m->srr1 & 0x10000))) in handle_syscall()
|
| /freebsd-12.1/contrib/libc++/src/support/runtime/ |
| H A D | exception_fallback.ipp | 70 // handler should not throw exception 71 fprintf(stderr, "terminate_handler unexpectedly threw an exception\n"); 90 exception::~exception() _NOEXCEPT 94 const char* exception::what() const _NOEXCEPT 96 return "std::exception";
|
| H A D | exception_msvc.ipp | 73 // handler should not throw exception 74 fprintf(stderr, "terminate_handler unexpectedly threw an exception\n"); 115 exception::~exception() _NOEXCEPT 119 const char* exception::what() const _NOEXCEPT 121 return "std::exception";
|
| /freebsd-12.1/contrib/opencsd/decoder/include/opencsd/ptm/ |
| H A D | trc_pkt_elem_ptm.h | 109 const bool isBranchExcepPacket() const { return (exception.bits.present == 1); }; in isBranchExcepPacket() 110 const ocsd_armv7_exception excepType() const { return exception.type; }; in excepType() 111 const uint16_t excepNum() const { return exception.number; }; in excepNum() 186 exception.bits.present = 1; in SetException() 187 exception.number = number; in SetException() 188 exception.type = type; in SetException()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | MachException.cpp | 38 mach_port_t task, exception_type_t exception, 43 mach_port_t exception_port, exception_type_t exception, 52 exception_type_t exception, mach_exception_data_t code, 144 stop_info->details.exception.type = exc_type; in GetStopInfo() 153 stop_info->details.exception.data_count = exc_data.size(); in GetStopInfo() 164 (uint64_t)stop_info->details.exception.data_count); in GetStopInfo() 166 for (idx = 0; idx < stop_info->details.exception.data_count; ++idx) { in GetStopInfo() 169 ((idx + 1 == stop_info->details.exception.data_count) ? '}' : ',')); in GetStopInfo() 174 for (size_t i = 0; i < stop_info->details.exception.data_count; i++) in GetStopInfo() 175 stop_info->details.exception.data[i] = exc_data[i]; in GetStopInfo()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cfns.gperf | 15 # [lib.res.on.exception.handling]: None of the functions from the 17 # exception, unless it calls a program-supplied function that 18 # throws an exception. 22 # abort -- synchronous exception from SIGABRT handler 33 #bsearch -- calls user function which may throw exception 137 #qsort -- calls user function which may throw exception 138 #raise -- synchronous exception from signal handler
|
| /freebsd-12.1/lib/libcxxrt/ |
| H A D | Version.map | 300 "std::exception::exception(std::exception const&)"; 301 "std::exception::exception()"; 302 "std::exception::operator=(std::exception const&)"; 341 "std::exception::~exception()"; 345 "std::exception::what() const"; 355 "vtable for std::exception"; 362 "typeinfo for std::exception"; 368 "typeinfo name for std::exception";
|
| /freebsd-12.1/tests/sys/fifo/ |
| H A D | fifo_io.c | 879 *exception = (fds[0].revents & POLLERR) ? 1 : 0; in poll_status() 904 *exception = FD_ISSET(fd, &exceptfds) ? 1 : 0; in select_status() 954 int *exception, const char *testname) in kqueue_status() argument 970 *readable = *writable = *exception = 0; in kqueue_status() 1014 int readable, writable, exception; in assert_status() local 1020 exception != assert_exception) { in assert_status() 1022 fdname, readable, writable, exception, conditionname); in assert_status() 1030 exception != assert_exception) { in assert_status() 1032 fdname, readable, writable, exception, conditionname); in assert_status() 1041 exception != assert_exception) { in assert_status() [all …]
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | keystone-k2hk.dtsi | 167 interrupt-names = "vring", "exception"; 183 interrupt-names = "vring", "exception"; 199 interrupt-names = "vring", "exception"; 215 interrupt-names = "vring", "exception"; 231 interrupt-names = "vring", "exception"; 247 interrupt-names = "vring", "exception"; 263 interrupt-names = "vring", "exception"; 279 interrupt-names = "vring", "exception";
|
| /freebsd-12.1/contrib/opencsd/decoder/include/opencsd/etmv3/ |
| H A D | trc_pkt_elem_etmv3.h | 125 const bool isExcepPkt() const { return (m_pkt_data.exception.bits.present == 1); }; in isExcepPkt() 126 const ocsd_armv7_exception excepType() const { return m_pkt_data.exception.type; }; in excepType() 127 const uint16_t excepNum() const { return m_pkt_data.exception.number; }; in excepNum() 128 …t bool isExcepCancel() const { return (m_pkt_data.exception.bits.present == 1) && (m_pkt_data.exce… in isExcepCancel()
|
| /freebsd-12.1/sys/contrib/ncsw/inc/Peripherals/ |
| H A D | fm_macsec_ext.h | 88 e_FmMacsecExceptions exception); 345 t_Error FM_MACSEC_ConfigException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable); 414 t_Error FM_MACSEC_SetException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable); 523 e_FmMacsecSecYExceptions exception); 883 t_Error FM_MACSEC_SECY_ConfigException(t_Handle h_FmMacsecSecY, e_FmMacsecSecYExceptions exception,… 1219 t_Error FM_MACSEC_SECY_SetException(t_Handle h_FmMacsecSecY, e_FmMacsecExceptions exception, bool e…
|
| /freebsd-12.1/contrib/atf/atf-c++/detail/ |
| H A D | exceptions_test.cpp | 96 } catch (const std::exception& e) { in ATF_TEST_CASE_BODY() 112 } catch (const std::exception& e) { in ATF_TEST_CASE_BODY() 130 } catch (const std::exception& e) { in ATF_TEST_CASE_BODY()
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | memory | 21 // As a special exception, you may use this file as part of a free software 26 // the GNU General Public License. This exception does not however 40 #include <exception> // std::exception
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/MACSEC/ |
| H A D | fm_macsec.c | 177 t_Error FM_MACSEC_ConfigException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable) in FM_MACSEC_ConfigException() argument 184 … return p_FmMacsecControllerDriver->f_FM_MACSEC_ConfigException(h_FmMacsec, exception, enable); in FM_MACSEC_ConfigException() 226 t_Error FM_MACSEC_SetException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable) in FM_MACSEC_SetException() argument 233 return p_FmMacsecControllerDriver->f_FM_MACSEC_SetException(h_FmMacsec, exception, enable); in FM_MACSEC_SetException()
|