Home | History | Annotate | Download | only in bits

Lines Matching defs:_M_match_token

654       _M_match_token(_TokenT __token);
740 _M_match_token(_Compiler<_InIter, _TraitsT>::_TokenT token)
757 if (_M_match_token(_ScannerT::_S_token_or))
806 if (_M_match_token(_ScannerT::_S_token_line_begin))
811 if (_M_match_token(_ScannerT::_S_token_line_end))
816 if (_M_match_token(_ScannerT::_S_token_word_begin))
821 if (_M_match_token(_ScannerT::_S_token_word_end))
834 if (_M_match_token(_ScannerT::_S_token_closure0))
844 if (_M_match_token(_ScannerT::_S_token_closure1))
855 if (_M_match_token(_ScannerT::_S_token_opt))
864 if (_M_match_token(_ScannerT::_S_token_interval_begin))
868 if (!_M_match_token(_ScannerT::_S_token_dup_count))
874 if (_M_match_token(_ScannerT::_S_token_comma))
875 if (_M_match_token(_ScannerT::_S_token_dup_count))
896 if (!_M_match_token(_ScannerT::_S_token_interval_end))
912 if (_M_match_token(_ScannerT::_S_token_anychar))
919 if (_M_match_token(_ScannerT::_S_token_ord_char))
926 if (_M_match_token(_ScannerT::_S_token_quoted_char))
934 if (_M_match_token(_ScannerT::_S_token_backref))
939 if (_M_match_token(_ScannerT::_S_token_subexpr_begin))
946 if (!_M_match_token(_ScannerT::_S_token_subexpr_end))
966 if (_M_match_token(_ScannerT::_S_token_bracket_begin))
968 _RMatcherT __matcher(_M_match_token(_ScannerT::_S_token_line_begin),
971 || !_M_match_token(_ScannerT::_S_token_bracket_end))
989 if (_M_match_token(_ScannerT::_S_token_dash))
1030 if (!_M_match_token(_ScannerT::_S_token_dash))
1040 { return _M_match_token(_ScannerT::_S_token_dash); }
1047 if (_M_match_token(_ScannerT::_S_token_collelem_single))
1052 if (_M_match_token(_ScannerT::_S_token_collsymbol))
1065 if (_M_match_token(_ScannerT::_S_token_equiv_class_name))
1078 if (_M_match_token(_ScannerT::_S_token_char_class_name))