Searched refs:error_bad_pattern (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/regex/doc/ |
D | error_type.qbk | 33 static const error_type error_bad_pattern; 59 [[error_bad_pattern][Other unspecified errors.]]
|
/third_party/boost/boost/regex/v4/ |
D | error_type.hpp | 33 error_bad_pattern = 2, enumerator
|
D | basic_regex_creator.hpp | 776 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()
|
D | basic_regex_parser.hpp | 2667 …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()
|