HomeSort by: relevance | last modified time | path
    Searched defs:unwindHeader (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libc++/dist/libcxxrt/src/
cxxabi.h 164 _Unwind_Exception unwindHeader;
exception.cc 219 _Unwind_Exception unwindHeader;
271 offsetof(struct __cxa_exception, unwindHeader));
275 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; }
625 if (isDependentException(exception->unwindHeader.exception_class))
642 assert(isDependentException(ex->unwindHeader.exception_class));
700 __cxa_begin_catch (&(thrown_exception->unwindHeader));
754 _Unwind_Reason_Code err = _Unwind_RaiseException(&ex->unwindHeader);
778 ex->unwindHeader.exception_class = exception_class;
779 ex->unwindHeader.exception_cleanup = exception_cleanup;
795 ex->unwindHeader.exception_class = dependent_exception_class
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
unwind-cxx.h 97 _Unwind_Exception unwindHeader;
119 // before the unwindHeader member.
151 _Unwind_Exception unwindHeader;
391 return __get_object_from_ue (&p_or_d->unwindHeader);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
unwind-cxx.h 97 _Unwind_Exception unwindHeader;
119 // before the unwindHeader member.
151 _Unwind_Exception unwindHeader;
391 return __get_object_from_ue (&p_or_d->unwindHeader);

Completed in 58 milliseconds