Lines Matching refs:basic_regex
719 // [7.8] Class basic_regex
728 class basic_regex
769 basic_regex()
785 basic_regex(const _Ch_type* __p,
801 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
810 basic_regex(const basic_regex& __rhs)
826 basic_regex(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s,
845 basic_regex(_InputIterator __first, _InputIterator __last,
859 basic_regex(initializer_list<_Ch_type> __l,
868 ~basic_regex()
874 basic_regex&
875 operator=(const basic_regex& __rhs)
885 basic_regex&
896 basic_regex&
906 basic_regex&
907 assign(const basic_regex& __that)
909 basic_regex __tmp(__that);
927 basic_regex&
945 basic_regex&
961 basic_regex&
965 basic_regex __tmp(__s, __f);
984 basic_regex&
1000 basic_regex&
1048 swap(basic_regex& __rhs)
1071 typedef basic_regex<char> regex;
1074 typedef basic_regex<wchar_t> wregex;
1078 // [7.8.6] basic_regex swap
1086 swap(basic_regex<_Ch_type, _Rx_traits>& __lhs,
1087 basic_regex<_Ch_type, _Rx_traits>& __rhs)
2135 const basic_regex<_Ch_type, _Rx_traits>& __re,
2156 const basic_regex<_Ch_type, _Rx_traits>& __re,
2182 const basic_regex<_Ch_type, _Rx_traits>& __re,
2207 const basic_regex<_Ch_type, _Rx_traits>& __re,
2228 const basic_regex<_Ch_type, _Rx_traits>& __re,
2250 const basic_regex<_Ch_type, _Rx_traits>& __re,
2276 const basic_regex<_Ch_type, _Rx_traits>& __re,
2295 const basic_regex<_Ch_type, _Rx_traits>& __re,
2320 const basic_regex<_Ch_type, _Rx_traits>& __e,
2339 const basic_regex<_Ch_type, _Rx_traits>& __e,
2360 const basic_regex<_Ch_type, _Rx_traits>& __e,
2384 const basic_regex<_Ch_type, _Rx_traits>& __e,
2408 const basic_regex<_Ch_type, _Rx_traits>& __e,
2427 const basic_regex<_Ch_type, _Rx_traits>& __e,
2451 typedef basic_regex<_Ch_type, _Rx_traits> regex_type;
2566 typedef basic_regex<_Ch_type, _Rx_traits> regex_type;