Searched refs:_M_subs (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | regex.tcc | 579 _M_subs = __rhs._M_subs; in operator =() 604 && _M_subs == __rhs._M_subs; in operator ==() 617 else if (_M_n + 1 < _M_subs.size()) in operator ++() 649 for (auto __it : _M_subs) in _M_init()
|
H A D | regex.h | 2777 : _M_position(), _M_subs(), _M_suffix(), _M_n(0), _M_result(nullptr), in _GLIBCXX_VISIBILITY() 2802 : _M_position(__a, __b, __re, __m), _M_subs(1, __submatch), _M_n(0) in _GLIBCXX_VISIBILITY() 2819 : _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0) in _GLIBCXX_VISIBILITY() 2836 : _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0) in _GLIBCXX_VISIBILITY() 2855 _M_subs(__submatches, __submatches + _Nm), _M_n(0) in _GLIBCXX_VISIBILITY() 2882 : _M_position(__rhs._M_position), _M_subs(__rhs._M_subs), in _GLIBCXX_VISIBILITY() 2946 if (_M_subs[_M_n] == -1) in _GLIBCXX_VISIBILITY() 2949 return (*_M_position)[_M_subs[_M_n]]; in _GLIBCXX_VISIBILITY() 2969 std::vector<int> _M_subs; in _GLIBCXX_VISIBILITY() local
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | regex.tcc | 579 _M_subs = __rhs._M_subs; in operator =() 604 && _M_subs == __rhs._M_subs; in operator ==() 617 else if (_M_n + 1 < _M_subs.size()) in operator ++() 649 for (auto __it : _M_subs) in _M_init()
|
H A D | regex.h | 2828 : _M_position(), _M_subs(), _M_suffix(), _M_n(0), _M_result(nullptr), in _GLIBCXX_VISIBILITY() 2853 : _M_position(__a, __b, __re, __m), _M_subs(1, __submatch), _M_n(0) in _GLIBCXX_VISIBILITY() 2870 : _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0) in _GLIBCXX_VISIBILITY() 2887 : _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0) in _GLIBCXX_VISIBILITY() 2906 _M_subs(__submatches, __submatches + _Nm), _M_n(0) in _GLIBCXX_VISIBILITY() 2933 : _M_position(__rhs._M_position), _M_subs(__rhs._M_subs), in _GLIBCXX_VISIBILITY() 3006 if (_M_subs[_M_n] == -1) in _GLIBCXX_VISIBILITY() 3009 return (*_M_position)[_M_subs[_M_n]]; in _GLIBCXX_VISIBILITY() 3029 std::vector<int> _M_subs; in _GLIBCXX_VISIBILITY()
|