Home
last modified time | relevance | path

Searched refs:__Named_exception (Results 1 – 8 of 8) sorted by relevance

/external/stlport/stlport/stl/
D_stdexcept_base.c19 __Named_exception::__Named_exception(const string& __str) { in __Named_exception() function
42 __Named_exception::__Named_exception(const __Named_exception& __x) { in __Named_exception() function
65 __Named_exception& __Named_exception::operator = (const __Named_exception& __x) {
89 __Named_exception::~__Named_exception() _STLP_NOTHROW_INHERENTLY { in ~__Named_exception()
94 const char* __Named_exception::what() const _STLP_NOTHROW_INHERENTLY in what()
D_stdexcept_base.h68 class _STLP_CLASS_DECLSPEC __Named_exception : public _STLP_EXCEPTION_BASE {
70 __Named_exception(const string& __str);
71 __Named_exception(const __Named_exception&);
72 __Named_exception& operator = (const __Named_exception&);
75 ~__Named_exception() _STLP_NOTHROW_INHERENTLY;
D_stdexcept.h33 class _STLP_CLASS_DECLSPEC logic_error : public __Named_exception {
35 logic_error(const string& __s) : __Named_exception(__s) {} in logic_error()
41 class _STLP_CLASS_DECLSPEC runtime_error : public __Named_exception {
43 runtime_error(const string& __s) : __Named_exception(__s) {} in runtime_error()
D_exception.h189 class __Named_exception; variable
D_ios_base.h51 class _STLP_CLASS_DECLSPEC failure : public __Named_exception {
/external/stlport/src/
Dios.cpp37 : __Named_exception(s) in failure()
/external/stlport/etc/
DChangeLog331 No need for a __Named_exception workaround anymore. Force
353 __Named_exception that contains dynamically allocated memory
1035 __Named_exception implementation because of a Borland compiler
DChangeLog-5.11809 __Named_exception implementation, improve segregation between
2470 * stlport/stl/_stdexcept.h: Fix __Named_exception destructor