Searched refs:basic_regex (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | regex.h | 36 class basic_regex; in _GLIBCXX_VISIBILITY() local 56 const basic_regex<_CharT, _TraitsT>& __re, in _GLIBCXX_VISIBILITY() 387 class basic_regex in _GLIBCXX_VISIBILITY() 422 basic_regex() in _GLIBCXX_VISIBILITY() 438 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY() 439 : basic_regex(__p, __p + char_traits<_Ch_type>::length(__p), __f) in _GLIBCXX_VISIBILITY() 454 basic_regex(const _Ch_type* __p, std::size_t __len, in _GLIBCXX_VISIBILITY() 456 : basic_regex(__p, __p + __len, __f) in _GLIBCXX_VISIBILITY() 464 basic_regex(const basic_regex& __rhs) = default; in _GLIBCXX_VISIBILITY() 471 basic_regex(basic_regex&& __rhs) noexcept = default; in _GLIBCXX_VISIBILITY() [all …]
|
H A D | regex.tcc | 51 const basic_regex<_CharT, _TraitsT>& __re, in __regex_algo_impl() 466 const basic_regex<_Ch_type, _Rx_traits>& __e, in regex_replace()
|
H A D | regex_executor.h | 62 typedef basic_regex<_CharT, _TraitsT> _RegexT; in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | regex.h | 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() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
H A D | 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() [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
H A D | 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() [all …]
|