Lines Matching refs:basic_regex
40 class basic_regex; in _GLIBCXX_VISIBILITY() local
56 const basic_regex<_CharT, _TraitsT>& __re, in _GLIBCXX_VISIBILITY()
418 class basic_regex in _GLIBCXX_VISIBILITY()
456 basic_regex() noexcept in _GLIBCXX_VISIBILITY()
472 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
487 basic_regex(const _Ch_type* __p, std::size_t __len, in _GLIBCXX_VISIBILITY()
499 basic_regex(const basic_regex& __rhs) = default; in _GLIBCXX_VISIBILITY()
506 basic_regex(basic_regex&& __rhs) noexcept = default; in _GLIBCXX_VISIBILITY()
519 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, in _GLIBCXX_VISIBILITY()
538 basic_regex(_FwdIter __first, _FwdIter __last, in _GLIBCXX_VISIBILITY()
550 basic_regex(initializer_list<_Ch_type> __l, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
556 ~basic_regex() in _GLIBCXX_VISIBILITY()
562 basic_regex& in _GLIBCXX_VISIBILITY()
563 operator=(const basic_regex&) = default; in _GLIBCXX_VISIBILITY()
568 basic_regex& in _GLIBCXX_VISIBILITY()
569 operator=(basic_regex&&) = default; in _GLIBCXX_VISIBILITY()
578 basic_regex& in _GLIBCXX_VISIBILITY()
590 basic_regex& in _GLIBCXX_VISIBILITY()
601 basic_regex& in _GLIBCXX_VISIBILITY()
611 basic_regex& in _GLIBCXX_VISIBILITY()
612 assign(const basic_regex& __rhs) noexcept in _GLIBCXX_VISIBILITY()
620 basic_regex& in _GLIBCXX_VISIBILITY()
621 assign(basic_regex&& __rhs) noexcept in _GLIBCXX_VISIBILITY()
637 basic_regex& in _GLIBCXX_VISIBILITY()
659 basic_regex& in _GLIBCXX_VISIBILITY()
678 basic_regex& in _GLIBCXX_VISIBILITY()
700 basic_regex& in _GLIBCXX_VISIBILITY()
732 basic_regex& in _GLIBCXX_VISIBILITY()
789 swap(basic_regex& __rhs) noexcept in _GLIBCXX_VISIBILITY()
817 const basic_regex<_Cp, _Rp>&, in _GLIBCXX_VISIBILITY()
832 basic_regex<_Ch, _Tr>::icase; in _GLIBCXX_VISIBILITY()
836 basic_regex<_Ch, _Tr>::nosubs; in _GLIBCXX_VISIBILITY()
840 basic_regex<_Ch, _Tr>::optimize; in _GLIBCXX_VISIBILITY()
844 basic_regex<_Ch, _Tr>::collate; in _GLIBCXX_VISIBILITY()
848 basic_regex<_Ch, _Tr>::ECMAScript; in _GLIBCXX_VISIBILITY()
852 basic_regex<_Ch, _Tr>::basic; in _GLIBCXX_VISIBILITY()
856 basic_regex<_Ch, _Tr>::extended; in _GLIBCXX_VISIBILITY()
860 basic_regex<_Ch, _Tr>::awk; in _GLIBCXX_VISIBILITY()
864 basic_regex<_Ch, _Tr>::grep; in _GLIBCXX_VISIBILITY()
868 basic_regex<_Ch, _Tr>::egrep; in _GLIBCXX_VISIBILITY()
873 basic_regex(_ForwardIterator, _ForwardIterator, in _GLIBCXX_VISIBILITY()
875 -> basic_regex<typename iterator_traits<_ForwardIterator>::value_type>; in _GLIBCXX_VISIBILITY()
879 typedef basic_regex<char> regex; in _GLIBCXX_VISIBILITY()
883 typedef basic_regex<wchar_t> wregex; in _GLIBCXX_VISIBILITY()
896 swap(basic_regex<_Ch_type, _Rx_traits>& __lhs, in _GLIBCXX_VISIBILITY()
897 basic_regex<_Ch_type, _Rx_traits>& __rhs) noexcept in _GLIBCXX_VISIBILITY()
2121 const basic_regex<_Cp, _Rp>&, in _GLIBCXX_VISIBILITY()
2264 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2289 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2315 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2340 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2354 const basic_regex<_Ch_type, _Rx_traits>&, in _GLIBCXX_VISIBILITY()
2374 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2396 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2420 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2442 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2466 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2484 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2504 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2528 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2543 const basic_regex<_Ch_type, _Rx_traits>&, in _GLIBCXX_VISIBILITY()
2554 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2577 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2603 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2629 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2655 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2681 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2707 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2737 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; in _GLIBCXX_VISIBILITY()
2866 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; in _GLIBCXX_VISIBILITY()