Searched defs:runtime_error (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/libc++/src/ | ||
| H A D | stdexcept.cpp | 61 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) in runtime_error() function in std::runtime_error |
| /freebsd-12.1/contrib/libstdc++/src/ | ||
| H A D | stdexcept.cc | 60 runtime_error::runtime_error(const string& __arg) in runtime_error() function in runtime_error |