Searched refs:regex_error (Results 1 – 3 of 3) sorted by relevance
64 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error69 regex_error::~regex_error() throw() {} in ~regex_error()
83 class regex_error87 explicit regex_error(regex_constants::error_type ecode);999 class _LIBCPP_EXCEPTION_ABI regex_error1004 explicit regex_error(regex_constants::error_type __ecode);1005 regex_error(const regex_error&) _NOEXCEPT = default;1006 ~regex_error() _NOEXCEPT override;1016 throw regex_error(_Ev);
950 SYMBOL(regex_error, std::, <regex>)