Home
last modified time | relevance | path

Searched defs:what (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/src/
Dtypeinfo.cpp34 std::bad_cast::what() const _NOEXCEPT in what() function in std::bad_cast
48 std::bad_typeid::what() const _NOEXCEPT in what() function in std::bad_typeid
Dexception.cpp120 const char* exception::what() const _NOEXCEPT in what() function in std::exception
133 const char* bad_exception::what() const _NOEXCEPT in what() function in std::bad_exception
Dnew.cpp174 bad_alloc::what() const _NOEXCEPT in what() function in std::bad_alloc
190 bad_array_new_length::what() const _NOEXCEPT in what() function in std::bad_array_new_length
Dstdexcept.cpp135 logic_error::what() const _NOEXCEPT in what() function in std::logic_error
179 runtime_error::what() const _NOEXCEPT in what() function in std::runtime_error
Dmemory.cpp41 bad_weak_ptr::what() const _NOEXCEPT in what() function in bad_weak_ptr
/ndk/sources/cxx-stl/gabi++/src/
Dterminate.cc75 const char* exception::what() const throw() { in what() function in std::exception
86 const char* bad_exception::what() const throw() { in what() function in std::bad_exception
97 const char* bad_cast::what() const throw() { in what() function in std::bad_cast
107 const char* bad_typeid::what() const throw() { in what() function in std::bad_typeid
Dnew.cc49 const char* bad_alloc::what() const throw() { in what() function in std::bad_alloc
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_stdexcept_base.c94 const char* __Named_exception::what() const _STLP_NOTHROW_INHERENTLY in what() function
D_new.h81 const char* what() const _STLP_NOTHROW_INHERENTLY { return "bad alloc"; } in what() function
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp68 const char* exception::what() const _STLP_NOTHROW { return "class exception"; } in what() function in exception
69 const char* bad_exception::what() const _STLP_NOTHROW { return "class bad_exception"; } in what() function in bad_exception
Dlocale.cpp62 string what = "Unable to find facet"; in _M_throw_on_combine_error() local
71 string what; in _M_throw_on_creation_failure() local
/ndk/tests/device/test-gnustl-full/unit/
Dexception_test.cpp69 void ExceptionTest::what() in what() function in ExceptionTest
/ndk/tests/device/test-stlport/unit/
Dexception_test.cpp69 void ExceptionTest::what() in what() function in ExceptionTest