Lines Matching refs:__max
1527 size_t __max = numeric_limits<size_t>::max())
1528 : base(__s1, __s2), __min_(__min), __max_(__max), __loop_id_(__loop_id),
2798 void __push_loop(size_t __min, size_t __max, __owns_one_state<_CharT>* __s,
3540 int __max = -1;
3541 __first = __parse_DUP_COUNT(__first, __last, __max);
3547 if (__max == -1)
3552 if (__max < __min)
3555 __push_loop(__min, __max, __s, __mexp_begin, __mexp_end,
3654 int __max = -1;
3655 __temp = __parse_DUP_COUNT(__first, __last, __max);
3667 if (__max < __min)
3673 __push_loop(__min, __max, __s, __mexp_begin, __mexp_end, false);
3676 __push_loop(__min, __max, __s, __mexp_begin, __mexp_end);
4672 basic_regex<_CharT, _Traits>::__push_loop(size_t __min, size_t __max,
4680 __min, __max));