Home
last modified time | relevance | path

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

/external/libunwind/src/unwind/
DDeleteException.c34 (*cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exception_object); in _Unwind_DeleteException()
/external/libunwind/include/
Dunwind.h43 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
/external/libcxxabi/src/
Dcxa_exception.cpp133 if (_URC_FOREIGN_EXCEPTION_CAUGHT != reason) in exception_cleanup_func()
673 if (_URC_FOREIGN_EXCEPTION_CAUGHT != reason) in dependent_exception_cleanup()
/external/clang/lib/Headers/
Dunwind.h82 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
/external/libcxxabi/include/
Dunwind.h31 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
/external/libcxxabi/src/Unwind/
DUnwind-sjlj.c428 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
DUnwindLevel1.c453 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
DUnwind-EHABI.cpp990 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp92 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator