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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dexception.h45 * __TRY
57 * __TRY
73 * Warning: inside a __TRY or __EXCEPT block, 'break' or 'continue' statements
75 * or 'longjmp' to leave a __TRY block, as this will surely crash.
91 #define __TRY __try macro
125 #define __TRY \ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dexception.h45 * __TRY
57 * __TRY
73 * Warning: inside a __TRY or __EXCEPT block, 'break' or 'continue' statements
75 * or 'longjmp' to leave a __TRY block, as this will surely crash.
87 #define __TRY __try macro
125 #define __TRY \ macro

Completed in 101 milliseconds