Searched refs:error_empty (Results 1 – 3 of 3) sorted by relevance
48 error_empty = 17, enumerator
151 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()
552 return (m_pimpl.get() ? m_pimpl->status() : regex_constants::error_empty); in status()