Searched defs:_Backref_matcher (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | regex_executor.tcc | 339 struct _Backref_matcher struct 341 _Backref_matcher(bool __icase, const _TraitsT& __traits) in _Backref_matcher() function 345 _M_apply(_BiIter __expected_begin, in _M_apply() 353 const _TraitsT& _M_traits; 357 struct _Backref_matcher<_BiIter, std::regex_traits<_CharT>> struct 359 using _TraitsT = std::regex_traits<_CharT>; 360 _Backref_matcher(bool __icase, const _TraitsT& __traits) in _Backref_matcher() function 364 _M_apply(_BiIter __expected_begin, in _M_apply() 382 bool _M_icase; 383 const _TraitsT& _M_traits;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | regex_executor.tcc | 340 struct _Backref_matcher struct 342 _Backref_matcher(bool __icase, const _TraitsT& __traits) in _Backref_matcher() argument 346 _M_apply(_BiIter __expected_begin, in _M_apply() 354 const _TraitsT& _M_traits; 358 struct _Backref_matcher<_BiIter, std::regex_traits<_CharT>> struct 360 using _TraitsT = std::regex_traits<_CharT>; 361 _Backref_matcher(bool __icase, const _TraitsT& __traits) in _Backref_matcher() function 365 _M_apply(_BiIter __expected_begin, in _M_apply() 383 bool _M_icase; 384 const _TraitsT& _M_traits;
|