Home
last modified time | relevance | path

Searched refs:error_empty (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/regex/v4/
Derror_type.hpp48 error_empty = 17, enumerator
Dbasic_regex_parser.hpp151 fail(regex_constants::error_empty, 0); in parse()
226 if(error_code != regex_constants::error_empty) in fail()
1303 …fail(regex_constants::error_empty, this->m_position - this->m_base, "A regular expression cannot s… in parse_alt()
3124 …fail(regex_constants::error_empty, this->m_position - this->m_base, "Can't terminate a sub-express… in unwind_alts()
Dbasic_regex.hpp552 return (m_pimpl.get() ? m_pimpl->status() : regex_constants::error_empty); in status()