| 195 | } |
| 196 | |
| 197 | [[noreturn]] |
| 198 | void __cdecl _Xlength_error(_In_z_ const char*) |
| 199 | { |
| 200 | RaiseException(KMODE_EXCEPTION_NOT_HANDLED); |
| 201 | } |
| 202 | |
| 203 | [[noreturn]] |
| 204 | void __cdecl _Xout_of_range(_In_z_ const char*) |
nothing calls this directly
no test coverage detected