Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dsyntax_type.hpp38 static const syntax_type syntax_question = 8; variable
Dbasic_regex_parser.hpp307 case regex_constants::syntax_question: in parse_basic()
366 case regex_constants::syntax_question: in parse_extended()
462 if(this->m_traits.syntax_type(*m_position) == regex_constants::syntax_question) in parse_open_paren()
590 case regex_constants::syntax_question: in parse_basic_escape()
1003 …osition != m_end) && (this->m_traits.syntax_type(*m_position) == regex_constants::syntax_question)) in parse_repeat()
1111 case regex_constants::syntax_question: in parse_repeat()
1117 …n + 2 < m_end) && this->m_traits.syntax_type(*(m_position + 1)) == regex_constants::syntax_question in parse_repeat()
2378 if(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_question) in parse_perl_extension()
/third_party/boost/libs/regex/src/
Dregex_traits_defaults.cpp370 regex_constants::syntax_question, /*?*/ in get_default_escape_syntax_type()
565 regex_constants::syntax_question, /*?*/ in get_default_syntax_type()