Lines Matching full:effects
30 <i>Effects:</i> Allocates memory to hold the exception to be thrown.
52 <i>Effects:</i> Frees memory allocated by <tt>__cxa_allocate_exception</tt>.
68 <i>Effects:</i> Allocates memory to hold a "dependent" exception to be thrown.
90 <i>Effects:</i> Frees memory allocated by <tt>__cxa_allocate_dependent_exception</tt>.
111 <i>Effects:</i>
145 <i>Effects:</i>
181 <i>Effects:</i> Locates the most recently caught exception and decrements its
221 <i>Effects:</i> Marks the exception object on top of the caughtExceptions stack
242 <i>Effects:</i> Increments the ownership count of the currently handled
263 <i>Effects:</i> Decrements the ownership count of the exception by 1, and on
318 <i>Effects:</i> Increments the ownership count of the referenced exception.
334 <i>Effects:</i> Implements <tt>std::rethrow_exception(exception_ptr p)</tt>.
350 <i>Effects:</i>
371 <i>Effects:</i>
394 <i>Effects:</i> This function is called before initialization takes place. If
419 <i>Effects:</i> Sets the first byte of the guard object to a non-zero value.
438 <i>Effects:</i> This function is called if the initialization terminates by
463 <i>Effects:</i>
488 <i>Effects:</i>
513 <i>Effects:</i>
536 <i>Effects:</i>
555 <i>Effects:</i>
574 <i>Effects:</i>
593 <i>Effects:</i>
613 <i>Effects:</i>
633 <i>Effects:</i>
654 <i>Effects:</i>
706 <i>Effects:</i>
728 <i>Effects:</i> Throws an exception of type <tt>bad_cast</tt>.
744 <i>Effects:</i> Throws an exception of type <tt>bad_typeid</tt>.
760 <i>Effects:</i> Called if the user calls a non-overridden pure virtual function,
777 <i>Effects:</i> Handles re-checking the exception specification if
798 <i>Effects:</i>
821 <i>Effects:</i>