Searched refs:_Unwind_SjLj_RaiseException (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/libstdc++/libsupc++/
H A Deh_throw.cc69 _Unwind_SjLj_RaiseException (&header->unwindHeader);
/freebsd-11.0-release/contrib/gcc/
H A Dunwind-generic.h194 extern _Unwind_Reason_Code _Unwind_SjLj_RaiseException
H A Dunwind-sjlj.c324 #define _Unwind_RaiseException _Unwind_SjLj_RaiseException
/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A DUnwind-sjlj.c280 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) { function
281 _LIBUNWIND_TRACE_API("_Unwind_SjLj_RaiseException(ex_obj=%p)\n", exception_object);
335 return _Unwind_SjLj_RaiseException(exception_object);
H A DUnwind_AppleExtras.cpp139 NOT_HERE_BEFORE_5_0(_Unwind_SjLj_RaiseException)
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h227 _Unwind_Reason_Code _Unwind_SjLj_RaiseException(struct _Unwind_Exception *);
/freebsd-11.0-release/contrib/llvm/projects/libunwind/include/
H A Dunwind.h158 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object);

Completed in 108 milliseconds