Home
last modified time | relevance | path

Searched refs:cxx_exception_type (Results 1 – 8 of 8) sorted by relevance

/reactos/sdk/lib/crt/wine/
H A Dcppexcept.h116 } cxx_exception_type; typedef
124 } cxx_exception_type; typedef
127 void WINAPI _CxxThrowException(exception*,const cxx_exception_type*);
177 static const cxx_exception_type type ## _exception_type = { \
205 static cxx_exception_type type ##_exception_type = { \
H A Dexcept_x86_64.c119 static void dump_exception_type(const cxx_exception_type *type, ULONG64 base) in dump_exception_type()
200 static const cxx_type_info *find_caught_type(cxx_exception_type *exc_type, ULONG64 exc_base, in find_caught_type()
387 cxx_exception_type *info, ULONG64 orig_frame) in find_catch_block()
485 cxx_exception_type *exc_type; in se_translation_filter()
493 exc_type = (cxx_exception_type *)rec->ExceptionInformation[2]; in se_translation_filter()
507 cxx_exception_type *exc_type; in cxx_frame_handler()
568 exc_type = (cxx_exception_type *)rec->ExceptionInformation[2]; in cxx_frame_handler()
673 return sizeof(cxx_exception_type); in __CxxQueryExceptionSize()
H A Dexcept_i386.c218 static void dump_exception_type( const cxx_exception_type *type ) in dump_exception_type()
265 static const cxx_type_info *find_caught_type( cxx_exception_type *exc_type, in find_caught_type()
394 cxx_exception_type *info ) in call_catch_block()
505 type = find_caught_type( (cxx_exception_type*)rec->ExceptionInformation[2], ti, flags ); in __CxxExceptionFilter()
538 cxx_exception_type *exc_type; in se_translation_filter()
546 exc_type = (cxx_exception_type *)rec->ExceptionInformation[2]; in se_translation_filter()
564 cxx_exception_type *exc_type; in cxx_frame_handler()
598 exc_type = (cxx_exception_type *)rec->ExceptionInformation[2]; in cxx_frame_handler()
728 return sizeof(cxx_exception_type); in __CxxQueryExceptionSize()
H A Dcpp.c1572 void WINAPI _CxxThrowException( exception *object, const cxx_exception_type *type ) in _CxxThrowException()
1582 void WINAPI _CxxThrowException( exception *object, const cxx_exception_type *type ) in _CxxThrowException()
1616 …const cxx_type_info_table *tit = ((cxx_exception_type*)rec->ExceptionInformation[2])->type_info_ta… in _is_exception_typeof()
1654 const cxx_exception_type *et = (cxx_exception_type*)rec->ExceptionInformation[2]; in _is_exception_typeof()
1725 extern void call_dtor(const cxx_exception_type *type, void *func, void *object);
1732 static inline void call_dtor(const cxx_exception_type *type, unsigned int dtor, void *object) in call_dtor()
1757 const cxx_exception_type *type = (void*)ep->rec->ExceptionInformation[2]; in __ExceptionPtrDestroy()
1865 const cxx_exception_type *et = (void*)ep->rec->ExceptionInformation[2]; in __ExceptionPtrCurrentException()
1911 const cxx_exception_type *et = (void*)ep->rec->ExceptionInformation[2]; in __ExceptionPtrCurrentException()
1959 exception *object, const cxx_exception_type *type) in __ExceptionPtrCopyException()
[all …]
H A Dexcept.c407 cxx_exception_type *info = (cxx_exception_type*) rec->ExceptionInformation[2]; in __DestructExceptionObject()
H A Dexcept_arm.c105 return sizeof(cxx_exception_type); in __CxxQueryExceptionSize()
H A Dexcept_arm64.c106 return sizeof(cxx_exception_type); in __CxxQueryExceptionSize()
/reactos/sdk/lib/crt/include/internal/wine/
H A Dcppexcept.h149 } cxx_exception_type; typedef
151 void WINAPI _CxxThrowException(exception*,const cxx_exception_type*);