|  |  | Whole document treeeh_throw.cc File Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members 
 eh_throw.cc File Reference#include <bits/c++config.h>
 #include "unwind-cxx.h"
 
Include dependency graph for eh_throw.cc:   
Go to the source code of this file. 
 Function Documentation
 
 
  
    | 
        
          | void __cxa_throw | ( | void * | obj, |  
          |  |  | std::type_info * | tinfo, |  
          |  |  | void(* | dest)(void *) |  
          |  | ) |  |  |  
  
    |  | 
 
Definition at line 56 of file eh_throw.cc.
 
References __cxa_begin_catch(), __cxa_get_globals(), __cxxabiv1::__gxx_exception_class, __gxx_exception_cleanup(), __cxxabiv1::__terminate_handler, __cxxabiv1::__unexpected_handler, __cxxabiv1::__cxa_exception::exceptionDestructor, __cxxabiv1::__cxa_exception::exceptionType, std::terminate(), __cxxabiv1::__cxa_exception::terminateHandler, __cxxabiv1::__cxa_eh_globals::uncaughtExceptions, __cxxabiv1::__cxa_exception::unexpectedHandler, and __cxxabiv1::__cxa_exception::unwindHeader.     |  
 
  
    | 
        
          | void __gxx_exception_cleanup | ( | _Unwind_Reason_Code | code, |  
          |  |  | _Unwind_Exception * | exc |  
          |  | ) |  [static] |  |  Generated on Mon Apr 8 03:12:36 2002 for libstdc++-v3 Source by
  1.2.15 |