Searched defs:__match_mode (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | regex_executor.tcc | 82 _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() 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() 247 _M_handle_subexpr_begin(_Match_mode __match_mode, _StateIdT __i) in _M_handle_subexpr_begin() 261 _M_handle_subexpr_end(_Match_mode __match_mode, _StateIdT __i) in _M_handle_subexpr_end() 276 _M_handle_line_begin_assertion(_Match_mode __match_mode, _StateIdT __i) in _M_handle_line_begin_assertion() 286 _M_handle_line_end_assertion(_Match_mode __match_mode, _StateIdT __i) in _M_handle_line_end_assertion() 296 _M_handle_word_boundary(_Match_mode __match_mode, _StateIdT __i) in _M_handle_word_boundary() 308 _M_handle_subexpr_lookahead(_Match_mode __match_mode, _StateIdT __i) in _M_handle_subexpr_lookahead() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | regex_executor.tcc | 82 _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() 176 _M_rep_once_more(_Match_mode __match_mode, _StateIdT __i) in _M_rep_once_more() 206 _M_handle_repeat(_Match_mode __match_mode, _StateIdT __i) in _M_handle_repeat() 248 _M_handle_subexpr_begin(_Match_mode __match_mode, _StateIdT __i) in _M_handle_subexpr_begin() 262 _M_handle_subexpr_end(_Match_mode __match_mode, _StateIdT __i) in _M_handle_subexpr_end() 277 _M_handle_line_begin_assertion(_Match_mode __match_mode, _StateIdT __i) in _M_handle_line_begin_assertion() 287 _M_handle_line_end_assertion(_Match_mode __match_mode, _StateIdT __i) in _M_handle_line_end_assertion() 297 _M_handle_word_boundary(_Match_mode __match_mode, _StateIdT __i) in _M_handle_word_boundary() 309 _M_handle_subexpr_lookahead(_Match_mode __match_mode, _StateIdT __i) in _M_handle_subexpr_lookahead() [all …]
|
H A D | regex.tcc | 54 bool __match_mode) in __regex_algo_impl()
|