Lines Matching refs:__node

1308 template <class _CharT> class __node;
1339 const __node<_CharT>* __node_;
1349 // __node
1352 class __node
1354 __node(const __node&);
1355 __node& operator=(const __node&);
1360 __node() {}
1362 virtual ~__node() {}
1374 : public __node<_CharT>
1396 : public __node<_CharT>
1398 __node<_CharT>* __first_;
1402 explicit __has_one_state(__node<_CharT>* __s)
1406 __node<_CharT>* first() const {return __first_;}
1408 __node<_CharT>*& first() {return __first_;}
1421 explicit __owns_one_state(__node<_CharT>* __s)
1445 explicit __empty_state(__node<_CharT>* __s)
1471 explicit __empty_non_own_state(__node<_CharT>* __s)
1497 explicit __repeat_one_loop(__node<_CharT>* __s)
1523 explicit __owns_two_states(__node<_CharT>* __s1, base* __s2)
1560 __node<_CharT>* __s1, __owns_one_state<_CharT>* __s2,
1697 explicit __begin_marked_subexpression(unsigned __mexp, __node<_CharT>* __s)
1725 explicit __end_marked_subexpression(unsigned __mexp, __node<_CharT>* __s)
1754 explicit __back_ref(unsigned __mexp, __node<_CharT>* __s)
1805 __node<_CharT>* __s)
1860 __node<_CharT>* __s)
1915 __node<_CharT>* __s)
1982 __l_anchor(__node<_CharT>* __s)
2017 __r_anchor(__node<_CharT>* __s)
2052 __match_any(__node<_CharT>* __s)
2087 __match_any_but_newline(__node<_CharT>* __s)
2112 __match_char(_CharT __c, __node<_CharT>* __s)
2152 __match_char_icase(const _Traits& __traits, _CharT __c, __node<_CharT>* __s)
2193 __match_char_collate(const _Traits& __traits, _CharT __c, __node<_CharT>* __s)
2245 __bracket_expression(const _Traits& __traits, __node<_CharT>* __s,
2518 typedef _VSTD::__node<_CharT> __node;
3008 …__lookahead(const basic_regex<_CharT, _Traits>& __exp, bool __invert, __node<_CharT>* __s, unsigne…
3048 unique_ptr<__node> __h(new __end_state<_CharT>);
5575 __node* __st = __start_.get();
5661 __node* __st = __start_.get();
5757 __node* __st = __start_.get();