| /freebsd-13.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 | 238 class exception class 241 virtual ~exception() throw(); 635 static void releaseException(__cxa_exception *exception) in releaseException() argument 637 if (isDependentException(exception->unwindHeader.exception_class)) in releaseException() 639 __cxa_free_dependent_exception(exception+1); in releaseException() 642 if (__sync_sub_and_fetch(&exception->referenceCount, 1) == 0) in releaseException() 647 __cxa_free_exception(exception+1); in releaseException() 718 static_cast<const __class_type_info*>(&typeid(std::exception)); in report_failure() 723 std::exception *e = in report_failure() 1383 extern "C" void __cxa_call_unexpected(void*exception) [all …]
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | trap.c | 415 uint32_t exception; in do_el1h_sync() local 436 if (exception != EXCP_BRK && exception != EXCP_WATCHPT_EL1 && in do_el1h_sync() 440 switch (exception) { in do_el1h_sync() 508 uint32_t exception; in do_el0_sync() local 519 switch (exception) { in do_el0_sync() 579 exception); in do_el0_sync() 584 exception); in do_el0_sync() 589 exception); in do_el0_sync() 595 exception); in do_el0_sync() 600 exception); in do_el0_sync() [all …]
|
| /freebsd-13.1/sys/riscv/riscv/ |
| H A D | trap.c | 277 uint64_t exception; in do_trap_supervisor() local 286 exception = frame->tf_scause & SCAUSE_CODE; in do_trap_supervisor() 301 switch (exception) { in do_trap_supervisor() 320 kdb_trap(exception, 0, frame); in do_trap_supervisor() 333 exception, frame->tf_stval); in do_trap_supervisor() 340 uint64_t exception; in do_trap_user() local 368 switch (exception) { in do_trap_user() 373 exception); in do_trap_user() 400 exception); in do_trap_user() 405 exception); in do_trap_user() [all …]
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | exception | 14 exception synopsis 19 class exception 22 exception() noexcept; 23 exception(const exception&) noexcept; 24 exception& operator=(const exception&) noexcept; 25 virtual ~exception() noexcept; 30 : public exception 99 class _LIBCPP_EXCEPTION_ABI exception 103 _LIBCPP_INLINE_VISIBILITY exception(const exception&) _NOEXCEPT = default; 105 virtual ~exception() _NOEXCEPT; [all …]
|
| H A D | stdexcept | 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 31 class xxx_error : public exception // at least indirectly 45 #include <exception> 77 : public exception 95 _LIBCPP_INLINE_VISIBILITY explicit logic_error(const char* __s) : exception(__s) {} 100 : public exception 118 _LIBCPP_INLINE_VISIBILITY explicit runtime_error(const char* __s) : exception(__s) {}
|
| /freebsd-13.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-13.1/contrib/llvm-project/libcxx/src/support/runtime/ |
| H A D | exception_fallback.ipp | 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 68 // handler should not throw exception 69 fprintf(stderr, "terminate_handler unexpectedly threw an exception\n"); 85 exception::~exception() noexcept 89 const char* exception::what() const noexcept 91 return "std::exception";
|
| H A D | exception_msvc.ipp | 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 72 // handler should not throw exception 73 fprintf(stderr, "terminate_handler unexpectedly threw an exception\n"); 114 exception::~exception() noexcept 118 const char* exception::what() const noexcept 120 return "std::exception";
|
| H A D | stdexcept_vcruntime.ipp | 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 14 logic_error::logic_error(std::string const& s) : exception(s.c_str()) {} 15 runtime_error::runtime_error(std::string const& s) : exception(s.c_str()) {}
|
| /freebsd-13.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-13.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-13.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-13.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-13.1/sys/contrib/device-tree/src/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-13.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-13.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-13.1/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/ |
| H A D | test_libzfs_core.py | 487 for e in ctx.exception.errors: 501 for e in ctx.exception.errors: 514 for e in ctx.exception.errors: 525 for e in ctx.exception.errors: 537 for e in ctx.exception.errors: 552 for e in ctx.exception.errors: 566 for e in ctx.exception.errors: 581 for e in ctx.exception.errors: 593 for e in ctx.exception.errors: 618 for e in ctx.exception.errors: [all …]
|
| /freebsd-13.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-13.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()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/nios2/ |
| H A D | nios2.txt | 30 - altr,fast-tlb-miss-addr: Specifies CPU fast TLB miss exception address 31 - altr,exception-addr: Specifies CPU exception address 59 altr,exception-addr = <0xd0000020>;
|
| /freebsd-13.1/lib/libdevdctl/ |
| H A D | Makefile | 7 exception.h \ 12 exception.cc \
|
| /freebsd-13.1/contrib/opencsd/decoder/source/ptm/ |
| H A D | trc_pkt_elem_ptm.cpp | 65 exception.bits.present = 0; in Clear() 257 if(exception.bits.present) in getBranchAddressStr() 316 if(exception.number < 16) in getExcepStr() 317 oss << ARv7Excep[exception.number]; in getExcepStr() 320 oss << " [" << std::hex << std::setw(2) << std::setfill('0') << exception.number << "]; "; in getExcepStr()
|
| /freebsd-13.1/sys/contrib/openzfs/etc/init.d/ |
| H A D | zfs-import.in | 71 local exception dir ZPOOL_IMPORT_PATH RET=0 r=1 126 for exception in $ZFS_POOL_EXCEPTIONS 128 [ "$pool" = "$exception" ] && continue 2
|