Searched defs:__cxx_exception_type (Results 1 – 2 of 2) sorted by relevance
110 typedef struct __cxx_exception_type struct112 UINT flags; /* TYPE_FLAG flags */113 void (*destructor)(void);/* exception object destructor */114 cxx_exc_custom_handler custom_handler; /* custom handler for this exception */115 const cxx_type_info_table *type_info_table; /* list of types for this exception object */
143 typedef struct __cxx_exception_type struct145 UINT flags; /* TYPE_FLAG flags */146 void (*destructor)(void);/* exception object destructor */147 cxx_exc_custom_handler custom_handler; /* custom handler for this exception */148 const cxx_type_info_table *type_info_table; /* list of types for this exception object */