Lines Matching refs:__max
1652 size_t __max = numeric_limits<size_t>::max())
1653 : base(__s1, __s2), __min_(__min), __max_(__max), __loop_id_(__loop_id),
2985 void __push_loop(size_t __min, size_t __max, __owns_one_state<_CharT>* __s,
3721 int __max = -1;
3722 __first = __parse_DUP_COUNT(__first, __last, __max);
3726 if (__max == -1)
3730 if (__max < __min)
3732 __push_loop(__min, __max, __s, __mexp_begin, __mexp_end,
3825 int __max = -1;
3826 __temp = __parse_DUP_COUNT(__first, __last, __max);
3833 if (__max < __min)
3838 __push_loop(__min, __max, __s, __mexp_begin, __mexp_end, false);
3841 __push_loop(__min, __max, __s, __mexp_begin, __mexp_end);
4803 basic_regex<_CharT, _Traits>::__push_loop(size_t __min, size_t __max,
4811 __min, __max));