Home
last modified time | relevance | path

Searched refs:LOG_CAUGHT_EXCEPTION_MSG (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DResultTests.cpp303 LOG_CAUGHT_EXCEPTION_MSG("train: %d", 42);
427 try { throw std::bad_alloc(); } catch (...) { LOG_CAUGHT_EXCEPTION_MSG("train: %d", 42); } in ExceptionHandlingCompilationTest()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/include/wil/
H A Dresult_macros.h829 #define LOG_CAUGHT_EXCEPTION_MSG(fmt, ...) __R_FN(Log_CaughtExceptionMsg)(__R_… macro
843 …LOG_MSG(fmt, ...) catch (...) { LOG_CAUGHT_EXCEPTION_MSG(fmt, ##__…
845 … catch (...) { __pragma(warning(suppress : 4297)); LOG_CAUGHT_EXCEPTION_MSG(fmt, ##__…