Lines Matching refs:__throw_system_error
45 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); in random_device()
55 __throw_system_error(errno, "random_device getentropy failed"); in operator ()()
71 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
83 __throw_system_error(ENODATA, "random_device got EOF");
86 __throw_system_error(errno, "random_device got an unexpected error");
99 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
102 __throw_system_error(error, ("random device failed to open " + __token).c_str());
113 __throw_system_error(error, "random_device failed getting bytes");
123 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
132 __throw_system_error(err, "random_device rand_s failed.");
140 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());