Searched refs:_STLP_NOTHROW_INHERENTLY (Results 1 - 8 of 8) sorted by relevance

/external/stlport/stlport/stl/
H A D_stdexcept.h36 ~logic_error() _STLP_NOTHROW_INHERENTLY; member in class:logic_error
44 ~runtime_error() _STLP_NOTHROW_INHERENTLY; member in class:runtime_error
52 ~domain_error() _STLP_NOTHROW_INHERENTLY; member in class:domain_error
60 ~invalid_argument() _STLP_NOTHROW_INHERENTLY; member in class:invalid_argument
68 ~length_error() _STLP_NOTHROW_INHERENTLY; member in class:length_error
76 ~out_of_range() _STLP_NOTHROW_INHERENTLY; member in class:out_of_range
84 ~range_error() _STLP_NOTHROW_INHERENTLY; member in class:range_error
92 ~overflow_error() _STLP_NOTHROW_INHERENTLY; member in class:overflow_error
100 ~underflow_error() _STLP_NOTHROW_INHERENTLY; member in class:underflow_error
H A D_new.h77 bad_alloc () _STLP_NOTHROW_INHERENTLY { }
78 bad_alloc(const bad_alloc&) _STLP_NOTHROW_INHERENTLY { }
79 bad_alloc& operator=(const bad_alloc&) _STLP_NOTHROW_INHERENTLY {return *this;}
80 ~bad_alloc () _STLP_NOTHROW_INHERENTLY { }
81 const char* what() const _STLP_NOTHROW_INHERENTLY { return "bad alloc"; }
H A D_stdexcept_base.h75 const char* what() const _STLP_NOTHROW_INHERENTLY; member in class:__Named_exception
76 ~__Named_exception() _STLP_NOTHROW_INHERENTLY; member in class:__Named_exception
H A D_stdexcept_base.c89 __Named_exception::~__Named_exception() _STLP_NOTHROW_INHERENTLY {
94 const char* __Named_exception::what() const _STLP_NOTHROW_INHERENTLY
H A D_ios_base.h54 virtual ~failure() _STLP_NOTHROW_INHERENTLY; member in class:ios_base::failure
/external/stlport/src/
H A Ddll_main.cpp76 logic_error::~logic_error() _STLP_NOTHROW_INHERENTLY {}
77 runtime_error::~runtime_error() _STLP_NOTHROW_INHERENTLY {}
78 domain_error::~domain_error() _STLP_NOTHROW_INHERENTLY {}
79 invalid_argument::~invalid_argument() _STLP_NOTHROW_INHERENTLY {}
80 length_error::~length_error() _STLP_NOTHROW_INHERENTLY {}
81 out_of_range::~out_of_range() _STLP_NOTHROW_INHERENTLY {}
82 range_error::~range_error() _STLP_NOTHROW_INHERENTLY {}
83 overflow_error::~overflow_error() _STLP_NOTHROW_INHERENTLY {}
84 underflow_error::~underflow_error() _STLP_NOTHROW_INHERENTLY {}
H A Dios.cpp40 ios_base::failure::~failure() _STLP_NOTHROW_INHERENTLY {}
/external/stlport/stlport/stl/config/
H A Dfeatures.h862 # define _STLP_NOTHROW_INHERENTLY throw() macro
865 # define _STLP_NOTHROW_INHERENTLY macro

Completed in 418 milliseconds