Home | History | Annotate | Download | only in src

Lines Matching refs:_NOEXCEPT

38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_)
43 logic_error::operator=(const logic_error& le) _NOEXCEPT
51 logic_error::~logic_error() _NOEXCEPT
56 logic_error::what() const _NOEXCEPT
71 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
77 runtime_error::operator=(const runtime_error& le) _NOEXCEPT
85 runtime_error::~runtime_error() _NOEXCEPT
90 runtime_error::what() const _NOEXCEPT
95 domain_error::~domain_error() _NOEXCEPT {}
96 invalid_argument::~invalid_argument() _NOEXCEPT {}
97 length_error::~length_error() _NOEXCEPT {}
98 out_of_range::~out_of_range() _NOEXCEPT {}
100 range_error::~range_error() _NOEXCEPT {}
101 overflow_error::~overflow_error() _NOEXCEPT {}
102 underflow_error::~underflow_error() _NOEXCEPT {}