Lines Matching refs:__throw_system_error
46 std::__throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); in random_device()
56 std::__throw_system_error(errno, "random_device getentropy failed"); in operator ()()
72 std::__throw_system_error(errno, ("random_device failed to open " + __token).c_str());
84 std::__throw_system_error(ENOMSG, "random_device got EOF");
87 std::__throw_system_error(errno, "random_device got an unexpected error");
100 std::__throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
103 std::__throw_system_error(error, ("random device failed to open " + __token).c_str());
114 std::__throw_system_error(error, "random_device failed getting bytes");
124 std::__throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
133 std::__throw_system_error(err, "random_device rand_s failed.");
141 std::__throw_system_error(ENOENT, ("random device not supported " + __token).c_str());