Home | History | Annotate | Download | only in src

Lines Matching defs:_NOEXCEPT

47     count_t& count() const _NOEXCEPT {return ((_Rep_base*)(str_ - offset))->count;}
52 compute_gcc_empty_string_storage() _NOEXCEPT
62 get_gcc_empty_string_storage() _NOEXCEPT
71 __libcpp_nmstr(const __libcpp_nmstr& s) _NOEXCEPT;
72 __libcpp_nmstr& operator=(const __libcpp_nmstr& s) _NOEXCEPT;
74 const char* c_str() const _NOEXCEPT {return str_;}
89 __libcpp_nmstr::__libcpp_nmstr(const __libcpp_nmstr& s) _NOEXCEPT
99 __libcpp_nmstr::operator=(const __libcpp_nmstr& s) _NOEXCEPT
136 logic_error::~logic_error() _NOEXCEPT
143 logic_error::what() const _NOEXCEPT
149 runtime_error::~runtime_error() _NOEXCEPT
156 runtime_error::what() const _NOEXCEPT
162 domain_error::~domain_error() _NOEXCEPT {}
163 invalid_argument::~invalid_argument() _NOEXCEPT {}
164 length_error::~length_error() _NOEXCEPT {}
165 out_of_range::~out_of_range() _NOEXCEPT {}
167 range_error::~range_error() _NOEXCEPT {}
168 overflow_error::~overflow_error() _NOEXCEPT {}
169 underflow_error::~underflow_error() _NOEXCEPT {}