Searched refs:_STLP_NOTHROW_INHERENTLY (Results 1 – 8 of 8) sorted by relevance
36 ~logic_error() _STLP_NOTHROW_INHERENTLY;44 ~runtime_error() _STLP_NOTHROW_INHERENTLY;52 ~domain_error() _STLP_NOTHROW_INHERENTLY;60 ~invalid_argument() _STLP_NOTHROW_INHERENTLY;68 ~length_error() _STLP_NOTHROW_INHERENTLY;76 ~out_of_range() _STLP_NOTHROW_INHERENTLY;84 ~range_error() _STLP_NOTHROW_INHERENTLY;92 ~overflow_error() _STLP_NOTHROW_INHERENTLY;100 ~underflow_error() _STLP_NOTHROW_INHERENTLY;
77 bad_alloc () _STLP_NOTHROW_INHERENTLY { } in bad_alloc()78 bad_alloc(const bad_alloc&) _STLP_NOTHROW_INHERENTLY { } in bad_alloc()79 bad_alloc& operator=(const bad_alloc&) _STLP_NOTHROW_INHERENTLY {return *this;}80 ~bad_alloc () _STLP_NOTHROW_INHERENTLY { } in ~bad_alloc()81 const char* what() const _STLP_NOTHROW_INHERENTLY { return "bad alloc"; } in what()
75 const char* what() const _STLP_NOTHROW_INHERENTLY;76 ~__Named_exception() _STLP_NOTHROW_INHERENTLY;
89 __Named_exception::~__Named_exception() _STLP_NOTHROW_INHERENTLY { in ~__Named_exception()94 const char* __Named_exception::what() const _STLP_NOTHROW_INHERENTLY in what()
54 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
76 logic_error::~logic_error() _STLP_NOTHROW_INHERENTLY {} in ~logic_error()77 runtime_error::~runtime_error() _STLP_NOTHROW_INHERENTLY {} in ~runtime_error()78 domain_error::~domain_error() _STLP_NOTHROW_INHERENTLY {} in ~domain_error()79 invalid_argument::~invalid_argument() _STLP_NOTHROW_INHERENTLY {} in ~invalid_argument()80 length_error::~length_error() _STLP_NOTHROW_INHERENTLY {} in ~length_error()81 out_of_range::~out_of_range() _STLP_NOTHROW_INHERENTLY {} in ~out_of_range()82 range_error::~range_error() _STLP_NOTHROW_INHERENTLY {} in ~range_error()83 overflow_error::~overflow_error() _STLP_NOTHROW_INHERENTLY {} in ~overflow_error()84 underflow_error::~underflow_error() _STLP_NOTHROW_INHERENTLY {} in ~underflow_error()
40 ios_base::failure::~failure() _STLP_NOTHROW_INHERENTLY {} in ~failure()
856 # define _STLP_NOTHROW_INHERENTLY throw() macro859 # define _STLP_NOTHROW_INHERENTLY macro