HomeSort by: relevance | last modified time | path
    Searched refs:ex_type (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/libc++/dist/libcxxrt/src/
dynamic_cast.cc 49 bool std::type_info::__do_catch(std::type_info const *ex_type,
55 if (type == ex_type)
61 return ex_type->__do_upcast(cti, exception_object);
66 bool __pbase_type_info::__do_catch(std::type_info const *ex_type,
70 if (ex_type == this)
74 if (!ex_type->__is_pointer_p())
93 static_cast<const __pbase_type_info*>(ex_type);
exception.cc 920 const std::type_info *ex_type = ex ? ex->exceptionType : 0; local
922 bool is_ptr = ex ? ex_type->__is_pointer_p() : false;
943 if (*type == *ex_type)
950 if (type->__do_catch(ex_type, &exception_ptr, 1))
  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.h 33 exception_type_t ex_type; member in struct:darwin_exception_msg
darwin-nat.c 727 thread->event.ex_type = data[0];
840 if (thread->event.ex_type == EXC_SOFTWARE
1017 unparse_exception_type (thread->event.ex_type));
1019 switch (thread->event.ex_type)
1289 && thread->event.ex_type == EXC_BREAKPOINT)
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.h 33 exception_type_t ex_type; member in struct:darwin_exception_msg
darwin-nat.c 724 thread->event.ex_type = data[0];
837 if (thread->event.ex_type == EXC_SOFTWARE
1014 unparse_exception_type (thread->event.ex_type));
1016 switch (thread->event.ex_type)
1286 && thread->event.ex_type == EXC_BREAKPOINT)
  /src/external/bsd/elftoolchain/dist/libelf/
elf_update.c 108 enum elf_extent ex_type; /* Type of region. */ member in struct:_Elf_Extent
444 ex->ex_type = type;
742 assert(ex->ex_type == ELF_EXTENT_SECTION);
864 assert(ex->ex_type == ELF_EXTENT_EHDR);
912 assert(ex->ex_type == ELF_EXTENT_PHDR);
976 assert(ex->ex_type == ELF_EXTENT_SHDR);
1070 switch (ex->ex_type) {
  /src/sys/dev/usb/
ehci.c 913 switch (ex->ex_type) {
957 if (ex->ex_type == EX_CTRL) {
965 "xfer %p xt %d fsqtd %p lsqtd %p", ex, ex->ex_type, fsqtd, lsqtd);
1009 if (ex->ex_type == EX_CTRL) {
1143 ex->ex_type, xfer->ux_status);
1151 if (ex->ex_type == EX_ISOC) {
1204 } else if (ex->ex_type == EX_FS_ISOC) {
1256 KASSERT(ex->ex_type == EX_CTRL || ex->ex_type == EX_INTR ||
1257 ex->ex_type == EX_BULK)
    [all...]
ehcivar.h 95 } ex_type; member in struct:ehci_xfer

Completed in 51 milliseconds