Home
last modified time | relevance | path

Searched refs:__match_mode (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dregex_executor.tcc82 _M_main_dispatch(_Match_mode __match_mode, __dfs) in _M_main_dispatch() argument
87 _M_dfs(__match_mode, _M_states._M_start); in _M_main_dispatch()
116 _M_main_dispatch(_Match_mode __match_mode, __bfs) in _M_main_dispatch() argument
130 _M_dfs(__match_mode, __task.first); 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() argument
184 _M_dfs(__match_mode, __state._M_alt); in _M_rep_once_more()
192 _M_dfs(__match_mode, __state._M_alt); in _M_rep_once_more()
205 _M_handle_repeat(_Match_mode __match_mode, _StateIdT __i) in _M_handle_repeat() argument
[all …]
Dregex_executor.h109 _M_rep_once_more(_Match_mode __match_mode, _StateIdT); in _GLIBCXX_VISIBILITY()
145 _M_dfs(_Match_mode __match_mode, _StateIdT __start); in _GLIBCXX_VISIBILITY()
148 _M_main(_Match_mode __match_mode) in _GLIBCXX_VISIBILITY()
149 { return _M_main_dispatch(__match_mode, __search_mode{}); } in _GLIBCXX_VISIBILITY()
152 _M_main_dispatch(_Match_mode __match_mode, __dfs); in _GLIBCXX_VISIBILITY()
155 _M_main_dispatch(_Match_mode __match_mode, __bfs); in _GLIBCXX_VISIBILITY()
Dregex.tcc46 bool __match_mode>
70 if (__match_mode) in __regex_algo_impl()
79 if (__match_mode) in __regex_algo_impl()
91 if (__match_mode) in __regex_algo_impl()
Dregex.h51 bool __match_mode> in _GLIBCXX_VISIBILITY()