Lines Matching refs:basic_regex
342 class basic_regex in _GLIBCXX_VISIBILITY()
384 basic_regex() in _GLIBCXX_VISIBILITY()
402 basic_regex(const _Ch_type* __p, in _GLIBCXX_VISIBILITY()
421 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f) in _GLIBCXX_VISIBILITY()
431 basic_regex(const basic_regex& __rhs) in _GLIBCXX_VISIBILITY()
441 basic_regex(const basic_regex&& __rhs) noexcept in _GLIBCXX_VISIBILITY()
457 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, in _GLIBCXX_VISIBILITY()
479 basic_regex(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
493 basic_regex(initializer_list<_Ch_type> __l, in _GLIBCXX_VISIBILITY()
503 ~basic_regex() in _GLIBCXX_VISIBILITY()
509 basic_regex& in _GLIBCXX_VISIBILITY()
510 operator=(const basic_regex& __rhs) in _GLIBCXX_VISIBILITY()
516 basic_regex& in _GLIBCXX_VISIBILITY()
517 operator=(basic_regex&& __rhs) noexcept in _GLIBCXX_VISIBILITY()
527 basic_regex& in _GLIBCXX_VISIBILITY()
538 basic_regex& in _GLIBCXX_VISIBILITY()
548 basic_regex& in _GLIBCXX_VISIBILITY()
549 assign(const basic_regex& __rhs) in _GLIBCXX_VISIBILITY()
551 basic_regex __tmp(__rhs); in _GLIBCXX_VISIBILITY()
561 basic_regex& in _GLIBCXX_VISIBILITY()
562 assign(basic_regex&& __rhs) noexcept in _GLIBCXX_VISIBILITY()
564 basic_regex __tmp(std::move(__rhs)); in _GLIBCXX_VISIBILITY()
582 basic_regex& in _GLIBCXX_VISIBILITY()
600 basic_regex& in _GLIBCXX_VISIBILITY()
616 basic_regex& in _GLIBCXX_VISIBILITY()
620 basic_regex __tmp(__s, __flags); in _GLIBCXX_VISIBILITY()
639 basic_regex& in _GLIBCXX_VISIBILITY()
655 basic_regex& in _GLIBCXX_VISIBILITY()
702 swap(basic_regex& __rhs) in _GLIBCXX_VISIBILITY()
726 typedef basic_regex<char> regex; in _GLIBCXX_VISIBILITY()
729 typedef basic_regex<wchar_t> wregex; in _GLIBCXX_VISIBILITY()
741 swap(basic_regex<_Ch_type, _Rx_traits>& __lhs, in _GLIBCXX_VISIBILITY()
742 basic_regex<_Ch_type, _Rx_traits>& __rhs) in _GLIBCXX_VISIBILITY()
1919 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
1948 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
1974 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
1999 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2020 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2042 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2068 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2088 const basic_regex<_Ch_type, _Rx_traits>& __re, in _GLIBCXX_VISIBILITY()
2113 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2132 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2153 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2177 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2201 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2221 const basic_regex<_Ch_type, _Rx_traits>& __e, in _GLIBCXX_VISIBILITY()
2245 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; in _GLIBCXX_VISIBILITY()
2360 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; in _GLIBCXX_VISIBILITY()