Home
last modified time | relevance | path

Searched defs:runtime_error (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/libc++/src/
H A Dstdexcept.cpp61 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) in runtime_error() function in std::runtime_error
65 runtime_error::runtime_error(const char* msg) : __imp_(msg) in runtime_error() function in std::runtime_error
69 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT in runtime_error() function in std::runtime_error
/freebsd-12.1/contrib/libstdc++/src/
H A Dstdexcept.cc60 runtime_error::runtime_error(const string& __arg) in runtime_error() function in runtime_error