Searched refs:adjustedPtr (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/libcxxrt/
H A Dcxxabi.h149 void *adjustedPtr; member in struct:__cxxabiv1::__cxa_exception
H A Dexception.cc215 void *adjustedPtr; member in struct:__cxa_dependent_exception
907 void *&adjustedPtr)
925 adjustedPtr = exception_ptr;
935 adjustedPtr = exception_ptr;
942 adjustedPtr = exception_ptr;
961 void *&adjustedPtr)
977 if (check_type_signature(ex, handler_type, adjustedPtr))
992 if (check_type_signature(ex, handler_type, adjustedPtr))
1007 if (check_type_signature(ex, handler_type, adjustedPtr))
1122 action.action_record, realEx, &selector, ex->adjustedPtr);
905 check_type_signature(__cxa_exception *ex, const std::type_info *type, void *&adjustedPtr) argument
956 check_action_record(_Unwind_Context *context, dwarf_eh_lsda *lsda, dw_eh_ptr_t action_record, __cxa_exception *ex, unsigned long *selector, void *&adjustedPtr) argument
[all...]
/freebsd-10.2-release/contrib/libstdc++/libsupc++/
H A Dunwind-cxx.h83 void *adjustedPtr; member in struct:__cxxabiv1::__cxa_exception
245 return header->adjustedPtr;
H A Deh_personality.cc292 xh->adjustedPtr = thrown_ptr;

Completed in 88 milliseconds