Lines Matching refs:__node

1277 template <class _CharT> class __node;
1308 const __node<_CharT>* __node_;
1318 // __node
1321 class __node
1323 __node(const __node&);
1324 __node& operator=(const __node&);
1329 __node() {}
1331 virtual ~__node() {}
1343 : public __node<_CharT>
1365 : public __node<_CharT>
1367 __node<_CharT>* __first_;
1371 explicit __has_one_state(__node<_CharT>* __s)
1375 __node<_CharT>* first() const {return __first_;}
1377 __node<_CharT>*& first() {return __first_;}
1390 explicit __owns_one_state(__node<_CharT>* __s)
1414 explicit __empty_state(__node<_CharT>* __s)
1440 explicit __empty_non_own_state(__node<_CharT>* __s)
1466 explicit __repeat_one_loop(__node<_CharT>* __s)
1492 explicit __owns_two_states(__node<_CharT>* __s1, base* __s2)
1529 __node<_CharT>* __s1, __owns_one_state<_CharT>* __s2,
1666 explicit __begin_marked_subexpression(unsigned __mexp, __node<_CharT>* __s)
1694 explicit __end_marked_subexpression(unsigned __mexp, __node<_CharT>* __s)
1723 explicit __back_ref(unsigned __mexp, __node<_CharT>* __s)
1772 __node<_CharT>* __s)
1827 __node<_CharT>* __s)
1882 __node<_CharT>* __s)
1949 __l_anchor(__node<_CharT>* __s)
1983 __r_anchor(__node<_CharT>* __s)
2017 __match_any(__node<_CharT>* __s)
2052 __match_any_but_newline(__node<_CharT>* __s)
2077 __match_char(_CharT __c, __node<_CharT>* __s)
2117 __match_char_icase(const _Traits& __traits, _CharT __c, __node<_CharT>* __s)
2158 __match_char_collate(const _Traits& __traits, _CharT __c, __node<_CharT>* __s)
2210 __bracket_expression(const _Traits& __traits, __node<_CharT>* __s,
2480 typedef _VSTD::__node<_CharT> __node;
2961 …__lookahead(const basic_regex<_CharT, _Traits>& __exp, bool __invert, __node<_CharT>* __s, unsigne…
2999 unique_ptr<__node> __h(new __end_state<_CharT>);
5610 __node* __st = __start_.get();
5680 __node* __st = __start_.get();
5760 __node* __st = __start_.get();