Searched refs:__submatch (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | regex_executor.tcc | 398 auto& __submatch = _M_cur_results[__state._M_backref_index]; in _M_handle_backref() local 399 if (!__submatch.matched) in _M_handle_backref() 402 for (auto __tmp = __submatch.first; in _M_handle_backref() 403 __last != _M_end && __tmp != __submatch.second; in _M_handle_backref() 409 __submatch.first, __submatch.second, _M_current, __last)) in _M_handle_backref()
|
H A D | regex.h | 2799 int __submatch = 0, in _GLIBCXX_VISIBILITY() 2802 : _M_position(__a, __b, __re, __m), _M_subs(1, __submatch), _M_n(0) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | regex_executor.tcc | 399 auto& __submatch = _M_cur_results[__state._M_backref_index]; in _M_handle_backref() local 400 if (!__submatch.matched) in _M_handle_backref() 403 for (auto __tmp = __submatch.first; in _M_handle_backref() 404 __last != _M_end && __tmp != __submatch.second; in _M_handle_backref() 410 __submatch.first, __submatch.second, _M_current, __last)) in _M_handle_backref()
|
H A D | regex.h | 2904 int __submatch = 0, in _GLIBCXX_VISIBILITY() 2907 : _M_position(__a, __b, __re, __m), _M_subs(1, __submatch), _M_n(0) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | regex | 6412 const regex_type& __re, int __submatch = 0, 6417 const regex_type&& __re, int __submatch = 0, 6526 const regex_type& __re, int __submatch, 6530 __subs_(1, __submatch)
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | regex | 2602 int __submatch = 0,
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | regex | 2602 int __submatch = 0,
|