Lines Matching refs:basic_regex

36     class basic_regex;  in _GLIBCXX_VISIBILITY()  local
56 const basic_regex<_CharT, _TraitsT>& __re, in _GLIBCXX_VISIBILITY()
387 class basic_regex in _GLIBCXX_VISIBILITY()
422 basic_regex() in _GLIBCXX_VISIBILITY()
438 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
439 : basic_regex(__p, __p + char_traits<_Ch_type>::length(__p), __f) in _GLIBCXX_VISIBILITY()
454 basic_regex(const _Ch_type* __p, std::size_t __len, in _GLIBCXX_VISIBILITY()
456 : basic_regex(__p, __p + __len, __f) in _GLIBCXX_VISIBILITY()
464 basic_regex(const basic_regex& __rhs) = default; in _GLIBCXX_VISIBILITY()
471 basic_regex(basic_regex&& __rhs) noexcept = default; in _GLIBCXX_VISIBILITY()
484 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, in _GLIBCXX_VISIBILITY()
487 : basic_regex(__s.data(), __s.data() + __s.size(), __f) in _GLIBCXX_VISIBILITY()
504 basic_regex(_FwdIter __first, _FwdIter __last, in _GLIBCXX_VISIBILITY()
506 : basic_regex(std::move(__first), std::move(__last), locale_type(), __f) in _GLIBCXX_VISIBILITY()
517 basic_regex(initializer_list<_Ch_type> __l, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
518 : basic_regex(__l.begin(), __l.end(), __f) in _GLIBCXX_VISIBILITY()
524 ~basic_regex() in _GLIBCXX_VISIBILITY()
530 basic_regex& in _GLIBCXX_VISIBILITY()
531 operator=(const basic_regex& __rhs) in _GLIBCXX_VISIBILITY()
537 basic_regex& in _GLIBCXX_VISIBILITY()
538 operator=(basic_regex&& __rhs) noexcept in _GLIBCXX_VISIBILITY()
548 basic_regex& in _GLIBCXX_VISIBILITY()
560 basic_regex& in _GLIBCXX_VISIBILITY()
571 basic_regex& in _GLIBCXX_VISIBILITY()
581 basic_regex& in _GLIBCXX_VISIBILITY()
582 assign(const basic_regex& __rhs) in _GLIBCXX_VISIBILITY()
584 basic_regex __tmp(__rhs); in _GLIBCXX_VISIBILITY()
594 basic_regex& in _GLIBCXX_VISIBILITY()
595 assign(basic_regex&& __rhs) noexcept in _GLIBCXX_VISIBILITY()
597 basic_regex __tmp(std::move(__rhs)); in _GLIBCXX_VISIBILITY()
615 basic_regex& in _GLIBCXX_VISIBILITY()
632 basic_regex& in _GLIBCXX_VISIBILITY()
648 basic_regex& in _GLIBCXX_VISIBILITY()
652 return this->assign(basic_regex(__s.data(), __s.data() + __s.size(), in _GLIBCXX_VISIBILITY()
670 basic_regex& in _GLIBCXX_VISIBILITY()
686 basic_regex& in _GLIBCXX_VISIBILITY()
740 swap(basic_regex& __rhs) in _GLIBCXX_VISIBILITY()
757 basic_regex(_FwdIter __first, _FwdIter __last, locale_type __loc, in _GLIBCXX_VISIBILITY()
768 const basic_regex<_Cp, _Rp>&, in _GLIBCXX_VISIBILITY()
782 basic_regex<_Ch, _Tr>::icase; in _GLIBCXX_VISIBILITY()
786 basic_regex<_Ch, _Tr>::nosubs; in _GLIBCXX_VISIBILITY()
790 basic_regex<_Ch, _Tr>::optimize; in _GLIBCXX_VISIBILITY()
794 basic_regex<_Ch, _Tr>::collate; in _GLIBCXX_VISIBILITY()
798 basic_regex<_Ch, _Tr>::ECMAScript; in _GLIBCXX_VISIBILITY()
802 basic_regex<_Ch, _Tr>::basic; in _GLIBCXX_VISIBILITY()
806 basic_regex<_Ch, _Tr>::extended; in _GLIBCXX_VISIBILITY()
810 basic_regex<_Ch, _Tr>::awk; in _GLIBCXX_VISIBILITY()
814 basic_regex<_Ch, _Tr>::grep; in _GLIBCXX_VISIBILITY()
818 basic_regex<_Ch, _Tr>::egrep; in _GLIBCXX_VISIBILITY()
823 basic_regex(_ForwardIterator, _ForwardIterator, in _GLIBCXX_VISIBILITY()
825 -> basic_regex<typename iterator_traits<_ForwardIterator>::value_type>; in _GLIBCXX_VISIBILITY()
829 typedef basic_regex<char> regex; in _GLIBCXX_VISIBILITY()
833 typedef basic_regex<wchar_t> wregex; in _GLIBCXX_VISIBILITY()
845 swap(basic_regex<_Ch_type, _Rx_traits>& __lhs, in _GLIBCXX_VISIBILITY()
846 basic_regex<_Ch_type, _Rx_traits>& __rhs) in _GLIBCXX_VISIBILITY()
1908 const basic_regex<_Cp, _Rp>&, in _GLIBCXX_VISIBILITY()
2028 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2054 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2080 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2105 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2119 const basic_regex<_Ch_type, _Rx_traits>&, in _GLIBCXX_VISIBILITY()
2139 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2161 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2185 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2208 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2232 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2250 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2270 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2294 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2309 const basic_regex<_Ch_type, _Rx_traits>&, in _GLIBCXX_VISIBILITY()
2332 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2357 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2377 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2403 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2429 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2455 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2482 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; in _GLIBCXX_VISIBILITY()
2602 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; in _GLIBCXX_VISIBILITY()