Lines Matching refs:regex_error
402 // [7.8] Class regex_error
409 class regex_error
414 * @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 regular
854 * @throws regex_error if @p l is not a valid regular expression.
920 * @throws regex_error if p does not contain a valid regular expression
921 * pattern interpreted according to @p flags. If regex_error is thrown,
938 * @throws regex_error if p does not contain a valid regular expression
939 * pattern interpreted according to @p flags. If regex_error is thrown,
953 * @throws regex_error if p does not contain a valid regular expression
954 * pattern interpreted according to @p flags. If regex_error is thrown,
976 * @throws regex_error if p does not contain a valid regular expression
977 * pattern interpreted according to @p flags. If regex_error is thrown,
993 * @throws regex_error if @p l does not contain a valid regular
994 * expression pattern interpreted according to @p flags. If regex_error
2123 * @throws an exception of type regex_error.
2148 * @throws an exception of type regex_error.
2173 * @throws an exception of type regex_error.
2196 * @throws an exception of type regex_error.
2220 * @throws an exception of type regex_error.
2241 * @throws an exception of type regex_error.
2264 * @throws an exception of type regex_error.
2287 * @throws an exception of type regex_error.
2311 * @throws an exception of type regex_error.
2331 * @throws an exception of type regex_error.
2350 * @throws an exception of type regex_error.
2372 * @throws an exception of type regex_error.
2397 * @throws an exception of type regex_error.
2419 * @throws an exception of type regex_error.