Lines Matching refs:__node

1271 template <class _CharT> class __node;
1302 const __node<_CharT>* __node_;
1312 // __node
1315 class __node
1317 __node(const __node&);
1318 __node& operator=(const __node&);
1323 __node() {}
1325 virtual ~__node() {}
1337 : public __node<_CharT>
1359 : public __node<_CharT>
1361 __node<_CharT>* __first_;
1365 explicit __has_one_state(__node<_CharT>* __s)
1369 __node<_CharT>* first() const {return __first_;}
1371 __node<_CharT>*& first() {return __first_;}
1384 explicit __owns_one_state(__node<_CharT>* __s)
1408 explicit __empty_state(__node<_CharT>* __s)
1434 explicit __empty_non_own_state(__node<_CharT>* __s)
1460 explicit __repeat_one_loop(__node<_CharT>* __s)
1486 explicit __owns_two_states(__node<_CharT>* __s1, base* __s2)
1523 __node<_CharT>* __s1, __owns_one_state<_CharT>* __s2,
1660 explicit __begin_marked_subexpression(unsigned __mexp, __node<_CharT>* __s)
1688 explicit __end_marked_subexpression(unsigned __mexp, __node<_CharT>* __s)
1717 explicit __back_ref(unsigned __mexp, __node<_CharT>* __s)
1766 __node<_CharT>* __s)
1821 __node<_CharT>* __s)
1876 __node<_CharT>* __s)
1943 __l_anchor(__node<_CharT>* __s)
1977 __r_anchor(__node<_CharT>* __s)
2011 __match_any(__node<_CharT>* __s)
2046 __match_any_but_newline(__node<_CharT>* __s)
2071 __match_char(_CharT __c, __node<_CharT>* __s)
2111 __match_char_icase(const _Traits& __traits, _CharT __c, __node<_CharT>* __s)
2152 __match_char_collate(const _Traits& __traits, _CharT __c, __node<_CharT>* __s)
2204 __bracket_expression(const _Traits& __traits, __node<_CharT>* __s,
2474 typedef _VSTD::__node<_CharT> __node;
2957 …__lookahead(const basic_regex<_CharT, _Traits>& __exp, bool __invert, __node<_CharT>* __s, unsigne…
2995 unique_ptr<__node> __h(new __end_state<_CharT>);
5606 __node* __st = __start_.get();
5671 __node* __st = __start_.get();
5751 __node* __st = __start_.get();