Home
last modified time | relevance | path

Searched refs:regex_iterator (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex.h2242 class regex_iterator in _GLIBCXX_VISIBILITY()
2259 regex_iterator(); in _GLIBCXX_VISIBILITY()
2270 regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re, in _GLIBCXX_VISIBILITY()
2279 regex_iterator(const regex_iterator& __rhs); in _GLIBCXX_VISIBILITY()
2285 regex_iterator& in _GLIBCXX_VISIBILITY()
2286 operator=(const regex_iterator& __rhs); in _GLIBCXX_VISIBILITY()
2293 operator==(const regex_iterator& __rhs); in _GLIBCXX_VISIBILITY()
2300 operator!=(const regex_iterator& __rhs); in _GLIBCXX_VISIBILITY()
2320 regex_iterator& in _GLIBCXX_VISIBILITY()
2327 regex_iterator in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex.h1902 friend class regex_iterator; in _GLIBCXX_VISIBILITY() local
2479 class regex_iterator in _GLIBCXX_VISIBILITY()
2493 regex_iterator() in _GLIBCXX_VISIBILITY()
2504 regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re, in _GLIBCXX_VISIBILITY()
2510 *this = regex_iterator(); in _GLIBCXX_VISIBILITY()
2515 regex_iterator(_Bi_iter, _Bi_iter, const regex_type&&, in _GLIBCXX_VISIBILITY()
2521 regex_iterator(const regex_iterator& __rhs) = default; in _GLIBCXX_VISIBILITY()
2526 regex_iterator& in _GLIBCXX_VISIBILITY()
2527 operator=(const regex_iterator& __rhs) = default; in _GLIBCXX_VISIBILITY()
2533 operator==(const regex_iterator& __rhs) const; in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex.tcc470 typedef regex_iterator<_Bi_iter, _Ch_type, _Rx_traits> _IterT; in regex_replace()
502 regex_iterator<_Bi_iter, _Ch_type, _Rx_traits>::
503 operator==(const regex_iterator& __rhs) const in operator ==()
517 regex_iterator<_Bi_iter, _Ch_type, _Rx_traits>&
518 regex_iterator<_Bi_iter, _Ch_type, _Rx_traits>::
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dregex2440 // tr1 [7.12.1] std [28.12] Class template regex_iterator
2448 class regex_iterator
2465 regex_iterator();
2468 * Constructs a %regex_iterator...
2476 regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re,
2481 * Copy constructs a %regex_iterator.
2485 regex_iterator(const regex_iterator& __rhs);
2491 regex_iterator&
2492 operator=(const regex_iterator& __rhs);
2499 operator==(const regex_iterator& __rhs);
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dregex2437 // tr1 [7.12.1] std [28.12] Class template regex_iterator
2445 class regex_iterator
2462 regex_iterator();
2465 * Constructs a %regex_iterator...
2473 regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re,
2478 * Copy constructs a %regex_iterator.
2482 regex_iterator(const regex_iterator& __rhs);
2488 regex_iterator&
2489 operator=(const regex_iterator& __rhs);
2496 operator==(const regex_iterator& __rhs);
[all …]