Searched refs:_URC_FOREIGN_EXCEPTION_CAUGHT (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/lib/libexecinfo/
H A Dunwind.c56 return _URC_FOREIGN_EXCEPTION_CAUGHT;
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_throw.cc44 // returns _URC_NO_REASON and not _URC_FOREIGN_EXCEPTION_CAUGHT
46 if (code != _URC_FOREIGN_EXCEPTION_CAUGHT && code != _URC_NO_REASON)
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_throw.cc46 // returns _URC_NO_REASON and not _URC_FOREIGN_EXCEPTION_CAUGHT
48 if (code != _URC_FOREIGN_EXCEPTION_CAUGHT && code != _URC_NO_REASON)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.h59 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator in enum:__anon7212
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-generic.h66 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator in enum:__anon353
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind.h35 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator in enum:__anon295
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h52 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator in enum:__anon127
H A Dunwind-arm.c746 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_exception.cpp125 If reason isn't _URC_FOREIGN_EXCEPTION_CAUGHT, then the terminateHandler
136 if (_URC_FOREIGN_EXCEPTION_CAUGHT != reason)
711 If reason isn't _URC_FOREIGN_EXCEPTION_CAUGHT, then the terminateHandler
722 if (_URC_FOREIGN_EXCEPTION_CAUGHT != reason)
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h80 _URC_FOREIGN_EXCEPTION_CAUGHT = 1, enumerator in enum:__anon670
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-sjlj.c488 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,
H A DUnwindLevel1.c541 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,
H A DUnwind-EHABI.cpp1189 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,

Completed in 114 milliseconds