Home
last modified time | relevance | path

Searched refs:exception_cleanup (Results 1 – 12 of 12) 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.h76 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member
125 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.c473 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()
474 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
DUnwindLevel1.c461 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()
462 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
DUnwind-EHABI.cpp974 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()
975 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
DUnwind-seh.cpp112 exc->exception_cleanup = seh_exc_cleanup; in _GCC_specific_handler()
/external/libcxxabi/src/
Dcxa_exception.cpp271 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func; in __cxa_throw()
730 dep_exception_header->unwindHeader.exception_cleanup = dependent_exception_cleanup; in __cxa_rethrow_primary_exception()
/external/clang/lib/Headers/
Dunwind.h116 _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()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp121 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
371 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException; in createOurException()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp324 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException; in createOurException()