| 213 | } |
| 214 | |
| 215 | [[noreturn]] |
| 216 | void __cdecl _Xruntime_error(_In_z_ const char*) |
| 217 | { |
| 218 | RaiseException(KMODE_EXCEPTION_NOT_HANDLED); |
| 219 | } |
| 220 | |
| 221 | [[noreturn]] |
| 222 | void __cdecl RaiseHandler(const std::exception&) |
nothing calls this directly
no test coverage detected