Lines Matching refs:basic_regex

36     class basic_regex;  in _GLIBCXX_VISIBILITY()  local
55 const basic_regex<_CharT, _TraitsT>& __re, in _GLIBCXX_VISIBILITY()
388 class basic_regex in _GLIBCXX_VISIBILITY()
423 basic_regex() noexcept in _GLIBCXX_VISIBILITY()
439 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
440 : basic_regex(__p, __p + char_traits<_Ch_type>::length(__p), __f) in _GLIBCXX_VISIBILITY()
455 basic_regex(const _Ch_type* __p, std::size_t __len, in _GLIBCXX_VISIBILITY()
457 : basic_regex(__p, __p + __len, __f) in _GLIBCXX_VISIBILITY()
465 basic_regex(const basic_regex& __rhs) = default; in _GLIBCXX_VISIBILITY()
472 basic_regex(basic_regex&& __rhs) noexcept = default; in _GLIBCXX_VISIBILITY()
485 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, in _GLIBCXX_VISIBILITY()
488 : basic_regex(__s.data(), __s.data() + __s.size(), __f) in _GLIBCXX_VISIBILITY()
505 basic_regex(_FwdIter __first, _FwdIter __last, in _GLIBCXX_VISIBILITY()
507 : basic_regex(std::move(__first), std::move(__last), locale_type(), __f) in _GLIBCXX_VISIBILITY()
518 basic_regex(initializer_list<_Ch_type> __l, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
519 : basic_regex(__l.begin(), __l.end(), __f) in _GLIBCXX_VISIBILITY()
525 ~basic_regex() in _GLIBCXX_VISIBILITY()
531 basic_regex& in _GLIBCXX_VISIBILITY()
532 operator=(const basic_regex& __rhs) in _GLIBCXX_VISIBILITY()
538 basic_regex& in _GLIBCXX_VISIBILITY()
539 operator=(basic_regex&& __rhs) noexcept in _GLIBCXX_VISIBILITY()
549 basic_regex& in _GLIBCXX_VISIBILITY()
561 basic_regex& in _GLIBCXX_VISIBILITY()
572 basic_regex& in _GLIBCXX_VISIBILITY()
582 basic_regex& in _GLIBCXX_VISIBILITY()
583 assign(const basic_regex& __rhs) in _GLIBCXX_VISIBILITY()
585 basic_regex __tmp(__rhs); in _GLIBCXX_VISIBILITY()
595 basic_regex& in _GLIBCXX_VISIBILITY()
596 assign(basic_regex&& __rhs) noexcept in _GLIBCXX_VISIBILITY()
598 basic_regex __tmp(std::move(__rhs)); in _GLIBCXX_VISIBILITY()
616 basic_regex& in _GLIBCXX_VISIBILITY()
635 basic_regex& in _GLIBCXX_VISIBILITY()
651 basic_regex& in _GLIBCXX_VISIBILITY()
655 return this->assign(basic_regex(__s.data(), __s.data() + __s.size(), in _GLIBCXX_VISIBILITY()
673 basic_regex& in _GLIBCXX_VISIBILITY()
689 basic_regex& in _GLIBCXX_VISIBILITY()
743 swap(basic_regex& __rhs) noexcept in _GLIBCXX_VISIBILITY()
760 basic_regex(_FwdIter __first, _FwdIter __last, locale_type __loc, in _GLIBCXX_VISIBILITY()
771 const basic_regex<_Cp, _Rp>&, in _GLIBCXX_VISIBILITY()
785 basic_regex<_Ch, _Tr>::icase; in _GLIBCXX_VISIBILITY()
789 basic_regex<_Ch, _Tr>::nosubs; in _GLIBCXX_VISIBILITY()
793 basic_regex<_Ch, _Tr>::optimize; in _GLIBCXX_VISIBILITY()
797 basic_regex<_Ch, _Tr>::collate; in _GLIBCXX_VISIBILITY()
801 basic_regex<_Ch, _Tr>::ECMAScript; in _GLIBCXX_VISIBILITY()
805 basic_regex<_Ch, _Tr>::basic; in _GLIBCXX_VISIBILITY()
809 basic_regex<_Ch, _Tr>::extended; in _GLIBCXX_VISIBILITY()
813 basic_regex<_Ch, _Tr>::awk; in _GLIBCXX_VISIBILITY()
817 basic_regex<_Ch, _Tr>::grep; in _GLIBCXX_VISIBILITY()
821 basic_regex<_Ch, _Tr>::egrep; in _GLIBCXX_VISIBILITY()
826 basic_regex(_ForwardIterator, _ForwardIterator, in _GLIBCXX_VISIBILITY()
828 -> basic_regex<typename iterator_traits<_ForwardIterator>::value_type>; in _GLIBCXX_VISIBILITY()
832 typedef basic_regex<char> regex; in _GLIBCXX_VISIBILITY()
836 typedef basic_regex<wchar_t> wregex; in _GLIBCXX_VISIBILITY()
849 swap(basic_regex<_Ch_type, _Rx_traits>& __lhs, in _GLIBCXX_VISIBILITY()
850 basic_regex<_Ch_type, _Rx_traits>& __rhs) noexcept in _GLIBCXX_VISIBILITY()
2039 const basic_regex<_Cp, _Rp>&, in _GLIBCXX_VISIBILITY()
2174 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2200 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2226 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2251 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2265 const basic_regex<_Ch_type, _Rx_traits>&, in _GLIBCXX_VISIBILITY()
2285 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2307 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2331 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2354 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2378 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2396 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2416 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2440 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2455 const basic_regex<_Ch_type, _Rx_traits>&, in _GLIBCXX_VISIBILITY()
2465 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2487 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2513 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2539 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2565 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2591 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2617 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2644 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; in _GLIBCXX_VISIBILITY()
2761 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; in _GLIBCXX_VISIBILITY()