| /src/lib/libm/src/ |
| k_standard.c | 86 struct exception exc; local 97 exc.arg1 = x; 98 exc.arg2 = y; 103 exc.type = DOMAIN; 104 exc.name = type < 100 ? "acos" : "acosf"; 105 exc.retval = zero; 107 exc.retval = zero/zero; 109 } else if (!matherr(&exc)) { 119 exc.type = DOMAIN; 120 exc.name = type < 100 ? "asin" : "asinf" [all...] |
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| matherr.c | 32 int matherr(exc) 33 struct exception *exc; 35 switch (exc->type) {
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| eh_throw.cc | 33 __gxx_exception_cleanup (_Unwind_Reason_Code code, _Unwind_Exception *exc) 37 = __get_refcounted_exception_header_from_ue (exc); 44 __terminate (header->exc.terminateHandler); 48 if (header->exc.exceptionDestructor) 49 header->exc.exceptionDestructor (header + 1); 64 header->exc.exceptionType = tinfo; 65 header->exc.exceptionDestructor = dest; 68 header->exc.unexpectedHandler = std::get_unexpected (); 70 header->exc.terminateHandler = std::get_terminate (); 71 __GXX_INIT_PRIMARY_EXCEPTION_CLASS(header->exc.unwindHeader.exception_class) [all...] |
| vterminate.cc | 82 __catch(const exception& exc) 84 char const *w = exc.what();
|
| eh_ptr.cc | 104 if (eh->exc.exceptionDestructor) 105 eh->exc.exceptionDestructor (_M_exception_object); 164 _Unwind_Exception *exc) 167 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); 176 __terminate (header->exc.terminateHandler); 182 if (header->exc.exceptionDestructor) 183 header->exc.exceptionDestructor (header + 1);
|
| unwind-cxx.h | 105 __cxa_exception exc; member in struct:__cxxabiv1::__cxa_refcounted_exception 212 __get_exception_header_from_ue (_Unwind_Exception *exc) 214 return reinterpret_cast<__cxa_exception *>(exc + 1) - 1; 227 __get_refcounted_exception_header_from_ue (_Unwind_Exception *exc) 229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1; 233 __get_dependent_exception_from_ue (_Unwind_Exception *exc) 235 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| eh_throw.cc | 33 __gxx_exception_cleanup (_Unwind_Reason_Code code, _Unwind_Exception *exc) 37 = __get_refcounted_exception_header_from_ue (exc); 44 __terminate (header->exc.terminateHandler); 48 if (header->exc.exceptionDestructor) 49 header->exc.exceptionDestructor (header + 1); 64 header->exc.exceptionType = tinfo; 65 header->exc.exceptionDestructor = dest; 68 header->exc.unexpectedHandler = std::get_unexpected (); 70 header->exc.terminateHandler = std::get_terminate (); 71 __GXX_INIT_PRIMARY_EXCEPTION_CLASS(header->exc.unwindHeader.exception_class) [all...] |
| vterminate.cc | 82 __catch(const exception& exc) 84 char const *w = exc.what();
|
| eh_ptr.cc | 104 if (eh->exc.exceptionDestructor) 105 eh->exc.exceptionDestructor (_M_exception_object); 164 _Unwind_Exception *exc) 167 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); 176 __terminate (header->exc.terminateHandler); 182 if (header->exc.exceptionDestructor) 183 header->exc.exceptionDestructor (header + 1);
|
| unwind-cxx.h | 105 __cxa_exception exc; member in struct:__cxxabiv1::__cxa_refcounted_exception 212 __get_exception_header_from_ue (_Unwind_Exception *exc) 214 return reinterpret_cast<__cxa_exception *>(exc + 1) - 1; 227 __get_refcounted_exception_header_from_ue (_Unwind_Exception *exc) 229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1; 233 __get_dependent_exception_from_ue (_Unwind_Exception *exc) 235 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1;
|
| /src/sys/lib/libunwind/ |
| libunwind.cxx | 30 struct _Unwind_Exception *exc) { 56 _Unwind_Reason_Code result = (*p)(1, _UA_SEARCH_PHASE, exc->exception_class, 57 exc, (struct _Unwind_Context *)(&cursor)); 64 exc->private_2 = cursor.getSP(); 79 struct _Unwind_Exception *exc) { 108 if (sp == exc->private_2) 111 _Unwind_Reason_Code result = (*p)(1, action, exc->exception_class, exc, 116 if (sp == exc->private_2) 131 struct _Unwind_Exception *exc, [all...] |
| /src/sys/arch/powerpc/oea/ |
| kgdb_glue.c | 70 && (frame->exc == EXC_TRC 71 || (frame->exc == EXC_PGM 73 || frame->exc == EXC_BPT)) {
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind-seh.c | 332 _Unwind_RaiseException (struct _Unwind_Exception *exc) 334 memset (exc->private_, 0, sizeof (exc->private_)); 336 /* The ExceptionInformation array will have only 1 element, EXC. */ 337 RaiseException (STATUS_GCC_THROW, 0, 1, (ULONG_PTR *)&exc); 379 _Unwind_ForcedUnwind_Phase2 (struct _Unwind_Exception *exc) 384 RaiseException (STATUS_GCC_FORCED, 0, 1, (ULONG_PTR *)&exc); 389 stop = (_Unwind_Stop_Fn) exc->private_[0]; 390 stop_argument = (void *) exc->private_[4]; 392 exc->exception_class, exc, NULL, stop_argument) [all...] |
| unwind-compat.c | 46 _Unwind_DeleteException (struct _Unwind_Exception *exc) 48 return __libunwind_Unwind_DeleteException (exc); 65 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc, 68 return __libunwind_Unwind_ForcedUnwind (exc, stop, stop_argument); 164 _Unwind_RaiseException(struct _Unwind_Exception *exc) 166 return __libunwind_Unwind_RaiseException (exc); 173 _Unwind_Resume (struct _Unwind_Exception *exc) 175 __libunwind_Unwind_Resume (exc); 183 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exc) 185 return __libunwind_Unwind_Resume_or_Rethrow (exc); [all...] |
| unwind.inc | 38 _Unwind_RaiseException_Phase2(struct _Unwind_Exception *exc, 53 match_handler = (uw_identify_context (context) == exc->private_2 65 exc->exception_class, exc, context); 86 _Unwind_RaiseException(struct _Unwind_Exception *exc) 118 code = (*fs.personality) (1, _UA_SEARCH_PHASE, exc->exception_class, 119 exc, &cur_context); 132 exc->private_1 = 0; 133 exc->private_2 = uw_identify_context (&cur_context); 136 code = _Unwind_RaiseException_Phase2 (exc, &cur_context, &frames) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind-seh.c | 332 _Unwind_RaiseException (struct _Unwind_Exception *exc) 334 memset (exc->private_, 0, sizeof (exc->private_)); 336 /* The ExceptionInformation array will have only 1 element, EXC. */ 337 RaiseException (STATUS_GCC_THROW, 0, 1, (ULONG_PTR *)&exc); 379 _Unwind_ForcedUnwind_Phase2 (struct _Unwind_Exception *exc) 384 RaiseException (STATUS_GCC_FORCED, 0, 1, (ULONG_PTR *)&exc); 389 stop = (_Unwind_Stop_Fn) exc->private_[0]; 390 stop_argument = (void *) exc->private_[4]; 392 exc->exception_class, exc, NULL, stop_argument) [all...] |
| unwind-compat.c | 46 _Unwind_DeleteException (struct _Unwind_Exception *exc) 48 return __libunwind_Unwind_DeleteException (exc); 65 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc, 68 return __libunwind_Unwind_ForcedUnwind (exc, stop, stop_argument); 164 _Unwind_RaiseException(struct _Unwind_Exception *exc) 166 return __libunwind_Unwind_RaiseException (exc); 173 _Unwind_Resume (struct _Unwind_Exception *exc) 175 __libunwind_Unwind_Resume (exc); 183 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exc) 185 return __libunwind_Unwind_Resume_or_Rethrow (exc); [all...] |
| unwind.inc | 38 _Unwind_RaiseException_Phase2(struct _Unwind_Exception *exc, 53 match_handler = (uw_identify_context (context) == exc->private_2 65 exc->exception_class, exc, context); 76 _Unwind_Frames_Increment (exc, context, frames); 86 _Unwind_RaiseException(struct _Unwind_Exception *exc) 118 code = (*fs.personality) (1, _UA_SEARCH_PHASE, exc->exception_class, 119 exc, &cur_context); 132 exc->private_1 = 0; 133 exc->private_2 = uw_identify_context (&cur_context) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/ |
| features.py | 48 except subprocess.CalledProcessError as exc: 49 if exc.returncode != 1:
|
| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| shadow-stack-unwind.h | 71 #define _Unwind_Frames_Increment(exc, context, frames) \ 74 if (exc->exception_class != 0 \ 89 #define _Unwind_Frames_Increment(exc, context, frames) \ 117 if (exc->exception_class != 0 \
|
| /src/sys/arch/sandpoint/stand/altboot/ |
| exception.c | 56 uint8_t *exc; local 60 for (exc = (uint8_t *)0x100; exc <= (uint8_t *)0x1400; exc += 0x100) 61 memcpy(exc, trap, trap_end - trap);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| exc_request.defs | 32 subsystem exc 2400;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| exc_request.defs | 32 subsystem exc 2400;
|
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-frame.c | 393 gdbscm_gdb_exception exc {}; 401 exc = unpack (except); 404 GDBSCM_HANDLE_GDB_EXCEPTION (exc); 423 gdbscm_gdb_exception exc {}; 435 exc = unpack (except); 438 GDBSCM_HANDLE_GDB_EXCEPTION (exc); 465 gdbscm_gdb_exception exc {}; 477 exc = unpack (except); 480 GDBSCM_HANDLE_GDB_EXCEPTION (exc); 501 gdbscm_gdb_exception exc {}; [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-frame.c | 393 gdbscm_gdb_exception exc {}; 401 exc = unpack (except); 404 GDBSCM_HANDLE_GDB_EXCEPTION (exc); 423 gdbscm_gdb_exception exc {}; 435 exc = unpack (except); 438 GDBSCM_HANDLE_GDB_EXCEPTION (exc); 465 gdbscm_gdb_exception exc {}; 477 exc = unpack (except); 480 GDBSCM_HANDLE_GDB_EXCEPTION (exc); 501 gdbscm_gdb_exception exc {}; [all...] |