Searched refs:wxCATCH_ALL (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dexcept.h23 #define wxCATCH_ALL(code) catch ( ... ) { code } macro
26 #define wxCATCH_ALL(code) macro
H A Dscopeguard.h46 wxCATCH_ALL(;) \
75 wxCATCH_ALL(;) // do nothing, just eat the exception
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dinit.cpp450 wxCATCH_ALL( wxTheApp->OnUnhandledException(); return -1; )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp505 wxCATCH_ALL( wxTheApp->OnUnhandledException(); )
527 wxCATCH_ALL( wxTheApp->OnUnhandledException(); )

Completed in 106 milliseconds