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

/external/libunwind/src/unwind/
H A DDeleteException.c31 _Unwind_Exception_Cleanup_Fn cleanup = exception_object->exception_cleanup;
/external/libunwind/include/
H A Dunwind.h80 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
/external/libcxxabi/include/
H A Dunwind.h71 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member in struct:_Unwind_Control_Block
120 void (*exception_cleanup)(_Unwind_Reason_Code reason, member in struct:_Unwind_Exception
/external/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c427 if (exception_object->exception_cleanup != NULL)
428 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,
H A DUnwindLevel1.c452 if (exception_object->exception_cleanup != NULL)
453 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,
H A DUnwind-EHABI.cpp989 if (exception_object->exception_cleanup != NULL)
990 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,
/external/clang/lib/Headers/
H A Dunwind.h108 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
/external/libcxxabi/src/
H A Dcxa_exception.cpp236 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func;
700 dep_exception_header->unwindHeader.exception_cleanup = dependent_exception_cleanup;
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp117 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
365 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException;

Completed in 148 milliseconds