Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dregex_compiler.tcc77 if (!_M_match_token(_ScannerT::_S_token_eof)) in _Compiler()
92 while (_M_match_token(_ScannerT::_S_token_or)) in _M_disjunction()
147 if (_M_match_token(_ScannerT::_S_token_line_begin)) in _M_assertion()
149 else if (_M_match_token(_ScannerT::_S_token_line_end)) in _M_assertion()
151 else if (_M_match_token(_ScannerT::_S_token_word_bound)) in _M_assertion()
155 else if (_M_match_token(_ScannerT::_S_token_subexpr_lookahead_begin)) in _M_assertion()
159 if (!_M_match_token(_ScannerT::_S_token_subexpr_end)) in _M_assertion()
183 __neg = __neg && _M_match_token(_ScannerT::_S_token_opt); in _M_quantifier()
185 if (_M_match_token(_ScannerT::_S_token_closure0)) in _M_quantifier()
195 else if (_M_match_token(_ScannerT::_S_token_closure1)) in _M_quantifier()
[all …]
Dregex_compiler.h81 _M_match_token(_TokenT __token); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-202170 * include/bits/regex_compiler.tcc (_Compiler::_M_match_token):