Home
last modified time | relevance | path

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

/external/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
/external/clang/test/SemaCXX/
DPR9460.cpp11 struct runtime_error{ struct
DPR9461.cpp29 struct runtime_error{runtime_error(string);}; struct
/external/clang/test/CodeGenCXX/
Dweak-external.cpp45 class _LIBCPP_EXCEPTION_ABI runtime_error class
/external/stlport/stlport/stl/
D_stdexcept.h42 runtime_error(const string& __s) : __Named_exception(__s) {} in runtime_error() function
/external/chromium_org/chrome/browser/extensions/error_console/
Derror_console_browsertest.cc99 const RuntimeError* runtime_error = static_cast<const RuntimeError*>(error); in CheckRuntimeError() local