Home
last modified time | relevance | path

Searched refs:_Match_mode (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_executor.h93 return _M_main(_Match_mode::_Exact); in _GLIBCXX_VISIBILITY()
101 return _M_main(_Match_mode::_Prefix); in _GLIBCXX_VISIBILITY()
112 _M_handle_repeat(_Match_mode, _StateIdT); in _GLIBCXX_VISIBILITY()
115 _M_handle_subexpr_begin(_Match_mode, _StateIdT); in _GLIBCXX_VISIBILITY()
118 _M_handle_subexpr_end(_Match_mode, _StateIdT); in _GLIBCXX_VISIBILITY()
127 _M_handle_word_boundary(_Match_mode, _StateIdT); in _GLIBCXX_VISIBILITY()
133 _M_handle_match(_Match_mode, _StateIdT); in _GLIBCXX_VISIBILITY()
136 _M_handle_backref(_Match_mode, _StateIdT); in _GLIBCXX_VISIBILITY()
139 _M_handle_accept(_Match_mode, _StateIdT); in _GLIBCXX_VISIBILITY()
142 _M_handle_alternative(_Match_mode, _StateIdT); in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_executor.tcc82 _M_main_dispatch(_Match_mode __match_mode, __dfs) in _M_main_dispatch()
116 _M_main_dispatch(_Match_mode __match_mode, __bfs) in _M_main_dispatch()
132 if (__match_mode == _Match_mode::_Prefix) in _M_main_dispatch()
138 if (__match_mode == _Match_mode::_Exact) in _M_main_dispatch()
175 _M_rep_once_more(_Match_mode __match_mode, _StateIdT __i) in _M_rep_once_more()
205 _M_handle_repeat(_Match_mode __match_mode, _StateIdT __i) in _M_handle_repeat()
318 _M_handle_match(_Match_mode __match_mode, _StateIdT __i) in _M_handle_match()
393 _M_handle_backref(_Match_mode __match_mode, _StateIdT __i) in _M_handle_backref()
426 _M_handle_accept(_Match_mode __match_mode, _StateIdT __i) in _M_handle_accept()
431 if (__match_mode == _Match_mode::_Exact) in _M_handle_accept()
[all …]