Home | History | Annotate | Download | only in include

Lines Matching full:__end_

2431     __owns_one_state<_CharT>* __end_;
2453 __end_(0)
2458 __end_(0)
2463 __end_(0)
2472 __end_(0)
2479 __end_(0)
2486 __end_(0)
2551 __end_ = nullptr;
2879 swap(__end_, __r.__end_);
2945 __end_ = __start_.get();
3013 __owns_one_state<_CharT>* __sa = __end_;
3022 __owns_one_state<_CharT>* __sb = __end_;
3059 __owns_one_state<_CharT>* __e = __end_;
3120 __owns_one_state<_CharT>* __e = __end_;
4055 __owns_one_state<_CharT>* __sa = __end_;
4062 __owns_one_state<_CharT>* __sb = __end_;
4097 __owns_one_state<_CharT>* __e = __end_;
4531 __owns_one_state<_CharT>* __sa = __end_;
4543 __owns_one_state<_CharT>* __sb = __end_;
4562 __owns_one_state<_CharT>* __sa = __end_;
4574 __owns_one_state<_CharT>* __sb = __end_;
4593 unique_ptr<__empty_state<_CharT> > __e1(new __empty_state<_CharT>(__end_->first()));
4594 __end_->first() = nullptr;
4600 __end_->first() = new __repeat_one_loop<_CharT>(__e2.get());
4601 __end_ = __e2->second();
4611 __end_->first() = new __match_char_icase<_CharT, _Traits>
4612 (__traits_, __c, __end_->first());
4614 __end_->first() = new __match_char_collate<_CharT, _Traits>
4615 (__traits_, __c, __end_->first());
4617 __end_->first() = new __match_char<_CharT>(__c, __end_->first());
4618 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4627 __end_->first() =
4629 __end_->first());
4630 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4640 __end_->first() =
4641 new __end_marked_subexpression<_CharT>(__sub, __end_->first());
4642 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4650 __end_->first() = new __l_anchor<_CharT>(__end_->first());
4651 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4658 __end_->first() = new __r_anchor<_CharT>(__end_->first());
4659 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4666 __end_->first() = new __match_any<_CharT>(__end_->first());
4667 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4674 __end_->first() = new __match_any_but_newline<_CharT>(__end_->first());
4675 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4682 __end_->first() = new __empty_state<_CharT>(__end_->first());
4683 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4690 __end_->first() = new __word_boundary<_CharT, _Traits>(__traits_, __invert,
4691 __end_->first());
4692 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4700 __end_->first() = new __back_ref_icase<_CharT, _Traits>
4701 (__traits_, __i, __end_->first());
4703 __end_->first() = new __back_ref_collate<_CharT, _Traits>
4704 (__traits_, __i, __end_->first());
4706 __end_->first() = new __back_ref<_CharT>(__i, __end_->first());
4707 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4719 __ea->first() = new __empty_state<_CharT>(__end_->first());
4720 __end_->first() = nullptr;
4721 __end_->first() = new __empty_non_own_state<_CharT>(__ea->first());
4722 __end_ = static_cast<__owns_one_state<_CharT>*>(__ea->first());
4730 new __bracket_expression<_CharT, _Traits>(__traits_, __end_->first(),
4733 __end_->first() = __r;
4734 __end_ = __r;
4743 __end_->first() = new __lookahead<_CharT, _Traits>(__exp, __invert,
4744 __end_->first());
4745 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
5975 _BidirectionalIterator __end_;
6007 : __begin_(), __end_(), __pregex_(nullptr), __flags_(), __match_()
6016 __end_(__b),
6020 _VSTD::regex_search(__begin_, __end_, __match_, *__pregex_, __flags_);
6033 __end_ == __x.__end_ &&
6047 if (__start == __end_)
6052 else if (_VSTD::regex_search(__start, __end_, __match_, *__pregex_,
6060 if (!_VSTD::regex_search(__start, __end_, __match_, *__pregex_, __flags_))