Home
last modified time | relevance | path

Searched refs:error_bad_pattern (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/regex/doc/
Derror_type.qbk33 static const error_type error_bad_pattern;
59 [[error_bad_pattern][Other unspecified errors.]]
/third_party/boost/boost/regex/v4/
Derror_type.hpp33 error_bad_pattern = 2, enumerator
Dbasic_regex_creator.hpp776 this->m_pdata->m_status = boost::regex_constants::error_bad_pattern; in fixup_recursions()
788 boost::regex_error e(message, boost::regex_constants::error_bad_pattern, 0); in fixup_recursions()
865 this->m_pdata->m_status = boost::regex_constants::error_bad_pattern; in fixup_recursions()
877 boost::regex_error e(message, boost::regex_constants::error_bad_pattern, 0); in fixup_recursions()
931 this->m_pdata->m_status = boost::regex_constants::error_bad_pattern; in create_startmaps()
943 boost::regex_error e(message, boost::regex_constants::error_bad_pattern, 0); in create_startmaps()
1144 this->m_pdata->m_status = boost::regex_constants::error_bad_pattern; in create_startmap()
1156 boost::regex_error e(message, boost::regex_constants::error_bad_pattern, 0); in create_startmap()
Dbasic_regex_parser.hpp2667 …fail(regex_constants::error_bad_pattern, m_position - m_base, "More than one alternation operator … in parse_perl_extension()
2679 …fail(regex_constants::error_bad_pattern, m_position - m_base, "Alternation operators are not allow… in parse_perl_extension()