Lines Matching refs:basic_regex

716   // [7.8] Class basic_regex
725 class basic_regex
766 basic_regex()
782 basic_regex(const _Ch_type* __p,
798 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
807 basic_regex(const basic_regex& __rhs)
823 basic_regex(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s,
842 basic_regex(_InputIterator __first, _InputIterator __last,
856 basic_regex(initializer_list<_Ch_type> __l,
865 ~basic_regex()
871 basic_regex&
872 operator=(const basic_regex& __rhs)
882 basic_regex&
893 basic_regex&
903 basic_regex&
904 assign(const basic_regex& __that)
906 basic_regex __tmp(__that);
924 basic_regex&
942 basic_regex&
958 basic_regex&
962 basic_regex __tmp(__s, __f);
981 basic_regex&
997 basic_regex&
1045 swap(basic_regex& __rhs)
1068 typedef basic_regex<char> regex;
1071 typedef basic_regex<wchar_t> wregex;
1075 // [7.8.6] basic_regex swap
1083 swap(basic_regex<_Ch_type, _Rx_traits>& __lhs,
1084 basic_regex<_Ch_type, _Rx_traits>& __rhs)
2132 const basic_regex<_Ch_type, _Rx_traits>& __re,
2153 const basic_regex<_Ch_type, _Rx_traits>& __re,
2179 const basic_regex<_Ch_type, _Rx_traits>& __re,
2204 const basic_regex<_Ch_type, _Rx_traits>& __re,
2225 const basic_regex<_Ch_type, _Rx_traits>& __re,
2247 const basic_regex<_Ch_type, _Rx_traits>& __re,
2273 const basic_regex<_Ch_type, _Rx_traits>& __re,
2292 const basic_regex<_Ch_type, _Rx_traits>& __re,
2317 const basic_regex<_Ch_type, _Rx_traits>& __e,
2336 const basic_regex<_Ch_type, _Rx_traits>& __e,
2357 const basic_regex<_Ch_type, _Rx_traits>& __e,
2381 const basic_regex<_Ch_type, _Rx_traits>& __e,
2405 const basic_regex<_Ch_type, _Rx_traits>& __e,
2424 const basic_regex<_Ch_type, _Rx_traits>& __e,
2448 typedef basic_regex<_Ch_type, _Rx_traits> regex_type;
2563 typedef basic_regex<_Ch_type, _Rx_traits> regex_type;