Searched refs:error_ctype (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/regex/doc/ |
D | error_type.qbk | 21 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/ |
D | error_type.hpp | 35 error_ctype = 4, enumerator
|
D | basic_regex_parser.hpp | 687 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/ |
D | regex_constants.hpp | 193 error_ctype, ///< The expression contained an invalid character class name. enumerator
|
/third_party/boost/boost/xpressive/detail/dynamic/ |
D | parse_charset.hpp | 317 BOOST_XPR_ENSURE_(0 != chclass, error_ctype, "unknown class name"); in parse_charset()
|
/third_party/boost/boost/regex/ |
D | concepts.hpp | 338 e1 = global_regex_namespace::regex_constants::error_ctype; in global_constraints()
|