/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | exceptions.c | 58 volatile struct gdb_exception *exception; member 86 exceptions_state_mc_init (volatile struct gdb_exception *exception, in exceptions_state_mc_init() argument 92 exception->reason = 0; in exceptions_state_mc_init() 93 exception->error = GDB_NO_ERROR; in exceptions_state_mc_init() 94 exception->message = NULL; in exceptions_state_mc_init() 95 new_catcher->exception = exception; in exceptions_state_mc_init() 183 struct gdb_exception exception = *current_catcher->exception; in exceptions_state_mc() local 185 if (current_catcher->mask & RETURN_MASK (exception.reason)) in exceptions_state_mc() 197 throw_exception (exception); in exceptions_state_mc() 222 throw_exception (struct gdb_exception exception) in throw_exception() argument [all …]
|
H A D | event-top.c | 854 volatile struct gdb_exception exception; in async_disconnect() local 856 TRY_CATCH (exception, RETURN_MASK_ALL) in async_disconnect() 861 if (exception.reason < 0) in async_disconnect() 865 exception_print (gdb_stderr, exception); in async_disconnect() 868 TRY_CATCH (exception, RETURN_MASK_ALL) in async_disconnect()
|
H A D | exceptions.h | 123 gdb_exception *exception, 180 extern void throw_exception (struct gdb_exception exception)
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/ |
H A D | eh_exception.cc | 29 std::exception::~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT { } in ~exception() 40 std::exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT in what() 60 _ZGTtNKSt9exceptionD1Ev(const std::exception*) in _ZGTtNKSt9exceptionD1Ev() argument 64 _ZGTtNKSt9exception4whatEv(const std::exception* that) in _ZGTtNKSt9exception4whatEv() 70 return that->std::exception::what(); in _ZGTtNKSt9exception4whatEv()
|
H A D | exception | 26 /** @file exception 38 #include <bits/exception.h> 44 /** If an %exception is thrown which is not listed in a function's 45 * %exception specification, one of these may be thrown. */ 46 class bad_exception : public exception 74 /** The runtime will call this function if %exception handling must be 86 /** The runtime will call this function if an %exception is thrown which 87 * violates the function's %exception specification. */ 92 * exception-declaration in the matching handler or entering @c unexpected() 98 * %exception can result in a call of @c terminate() [all …]
|
H A D | exception.h | 60 class exception 63 exception() _GLIBCXX_USE_NOEXCEPT { } in exception() function 64 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT;
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
H A D | exception | 28 /** @file exception 50 * Classes and functions for reporting errors via exception classes. 59 * your own %exception classes, or use a different hierarchy, or to 62 class exception 65 exception() _GLIBCXX_USE_NOEXCEPT { } 66 virtual ~exception() _GLIBCXX_USE_NOEXCEPT; 73 /** If an %exception is thrown which is not listed in a function's 74 * %exception specification, one of these may be thrown. */ 75 class bad_exception : public exception 97 /** The runtime will call this function if %exception handling must be [all …]
|
H A D | eh_exception.cc | 31 std::exception::~exception() _GLIBCXX_USE_NOEXCEPT { } in ~exception() 40 std::exception::what() const _GLIBCXX_USE_NOEXCEPT in what()
|
/dflybsd-src/contrib/gdb-7/gdb/stubs/ |
H A D | m68k-stub.c | 1054 int exception; in set_debug_traps() local 1059 for (exception = 2; exception <= 23; exception++) in set_debug_traps() 1060 exceptionHandler (exception, _catchException); in set_debug_traps() 1075 for (exception = 48; exception <= 54; exception++) in set_debug_traps() 1076 exceptionHandler (exception, _catchException); in set_debug_traps()
|
/dflybsd-src/contrib/gcc-4.7/libobjc/objc/ |
H A D | objc-exception.h | 60 objc_EXPORT void objc_exception_throw (id exception); 83 typedef int (*objc_exception_matcher)(Class catch_class, id exception); 95 typedef void (*objc_uncaught_exception_handler)(id exception);
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cfns.gperf | 32 # [lib.res.on.exception.handling]: None of the functions from the 34 # exception, unless it calls a program-supplied function that 35 # throws an exception. 39 # abort -- synchronous exception from SIGABRT handler 50 #bsearch -- calls user function which may throw exception 154 #qsort -- calls user function which may throw exception 155 #raise -- synchronous exception from signal handler
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | concurrence.h | 67 class __concurrence_lock_error : public std::exception in _GLIBCXX_VISIBILITY() 75 class __concurrence_unlock_error : public std::exception in _GLIBCXX_VISIBILITY() 83 class __concurrence_broadcast_error : public std::exception in _GLIBCXX_VISIBILITY() 91 class __concurrence_wait_error : public std::exception in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-4.7/libobjc/ |
H A D | exception.c | 38 is_kind_of_exception_matcher (Class catch_class, id exception) in is_kind_of_exception_matcher() argument 46 if (exception != nil) in is_kind_of_exception_matcher() 50 for (c = exception->class_pointer; c != Nil; in is_kind_of_exception_matcher() 497 objc_exception_throw (id exception) in objc_exception_throw() argument 504 header->value = exception; in objc_exception_throw() 516 (*__objc_uncaught_exception_handler) (exception); in objc_exception_throw()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
H A D | stdexcept | 1 // Standard exception classes -*- C++ -*- 39 #include <exception> 54 * @brief One of two subclasses of exception. 56 class logic_error : public exception 111 * @brief One of two subclasses of exception. 113 class runtime_error : public exception
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-utils.c | 278 gdbpy_convert_exception (struct gdb_exception exception) in gdbpy_convert_exception() argument 282 if (exception.reason == RETURN_QUIT) in gdbpy_convert_exception() 284 else if (exception.error == MEMORY_ERROR) in gdbpy_convert_exception() 289 return PyErr_Format (exc_class, "%s", exception.message); in gdbpy_convert_exception()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | concurrence.h | 68 class __concurrence_lock_error : public std::exception in _GLIBCXX_VISIBILITY() 76 class __concurrence_unlock_error : public std::exception in _GLIBCXX_VISIBILITY() 84 class __concurrence_broadcast_error : public std::exception in _GLIBCXX_VISIBILITY() 92 class __concurrence_wait_error : public std::exception in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | unwind.inc | 33 exception handler and intermediary cleanup code. We'll only locate 79 /* Raise an exception, passing along the given exception object. */ 192 /* Raise an exception for forced unwinding. */ 215 /* Resume propagation of an existing exception. This is used after 240 /* Resume propagation of an FORCE_UNWIND exception, or to rethrow 241 a normal exception that was handled. */
|
H A D | unwind-arm-common.inc | 80 /* An exception index table entry. */ 103 /* The exception index table location. */ 191 /* Find the exception index table eintry for the given address. 403 /* Perform phase1 unwinding. UCBP is the exception being thrown, and 450 /* Resume unwinding after a cleanup has been run. UCBP is the exception 525 /* Clean up an exception object when unwinding is complete. */ 532 /* Free an exception. */ 575 caches these in the exception header (UCB). To avoid 681 /* Save the exception data pointer. */ 770 /* Match against the exception specification. */ [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | stdexcept | 1 // Standard exception classes -*- C++ -*- 38 #include <exception> 111 * @brief One of two subclasses of exception. 113 class logic_error : public exception 195 * @brief One of two subclasses of exception. 197 class runtime_error : public exception
|
/dflybsd-src/contrib/gcc-8.0/libgcc/ |
H A D | unwind.inc | 33 exception handler and intermediary cleanup code. We'll only locate 83 /* Raise an exception, passing along the given exception object. */ 201 /* Raise an exception for forced unwinding. */ 225 /* Resume propagation of an existing exception. This is used after 251 /* Resume propagation of an FORCE_UNWIND exception, or to rethrow 252 a normal exception that was handled. */
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
H A D | stdexcept.cc | 38 : exception(), _M_msg(__arg) { } in logic_error() 67 : exception(), _M_msg(__arg) { } in runtime_error()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
H A D | stdexcept.cc | 39 : exception(), _M_msg(__arg) { } in logic_error() 68 : exception(), _M_msg(__arg) { } in runtime_error()
|
/dflybsd-src/bin/sh/ |
H A D | error.c | 65 volatile sig_atomic_t exception; variable 87 exception = e; in exraise()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimple.def | 147 /* GIMPLE_CATCH <TYPES, HANDLER> represents a typed exception handler. 152 /* GIMPLE_EH_FILTER <TYPES, FAILURE> represents an exception 157 /* GIMPLE_EH_MUST_NOT_THROW <DECL> represents an exception barrier. 159 be invoked if an exception propagates to this point. */ 164 N_BODY is run; for all exception exits from the try block, 168 /* GIMPLE_RESX resumes execution after an exception. */ 171 /* GIMPLE_EH_DISPATCH demultiplexes an exception edge based on 196 if an exception is thrown during execution of EVAL. If TRY_KIND is 199 exception was thrown). */
|
/dflybsd-src/gnu/lib/gcc47/libobjc/ |
H A D | Makefile | 55 exception.c 78 objc-exception.h \
|