Searched refs:__Named_exception (Results 1 – 8 of 8) sorted by relevance
19 __Named_exception::__Named_exception(const string& __str) { in __Named_exception() function42 __Named_exception::__Named_exception(const __Named_exception& __x) { in __Named_exception() function65 __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()
68 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;
33 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()
189 class __Named_exception; variable
51 class _STLP_CLASS_DECLSPEC failure : public __Named_exception {
37 : __Named_exception(s) in failure()
331 No need for a __Named_exception workaround anymore. Force353 __Named_exception that contains dynamically allocated memory1035 __Named_exception implementation because of a Borland compiler
1809 __Named_exception implementation, improve segregation between2470 * stlport/stl/_stdexcept.h: Fix __Named_exception destructor