Home
last modified time | relevance | path

Searched refs:exception_cleanup (Results 1 – 9 of 9) sorted by relevance

/external/libunwind/src/unwind/
DDeleteException.c31 _Unwind_Exception_Cleanup_Fn cleanup = exception_object->exception_cleanup; in _Unwind_DeleteException()
/external/libunwind_llvm/include/
Dunwind.h71 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member
120 void (*exception_cleanup)(_Unwind_Reason_Code reason, member
/external/libunwind/include/
Dunwind.h80 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
/external/libunwind_llvm/src/
DUnwind-sjlj.c427 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()
428 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
DUnwindLevel1.c459 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()
460 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
DUnwind-EHABI.cpp995 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()
996 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
/external/libcxxabi/src/
Dcxa_exception.cpp236 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func; in __cxa_throw()
700 dep_exception_header->unwindHeader.exception_cleanup = dependent_exception_cleanup; in __cxa_rethrow_primary_exception()
/external/clang/lib/Headers/
Dunwind.h108 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp118 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
366 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException; in createOurException()