Searched refs:_URC_FOREIGN_EXCEPTION_CAUGHT (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-wasm.c | 78 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
H A D | Unwind-sjlj.c | 489 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
H A D | UnwindLevel1.c | 567 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
H A D | Unwind-EHABI.cpp | 1192 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
/freebsd/contrib/libcxxrt/ |
H A D | unwind-itanium.h | 44 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
|
H A D | unwind-arm.h | 34 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
|
H A D | exception.cc | 428 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e); in thread_cleanup() 1350 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e);
|
/freebsd/contrib/llvm-project/libunwind/include/ |
H A D | unwind.h | 35 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | unwind.h | 80 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
|