Lines Matching full:exception
55 * Function type to call when an unexpected exception is encountered.
69 * This structure is allocated when an exception is thrown. Unwinding happens
75 * we should avoid dynamic allocation during unwinding (the exception may be
102 * of the end (where the exception object can be stored).
110 /** Handler called when an exception specification is violated. */
115 * Next exception in the list. If an exception is thrown inside a catch
116 * block and caught in a nested catch, this points to the exception that
122 * exception. The top (non-sign) bit of this is used as a flag to indicate
123 * that the exception is being rethrown, so should not be deleted when its
135 * The number of cleanups that are currently being run on this exception.
173 * of the end (where the exception object can be stored)
177 /** The language-agnostic part of the exception header. */
222 * Throws an exception returned by __cxa_current_primary_exception(). This
223 * exception may have been caught in another thread.
227 * Returns the current exception in a form that can be stored in an
233 * Increments the reference count of an exception. Called when an
238 * Decrements the reference count of an exception. Called when an