Home | History | Annotate | Download | only in include

Lines Matching full:__node

1294 template <class _CharT> class __node;
1325 const __node<_CharT>* __node_;
1335 // __node
1338 class __node
1340 __node(const __node&);
1341 __node& operator=(const __node&);
1346 __node() {}
1348 virtual ~__node() {}
1360 : public __node<_CharT>
1382 : public __node<_CharT>
1384 __node<_CharT>* __first_;
1388 explicit __has_one_state(__node<_CharT>* __s)
1392 __node<_CharT>* first() const {return __first_;}
1394 __node<_CharT>*& first() {return __first_;}
1407 explicit __owns_one_state(__node<_CharT>* __s)
1431 explicit __empty_state(__node<_CharT>* __s)
1457 explicit __empty_non_own_state(__node<_CharT>* __s)
1483 explicit __repeat_one_loop(__node<_CharT>* __s)
1509 explicit __owns_two_states(__node<_CharT>* __s1, base* __s2)
1546 __node<_CharT>* __s1, __owns_one_state<_CharT>* __s2,
1683 explicit __begin_marked_subexpression(unsigned __mexp, __node<_CharT>* __s)
1711 explicit __end_marked_subexpression(unsigned __mexp, __node<_CharT>* __s)
1740 explicit __back_ref(unsigned __mexp, __node<_CharT>* __s)
1791 __node<_CharT>* __s)
1846 __node<_CharT>* __s)
1901 __node<_CharT>* __s)
1968 __l_anchor(__node<_CharT>* __s)
2003 __r_anchor(__node<_CharT>* __s)
2038 __match_any(__node<_CharT>* __s)
2073 __match_any_but_newline(__node<_CharT>* __s)
2098 __match_char(_CharT __c, __node<_CharT>* __s)
2138 __match_char_icase(const _Traits& __traits, _CharT __c, __node<_CharT>* __s)
2179 __match_char_collate(const _Traits& __traits, _CharT __c, __node<_CharT>* __s)
2231 __bracket_expression(const _Traits& __traits, __node<_CharT>* __s,
2501 typedef _VSTD::__node<_CharT> __node;
2982 __lookahead(const basic_regex<_CharT, _Traits>& __exp, bool __invert, __node<_CharT>* __s, unsigned __mexp)
3022 unique_ptr<__node> __h(new __end_state<_CharT>);
5542 __node* __st = __start_.get();
5622 __node* __st = __start_.get();
5712 __node* __st = __start_.get();