Home
last modified time | relevance | path

Searched refs:bad_exception (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_exception.h39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro
46 # undef bad_exception
79 using _STLP_VENDOR_EXCEPT_STD::bad_exception;
175 class _STLP_CLASS_DECLSPEC bad_exception : public exception {
178 bad_exception() _STLP_NOTHROW;
179 ~bad_exception() _STLP_NOTHROW;
182 bad_exception() _STLP_NOTHROW {}
183 ~bad_exception() _STLP_NOTHROW {}
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp66 bad_exception::bad_exception() _STLP_NOTHROW {} in bad_exception() function in bad_exception
67 bad_exception::~bad_exception() _STLP_NOTHROW {} in ~bad_exception()
69 const char* bad_exception::what() const _STLP_NOTHROW { return "class bad_exception"; } in what()
/ndk/tests/device/test-stlport/unit/
Dexception_test.cpp56 throw std::bad_exception(); in unexpected_hdl()
88 catch (std::bad_exception const&) { in unexpected_except()
/ndk/tests/device/test-gnustl-full/unit/
Dexception_test.cpp56 throw std::bad_exception(); in unexpected_hdl()
88 catch (std::bad_exception const&) { in unexpected_except()