Searched refs:__ecode (Results 1 – 7 of 7) sorted by relevance
143 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()157 regex_error(regex_constants::error_type __ecode, const char* __what) in _GLIBCXX_VISIBILITY()158 : std::runtime_error(__what), _M_code(__ecode) in _GLIBCXX_VISIBILITY()167 __throw_regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()170 __throw_regex_error(regex_constants::error_type __ecode, const char* __what) in _GLIBCXX_VISIBILITY()171 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); } in _GLIBCXX_VISIBILITY()
34 __throw_regex_error(regex_constants::error_type __ecode in __throw_regex_error() argument36 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); } in __throw_regex_error()38 regex_error::regex_error(regex_constants::error_type __ecode) in regex_error() argument39 : std::runtime_error("regex_error"), _M_code(__ecode) in regex_error()
117 __throw_regex_error(regex_constants::error_type __ecode) in __throw_regex_error() argument118 { throw regex_error(__ecode); } in __throw_regex_error()189 __throw_regex_error(regex_constants::error_type __ecode)
31 regex_error::regex_error(regex_constants::error_type __ecode) in regex_error() argument32 : std::runtime_error("regex_error"), _M_code(__ecode) in regex_error()
142 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()158 __throw_regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()
419 regex_error(regex_constants::error_type __ecode)420 : std::runtime_error("regex_error"), _M_code(__ecode)
422 regex_error(regex_constants::error_type __ecode)423 : std::runtime_error("regex_error"), _M_code(__ecode)