Home
last modified time | relevance | path

Searched refs:ex_type (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/libcxxrt/
HDdynamic_cast.cc49 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()
HDexception.cc910 const std::type_info *ex_type = ex ? ex->exceptionType : 0; in check_type_signature() local
912 bool is_ptr = ex ? ex_type->__is_pointer_p() : false; in check_type_signature()
933 if (*type == *ex_type) in check_type_signature()
940 if (type->__do_catch(ex_type, &exception_ptr, 1)) in check_type_signature()
/NextBSD/contrib/elftoolchain/libelf/
HDelf_update.c99 enum elf_extent ex_type; /* Type of region. */ member
428 ex->ex_type = type; in _libelf_insert_extent()
725 assert(ex->ex_type == ELF_EXTENT_SECTION); in _libelf_write_scn()
842 assert(ex->ex_type == ELF_EXTENT_EHDR); in _libelf_write_ehdr()
886 assert(ex->ex_type == ELF_EXTENT_PHDR); in _libelf_write_phdr()
944 assert(ex->ex_type == ELF_EXTENT_SHDR); in _libelf_write_shdr()
1030 switch (ex->ex_type) { in _libelf_write_elf()
/NextBSD/sys/ofed/include/rdma/
HDib_user_verbs.h133 #define IBV_RESP_TO_VERBS_RESP_EX_RAW(ex_ptr, ex_type, ibv_type, field) \ argument
134 ((ibv_type *)((void *)(ex_ptr) + offsetof(ex_type, \
137 #define IBV_RESP_TO_VERBS_RESP_EX(ex_ptr, ex_type, ibv_type) \ argument
138 IBV_RESP_TO_VERBS_RESP_EX_RAW(ex_ptr, ex_type, ibv_type, comp_mask)