Searched refs:regex_error (Results 1 – 12 of 12) sorted by relevance
36 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); } in __throw_regex_error()38 regex_error::regex_error(regex_constants::error_type __ecode) in regex_error() function in std::regex_error42 regex_error::~regex_error() throw() { } in ~regex_error()
31 regex_error::regex_error(regex_constants::error_type __ecode) in regex_error() function in std::regex_error35 regex_error::~regex_error() throw() { } in ~regex_error()
118 { throw regex_error(__ecode); } in __throw_regex_error()
132 class regex_error : public std::runtime_error in _GLIBCXX_VISIBILITY()143 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()145 virtual ~regex_error() throw(); in _GLIBCXX_VISIBILITY()157 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()
131 class regex_error : public std::runtime_error in _GLIBCXX_VISIBILITY()142 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()144 virtual ~regex_error() throw(); in _GLIBCXX_VISIBILITY()
405 // [7.8] Class regex_error412 class regex_error417 * @brief Constructs a regex_error object.422 regex_error(regex_constants::error_type __ecode)423 : std::runtime_error("regex_error"), _M_code(__ecode)782 * @throws regex_error if @p p is not a valid regular expression.799 * @throws regex_error if @p p is not a valid regular expression.822 * @throws regex_error if @p s is not a valid regular expression.841 * @throws regex_error if @p [first, last) is not a valid regular857 * @throws regex_error if @p l is not a valid regular expression.[all …]
402 // [7.8] Class regex_error409 class regex_error414 * @brief Constructs a regex_error object.419 regex_error(regex_constants::error_type __ecode)420 : std::runtime_error("regex_error"), _M_code(__ecode)779 * @throws regex_error if @p p is not a valid regular expression.796 * @throws regex_error if @p p is not a valid regular expression.819 * @throws regex_error if @p s is not a valid regular expression.838 * @throws regex_error if @p [first, last) is not a valid regular854 * @throws regex_error if @p l is not a valid regular expression.[all …]
58 #include <bits/regex_error.h>
57 #include <bits/regex_error.h>
1617 # std::regex_error::regex_error(std::regex_constants::error_type)1624 # std::regex_error::regex_error(std::regex_constants::error_type)
170 ${bits_srcdir}/regex_error.h \
201 ${bits_srcdir}/regex_error.h \