Home | History | Annotate | Download | only in bits

Lines Matching refs:__re

1915                 const basic_regex<_Ch_type, _Rx_traits>& __re,
1919 __regex::_AutomatonPtr __a = __re._M_get_automaton();
1944 const basic_regex<_Ch_type, _Rx_traits>& __re,
1949 return regex_match(__first, __last, __what, __re, __flags);
1970 const basic_regex<_Ch_type, _Rx_traits>& __re,
1973 { return regex_match(__s, __s + _Rx_traits::length(__s), __m, __re, __f); }
1995 const basic_regex<_Ch_type, _Rx_traits>& __re,
1998 { return regex_match(__s.begin(), __s.end(), __m, __re, __flags); }
2016 const basic_regex<_Ch_type, _Rx_traits>& __re,
2019 { return regex_match(__s, __s + _Rx_traits::length(__s), __re, __f); }
2038 const basic_regex<_Ch_type, _Rx_traits>& __re,
2041 { return regex_match(__s.begin(), __s.end(), __re, __flags); }
2064 const basic_regex<_Ch_type, _Rx_traits>& __re,
2084 const basic_regex<_Ch_type, _Rx_traits>& __re,
2089 return regex_search(__first, __last, __what, __re, __flags);
2266 regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re,
2394 regex_token_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re,
2412 const regex_type& __re,
2431 const regex_type& __re,