Home | History | Annotate | Download | only in include

Lines Matching full:__end_

2486     __owns_one_state<_CharT>* __end_;
2508 __end_(0)
2513 __end_(0)
2518 __end_(0)
2527 __end_(0)
2534 __end_(0)
2541 __end_(0)
2606 __end_ = nullptr;
2941 swap(__end_, __r.__end_);
3011 __end_ = __start_.get();
3075 __owns_one_state<_CharT>* __sa = __end_;
3082 __owns_one_state<_CharT>* __sb = __end_;
3115 __owns_one_state<_CharT>* __e = __end_;
3174 __owns_one_state<_CharT>* __e = __end_;
4064 __owns_one_state<_CharT>* __sa = __end_;
4071 __owns_one_state<_CharT>* __sb = __end_;
4106 __owns_one_state<_CharT>* __e = __end_;
4532 __owns_one_state<_CharT>* __sa = __end_;
4544 __owns_one_state<_CharT>* __sb = __end_;
4563 __owns_one_state<_CharT>* __sa = __end_;
4575 __owns_one_state<_CharT>* __sb = __end_;
4594 unique_ptr<__empty_state<_CharT> > __e1(new __empty_state<_CharT>(__end_->first()));
4595 __end_->first() = nullptr;
4601 __end_->first() = new __repeat_one_loop<_CharT>(__e2.get());
4602 __end_ = __e2->second();
4612 __end_->first() = new __match_char_icase<_CharT, _Traits>
4613 (__traits_, __c, __end_->first());
4615 __end_->first() = new __match_char_collate<_CharT, _Traits>
4616 (__traits_, __c, __end_->first());
4618 __end_->first() = new __match_char<_CharT>(__c, __end_->first());
4619 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4628 __end_->first() =
4630 __end_->first());
4631 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4641 __end_->first() =
4642 new __end_marked_subexpression<_CharT>(__sub, __end_->first());
4643 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4651 __end_->first() = new __l_anchor<_CharT>(__end_->first());
4652 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4659 __end_->first() = new __r_anchor<_CharT>(__end_->first());
4660 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4667 __end_->first() = new __match_any<_CharT>(__end_->first());
4668 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4675 __end_->first() = new __match_any_but_newline<_CharT>(__end_->first());
4676 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4683 __end_->first() = new __empty_state<_CharT>(__end_->first());
4684 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4691 __end_->first() = new __word_boundary<_CharT, _Traits>(__traits_, __invert,
4692 __end_->first());
4693 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4701 __end_->first() = new __back_ref_icase<_CharT, _Traits>
4702 (__traits_, __i, __end_->first());
4704 __end_->first() = new __back_ref_collate<_CharT, _Traits>
4705 (__traits_, __i, __end_->first());
4707 __end_->first() = new __back_ref<_CharT>(__i, __end_->first());
4708 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
4720 __ea->first() = new __empty_state<_CharT>(__end_->first());
4721 __end_->first() = nullptr;
4722 __end_->first() = new __empty_non_own_state<_CharT>(__ea->first());
4723 __end_ = static_cast<__owns_one_state<_CharT>*>(__ea->first());
4731 new __bracket_expression<_CharT, _Traits>(__traits_, __end_->first(),
4734 __end_->first() = __r;
4735 __end_ = __r;
4745 __end_->first() = new __lookahead<_CharT, _Traits>(__exp, __invert,
4746 __end_->first(), __mexp);
4747 __end_ = static_cast<__owns_one_state<_CharT>*>(__end_->first());
6017 _BidirectionalIterator __end_;
6056 : __begin_(), __end_(), __pregex_(nullptr), __flags_(), __match_()
6065 __end_(__b),
6069 _VSTD::regex_search(__begin_, __end_, __match_, *__pregex_, __flags_);
6082 __end_ == __x.__end_ &&
6096 if (__start == __end_)
6101 else if (_VSTD::regex_search(__start, __end_, __match_, *__pregex_,
6109 if (!_VSTD::regex_search(__start, __end_, __match_, *__pregex_, __flags_))