Home
last modified time | relevance | path

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

/freebsd-9-stable/include/
Dunwind.h44 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
/freebsd-9-stable/contrib/libstdc++/libsupc++/
Deh_throw.cc46 if (code != _URC_FOREIGN_EXCEPTION_CAUGHT && code != _URC_NO_REASON) in __gxx_exception_cleanup()
/freebsd-9-stable/contrib/libcxxrt/
Dunwind-itanium.h43 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
Dunwind-arm.h30 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
Dexception.cc348 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e); in thread_cleanup()
1312 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e);
/freebsd-9-stable/contrib/gcc/
Dunwind-generic.h66 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
Dunwind.inc275 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
/freebsd-9-stable/contrib/gcc/config/arm/
Dunwind-arm.h52 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
Dunwind-arm.c746 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc); in _Unwind_DeleteException()
/freebsd-9-stable/contrib/compiler-rt/lib/
Dgcc_personality_v0.c21 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
Dunwind.h82 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator