Searched refs:ex_type (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A 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()
|
H A 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/external/bsd/elftoolchain/dist/libelf/ |
H A D | elf_update.c | 107 enum elf_extent ex_type; /* Type of region. */ member 442 ex->ex_type = type; in _libelf_insert_extent() 739 assert(ex->ex_type == ELF_EXTENT_SECTION); in _libelf_write_scn() 860 assert(ex->ex_type == ELF_EXTENT_EHDR); in _libelf_write_ehdr() 907 assert(ex->ex_type == ELF_EXTENT_PHDR); in _libelf_write_phdr() 970 assert(ex->ex_type == ELF_EXTENT_SHDR); in _libelf_write_shdr() 1064 switch (ex->ex_type) { in _libelf_write_elf()
|
/netbsd-src/sys/dev/usb/ |
H A 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 in ehci_idone() [all...] |
H A D | ehcivar.h | 95 } ex_type; 102 } ex_type; global() member
|