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

/freebsd-9.3-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
897 void *&adjustedPtr)
915 adjustedPtr = exception_ptr;
925 adjustedPtr = exception_ptr;
932 adjustedPtr = exception_ptr;
951 void *&adjustedPtr)
967 if (check_type_signature(ex, handler_type, adjustedPtr))
982 if (check_type_signature(ex, handler_type, adjustedPtr))
997 if (check_type_signature(ex, handler_type, adjustedPtr))
1107 action.action_record, realEx, &selector, ex->adjustedPtr);
895 check_type_signature(__cxa_exception *ex, const std::type_info *type, void *&adjustedPtr) argument
946 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-9.3-release/contrib/libstdc++/libsupc++/
H A Dunwind-cxx.h83 void *adjustedPtr; member in struct:__cxxabiv1::__cxa_exception
243 return header->adjustedPtr;
H A Deh_personality.cc292 xh->adjustedPtr = thrown_ptr;

Completed in 116 milliseconds