/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | eh_arm.cc | 46 = __is_gxx_forced_unwind_class(ue_header->exception_class); in __cxa_type_match() 48 = !forced_unwind && !__is_gxx_exception_class(ue_header->exception_class); in __cxa_type_match() 50 = __is_dependent_exception(ue_header->exception_class); in __cxa_type_match() 101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() 142 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()
|
H A D | eh_tm.cc | 39 if (__is_dependent_exception (eo->exception_class)) in free_any_cxa_exception() 85 if (__is_gxx_exception_class (eo->exception_class)) in __cxa_tm_cleanup() 108 if (__is_gxx_exception_class (eo->exception_class)) in __cxa_tm_cleanup()
|
H A D | eh_catch.cc | 53 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_begin_catch() 106 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_end_catch()
|
H A D | eh_call.cc | 49 if (__is_gxx_exception_class(ue_header->exception_class)) in __cxa_call_terminate() 79 if (__is_gxx_exception_class(exc_obj->exception_class)) in __cxa_call_unexpected()
|
H A D | eh_throw.cc | 71 __GXX_INIT_PRIMARY_EXCEPTION_CLASS(header->exc.unwindHeader.exception_class); in __cxa_init_primary_exception() 113 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_rethrow()
|
H A D | eh_ptr.cc | 154 if (!__is_gxx_exception_class (header->unwindHeader.exception_class)) in current_exception() 206 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class); in rethrow_exception()
|
H A D | eh_type.cc | 42 if (__is_dependent_exception (header->unwindHeader.exception_class)) in __cxa_current_exception_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | eh_arm.cc | 46 = __is_gxx_forced_unwind_class(ue_header->exception_class); in __cxa_type_match() 48 = !forced_unwind && !__is_gxx_exception_class(ue_header->exception_class); in __cxa_type_match() 50 = __is_dependent_exception(ue_header->exception_class); in __cxa_type_match() 101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() 142 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()
|
H A D | eh_tm.cc | 39 if (__is_dependent_exception (eo->exception_class)) in free_any_cxa_exception() 85 if (__is_gxx_exception_class (eo->exception_class)) in __cxa_tm_cleanup() 108 if (__is_gxx_exception_class (eo->exception_class)) in __cxa_tm_cleanup()
|
H A D | eh_catch.cc | 53 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_begin_catch() 106 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_end_catch()
|
H A D | eh_throw.cc | 68 __GXX_INIT_PRIMARY_EXCEPTION_CLASS(header->exc.unwindHeader.exception_class); in __cxa_init_primary_exception() 110 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_rethrow()
|
H A D | eh_call.cc | 49 if (__is_gxx_exception_class(ue_header->exception_class)) in __cxa_call_terminate() 79 if (__is_gxx_exception_class(exc_obj->exception_class)) in __cxa_call_unexpected()
|
H A D | eh_ptr.cc | 186 if (!__is_gxx_exception_class (header->unwindHeader.exception_class)) in current_exception() 235 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class); in rethrow_exception()
|
H A D | eh_type.cc | 42 if (__is_dependent_exception (header->unwindHeader.exception_class)) in __cxa_current_exception_type()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_exceptions.cpp | 23 uint64_t exception_class, 37 uint64_t exception_class, in __hwasan_personality_wrapper() argument 44 rc = real_personality(version, actions, exception_class, unwind_exception, in __hwasan_personality_wrapper()
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A D | exception.cc | 242 static const uint64_t exception_class = variable 260 return (cls == exception_class) || (cls == dependent_exception_class); in isCXXException() 275 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; } in realExceptionFromException() 625 if (isDependentException(exception->unwindHeader.exception_class)) in releaseException() 642 assert(isDependentException(ex->unwindHeader.exception_class)); in __cxa_free_dependent_exception() 778 ex->unwindHeader.exception_class = exception_class; in __cxa_throw() 795 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception() 816 if (isDependentException(ex->unwindHeader.exception_class)) { return; } in __cxa_increment_exception_refcount() 1216 if (isCXXException(exceptionObject->exception_class)) 1378 if (exceptionObject->exception_class == exception_class) [all …]
|
H A D | unwind-arm.h | 62 uint64_t exception_class; member 202 uint64_t exceptionClass = exceptionObject->exception_class;\
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/test/ |
H A D | test_foreign_exceptions.cc | 23 e->exception_class = EXCEPTION_CLASS('F','O','R','E','I','G','N','\0'); in __wrap__Unwind_RaiseException() 69 global_e.exception_class = 0; in main() 83 global_e.exception_class = 0; in main()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | unwind-seh.c | 245 stop (1, gcc_action, gcc_exc->exception_class, gcc_exc, in _GCC_specific_handler() 264 gcc_reason = gcc_per (1, gcc_action, gcc_exc->exception_class, in _GCC_specific_handler() 289 gcc_reason = gcc_per (1, _UA_SEARCH_PHASE, gcc_exc->exception_class, in _GCC_specific_handler() 301 gcc_exc->exception_class, gcc_exc, in _GCC_specific_handler() 389 exc->exception_class, exc, NULL, stop_argument); in _Unwind_ForcedUnwind_Phase2()
|
H A D | unwind.inc | 65 exc->exception_class, exc, context); 118 code = (*fs.personality) (1, _UA_SEARCH_PHASE, exc->exception_class, 171 stop_code = (*stop) (1, action, exc->exception_class, exc, 184 exc->exception_class, exc, context);
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | unwind-seh.c | 245 stop (1, gcc_action, gcc_exc->exception_class, gcc_exc, in _GCC_specific_handler() 264 gcc_reason = gcc_per (1, gcc_action, gcc_exc->exception_class, in _GCC_specific_handler() 289 gcc_reason = gcc_per (1, _UA_SEARCH_PHASE, gcc_exc->exception_class, in _GCC_specific_handler() 301 gcc_exc->exception_class, gcc_exc, in _GCC_specific_handler() 389 exc->exception_class, exc, NULL, stop_argument); in _Unwind_ForcedUnwind_Phase2()
|
H A D | unwind.inc | 65 exc->exception_class, exc, context); 118 code = (*fs.personality) (1, _UA_SEARCH_PHASE, exc->exception_class, 170 stop_code = (*stop) (1, action, exc->exception_class, exc, 183 exc->exception_class, exc, context);
|
/netbsd-src/sys/lib/libunwind/ |
H A D | libunwind.cxx | 56 _Unwind_Reason_Code result = (*p)(1, _UA_SEARCH_PHASE, exc->exception_class, in unwind_phase1() 111 _Unwind_Reason_Code result = (*p)(1, action, exc->exception_class, exc, in unwind_phase2() 148 (*stop)(1, action, exc->exception_class, exc, in unwind_phase2_forced() 166 (*stop)(1, action, exc->exception_class, exc, in unwind_phase2_forced() 175 result = (*p)(1, action, exc->exception_class, exc, in unwind_phase2_forced()
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | exception.c | 237 _Unwind_Exception_Class exception_class, in PERSONALITY_FUNCTION() 295 foreign_exception = (exception_class != __objc_exception_class); in PERSONALITY_FUNCTION() 507 memcpy (&header->base.exception_class, &__objc_exception_class, in objc_exception_throw()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | exception.c | 237 _Unwind_Exception_Class exception_class, in PERSONALITY_FUNCTION() 295 foreign_exception = (exception_class != __objc_exception_class); in PERSONALITY_FUNCTION() 507 memcpy (&header->base.exception_class, &__objc_exception_class, in objc_exception_throw()
|