Searched defs:runtime_error (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/libc++/src/
H A Dstdexcept.cpp63 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) function in class:std::runtime_error
67 runtime_error::runtime_error(const char* msg) : __imp_(msg) function in class:std::runtime_error
[all...]
/freebsd-10-stable/contrib/libstdc++/src/
H A Dstdexcept.cc60 runtime_error::runtime_error(const string& __arg) function in class:runtime_error
/freebsd-10-stable/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h107 class runtime_error : public exception class in inherits:exception

Completed in 96 milliseconds