Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstdexcept.cpp63 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) in runtime_error() function in std::runtime_error
67 runtime_error::runtime_error(const char* msg) : __imp_(msg) in runtime_error() function in std::runtime_error
71 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT in runtime_error() function in std::runtime_error
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_stdexcept.h42 runtime_error(const string& __s) : __Named_exception(__s) {} in runtime_error() function