Home
last modified time | relevance | path

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

/components/libc/cplusplus/cpp11/gcc/
A D__utils.h20 inline void throw_system_error(int err, const char *what_msg) in throw_system_error() argument
23 throw std::system_error(std::error_code(err, std::system_category()), what_msg); in throw_system_error()
26 (void)what_msg; in throw_system_error()

Completed in 3 milliseconds