Searched defs:runtime_error (Results 1 – 4 of 4) sorted by relevance
63 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) in runtime_error() function in std::runtime_error67 runtime_error::runtime_error(const char* msg) : __imp_(msg) in runtime_error() function in std::runtime_error71 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT in runtime_error() function in std::runtime_error
11 struct runtime_error{ struct
29 struct runtime_error{runtime_error(string);}; struct
45 class _LIBCPP_EXCEPTION_ABI runtime_error class