Home
last modified time | relevance | path

Searched refs:_URC_FOREIGN_EXCEPTION_CAUGHT (Results 1 – 10 of 10) 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.cpp116 if (_URC_FOREIGN_EXCEPTION_CAUGHT != reason) in exception_cleanup_func()
646 if (_URC_FOREIGN_EXCEPTION_CAUGHT != reason) in dependent_exception_cleanup()
/external/clang/lib/Headers/
Dunwind.h86 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
/external/libunwind_llvm/include/
Dunwind.h31 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
/external/libunwind_llvm/src/
DUnwind-sjlj.c428 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
DUnwindLevel1.c460 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
DUnwind-EHABI.cpp977 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp93 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp96 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator