Searched refs:ex_type (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/bsd/libc++/dist/libcxxrt/src/ |
| D | dynamic_cast.cc | 49 bool std::type_info::__do_catch(std::type_info const *ex_type, in __do_catch() argument 55 if (type == ex_type) in __do_catch() 61 return ex_type->__do_upcast(cti, exception_object); in __do_catch() 66 bool __pbase_type_info::__do_catch(std::type_info const *ex_type, in __do_catch() argument 70 if (ex_type == this) in __do_catch() 74 if (!ex_type->__is_pointer_p()) in __do_catch() 93 static_cast<const __pbase_type_info*>(ex_type); in __do_catch()
|
| D | exception.cc | 920 const std::type_info *ex_type = ex ? ex->exceptionType : 0; in check_type_signature() local 922 bool is_ptr = ex ? ex_type->__is_pointer_p() : false; in check_type_signature() 943 if (*type == *ex_type) in check_type_signature() 950 if (type->__do_catch(ex_type, &exception_ptr, 1)) in check_type_signature()
|
| /netbsd/src/sys/dev/usb/ |
| D | ehci.c | 913 switch (ex->ex_type) { in ehci_softintr() 957 if (ex->ex_type == EX_CTRL) { in ehci_check_qh_intr() 965 "xfer %p xt %d fsqtd %p lsqtd %p", ex, ex->ex_type, fsqtd, lsqtd); in ehci_check_qh_intr() 1009 if (ex->ex_type == EX_CTRL) { in ehci_check_qh_intr() 1143 ex->ex_type, xfer->ux_status); in ehci_idone() 1151 if (ex->ex_type == EX_ISOC) { in ehci_idone() 1204 } else if (ex->ex_type == EX_FS_ISOC) { in ehci_idone() 1256 KASSERT(ex->ex_type == EX_CTRL || ex->ex_type == EX_INTR || in ehci_idone() 1257 ex->ex_type == EX_BULK); in ehci_idone() 1260 if (ex->ex_type == EX_CTRL) { in ehci_idone() [all …]
|
| D | ehcivar.h | 95 } ex_type; member
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | darwin-nat.h | 33 exception_type_t ex_type; member
|
| D | darwin-nat.c | 724 thread->event.ex_type = data[0]; in decode_exception_message() 837 if (thread->event.ex_type == EXC_SOFTWARE in darwin_resume_thread() 1014 unparse_exception_type (thread->event.ex_type)); in decode_message() 1016 switch (thread->event.ex_type) in decode_message() 1286 && thread->event.ex_type == EXC_BREAKPOINT) in wait_1()
|