Searched defs:__EXCEPT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dexception.h49 * __EXCEPT(filter_func)
73 * Warning: inside a __TRY or __EXCEPT block, 'break' or 'continue' statements
76 * You can use them to leave a __EXCEPT block though.
92 #define __EXCEPT(func) __except((func)(GetExceptionInformation())) macro
132 #define __EXCEPT(func) \ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dexception.h49 * __EXCEPT(filter_func)
73 * Warning: inside a __TRY or __EXCEPT block, 'break' or 'continue' statements
76 * You can use them to leave a __EXCEPT block though.
88 #define __EXCEPT(func) __except((func)(GetExceptionInformation())) macro
132 #define __EXCEPT(func) \ macro

Completed in 32 milliseconds