Lines Matching refs:_ScannerT
85 if (!_M_match_token(_ScannerT::_S_token_eof)) in _Compiler()
100 while (_M_match_token(_ScannerT::_S_token_or)) in _M_disjunction()
154 if (_M_match_token(_ScannerT::_S_token_line_begin)) in _M_assertion()
156 else if (_M_match_token(_ScannerT::_S_token_line_end)) in _M_assertion()
158 else if (_M_match_token(_ScannerT::_S_token_word_bound)) in _M_assertion()
162 else if (_M_match_token(_ScannerT::_S_token_subexpr_lookahead_begin)) in _M_assertion()
166 if (!_M_match_token(_ScannerT::_S_token_subexpr_end)) in _M_assertion()
192 __neg = __neg && _M_match_token(_ScannerT::_S_token_opt); in _M_quantifier()
194 if (_M_match_token(_ScannerT::_S_token_closure0)) in _M_quantifier()
204 else if (_M_match_token(_ScannerT::_S_token_closure1)) in _M_quantifier()
212 else if (_M_match_token(_ScannerT::_S_token_opt)) in _M_quantifier()
224 else if (_M_match_token(_ScannerT::_S_token_interval_begin)) in _M_quantifier()
229 if (!_M_match_token(_ScannerT::_S_token_dup_count)) in _M_quantifier()
239 if (_M_match_token(_ScannerT::_S_token_comma)) in _M_quantifier()
240 if (_M_match_token(_ScannerT::_S_token_dup_count)) // {3,7} in _M_quantifier()
246 if (!_M_match_token(_ScannerT::_S_token_interval_end)) in _M_quantifier()
250 __neg = __neg && _M_match_token(_ScannerT::_S_token_opt); in _M_quantifier()
316 if (_M_match_token(_ScannerT::_S_token_anychar)) in _M_atom()
325 else if (_M_match_token(_ScannerT::_S_token_backref)) in _M_atom()
328 else if (_M_match_token(_ScannerT::_S_token_quoted_class)) in _M_atom()
330 else if (_M_match_token(_ScannerT::_S_token_subexpr_no_group_begin)) in _M_atom()
334 if (!_M_match_token(_ScannerT::_S_token_subexpr_end)) in _M_atom()
340 else if (_M_match_token(_ScannerT::_S_token_subexpr_begin)) in _M_atom()
344 if (!_M_match_token(_ScannerT::_S_token_subexpr_end)) in _M_atom()
362 _M_match_token(_ScannerT::_S_token_bracket_neg_begin); in _M_bracket_expression()
363 if (!(__neg || _M_match_token(_ScannerT::_S_token_bracket_begin))) in _M_bracket_expression()
437 else if (_M_match_token(_ScannerT::_S_token_bracket_dash)) in _M_insert_bracket_matcher()
459 if (_M_match_token(_ScannerT::_S_token_bracket_end)) in _M_expression_term()
479 if (_M_match_token(_ScannerT::_S_token_collsymbol)) in _M_expression_term()
487 else if (_M_match_token(_ScannerT::_S_token_equiv_class_name)) in _M_expression_term()
492 else if (_M_match_token(_ScannerT::_S_token_char_class_name)) in _M_expression_term()
509 else if (_M_match_token(_ScannerT::_S_token_bracket_dash)) in _M_expression_term()
515 if (_M_match_token(_ScannerT::_S_token_bracket_end)) in _M_expression_term()
535 else if (_M_match_token(_ScannerT::_S_token_bracket_dash)) in _M_expression_term()
543 != _ScannerT::_S_token_bracket_end) in _M_expression_term()
551 else if (_M_match_token(_ScannerT::_S_token_quoted_class)) in _M_expression_term()
571 if (_M_match_token(_ScannerT::_S_token_oct_num)) in _M_try_char()
576 else if (_M_match_token(_ScannerT::_S_token_hex_num)) in _M_try_char()
581 else if (_M_match_token(_ScannerT::_S_token_ord_char)) in _M_try_char()