Home
last modified time | relevance | path

Searched refs:error_ctype (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/regex/doc/
Derror_type.qbk21 static const error_type error_ctype;
47 [[error_ctype][An invalid character class name was specified in a \[\[:name:\]\] block.]]
/third_party/boost/boost/regex/v4/
Derror_type.hpp35 error_ctype = 4, enumerator
Dbasic_regex_parser.hpp687 fail(regex_constants::error_ctype, m_position - m_base); in parse_basic_escape()
741 fail(regex_constants::error_ctype, m_position - m_base); in parse_extended_escape()
834 fail(regex_constants::error_ctype, m_position - m_base); in parse_extended_escape()
839 …fail(regex_constants::error_ctype, m_position - m_base, "Escape sequence was neither a valid prope… in parse_extended_escape()
1392 fail(regex_constants::error_ctype, m_position - m_base); in parse_set()
1542 fail(regex_constants::error_ctype, name_first - m_base); in parse_inner_set()
3010 fail(regex_constants::error_ctype, m_position - m_base); in add_emacs_code()
3015 fail(regex_constants::error_ctype, m_position - m_base); in add_emacs_code()
/third_party/boost/boost/xpressive/
Dregex_constants.hpp193 error_ctype, ///< The expression contained an invalid character class name. enumerator
/third_party/boost/boost/xpressive/detail/dynamic/
Dparse_charset.hpp317 BOOST_XPR_ENSURE_(0 != chclass, error_ctype, "unknown class name"); in parse_charset()
/third_party/boost/boost/regex/
Dconcepts.hpp338 e1 = global_regex_namespace::regex_constants::error_ctype; in global_constraints()