Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_compiler.tcc85 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()
[all …]
H A Dregex_compiler.h73 typedef _Scanner<_CharT> _ScannerT; in _GLIBCXX_VISIBILITY() typedef
75 typedef typename _ScannerT::_TokenT _TokenT; in _GLIBCXX_VISIBILITY()
148 _ScannerT _M_scanner; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex_compiler.h647 typedef _Scanner<_InIter> _ScannerT; in _GLIBCXX_VISIBILITY() typedef
648 typedef typename _ScannerT::_TokenT _TokenT; in _GLIBCXX_VISIBILITY()
709 _ScannerT _M_scanner; in _GLIBCXX_VISIBILITY()
757 if (_M_match_token(_ScannerT::_S_token_or)) in _GLIBCXX_VISIBILITY()
806 if (_M_match_token(_ScannerT::_S_token_line_begin)) in _GLIBCXX_VISIBILITY()
811 if (_M_match_token(_ScannerT::_S_token_line_end)) in _GLIBCXX_VISIBILITY()
816 if (_M_match_token(_ScannerT::_S_token_word_begin)) in _GLIBCXX_VISIBILITY()
821 if (_M_match_token(_ScannerT::_S_token_word_end)) in _GLIBCXX_VISIBILITY()
834 if (_M_match_token(_ScannerT::_S_token_closure0)) in _GLIBCXX_VISIBILITY()
844 if (_M_match_token(_ScannerT::_S_token_closure1)) in _GLIBCXX_VISIBILITY()
[all …]