Home
last modified time | relevance | path

Searched refs:_M_tag (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dropeimpl.h78 switch(__leaf->_M_tag) { in _S_setbuf()
145 switch(__curr_rope->_M_tag) { in _S_setcache()
229 while (_RopeRep::_S_concat == __current_node->_M_tag) { in _S_setcache_for_incr()
354 switch(_M_tag) { in _M_free_tree()
508 if (_RopeRep::_S_leaf == __r->_M_tag && in _S_concat_char_iter()
513 if (_RopeRep::_S_concat == __r->_M_tag in _S_concat_char_iter()
514 && _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) { in _S_concat_char_iter()
567 _RopeRep::_S_leaf == __r->_M_tag) { in _S_destr_concat_char_iter()
571 if (_RopeRep::_S_concat == __r->_M_tag) { in _S_destr_concat_char_iter()
573 if (_RopeRep::_S_leaf == __right->_M_tag in _S_destr_concat_char_iter()
[all …]
Dstl_rope.h482 _Tag _M_tag:8; member
500 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0) in _Rope_RopeRep()
690 switch(_M_base->_M_tag) { in operator()
723 _M_tag = _S_substringfn; in _Rope_RopeSubstring()
1704 if (_RopeRep::_S_leaf == _M_tree_ptr->_M_tag &&
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dropeimpl.h79 switch(__leaf->_M_tag) in _S_setbuf()
148 switch(__curr_rope->_M_tag) in _S_setcache()
237 while (__detail::_S_concat == __current_node->_M_tag) in _S_setcache_for_incr()
379 switch(_M_tag) in _M_free_tree()
544 if (__r->_M_tag == __detail::_S_leaf in _S_concat_char_iter()
550 if (__detail::_S_concat == __r->_M_tag in _S_concat_char_iter()
551 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag) in _S_concat_char_iter()
608 && __detail::_S_leaf == __r->_M_tag) in _S_destr_concat_char_iter()
614 if (__detail::_S_concat == __r->_M_tag) in _S_destr_concat_char_iter()
618 if (__detail::_S_leaf == __right->_M_tag in _S_destr_concat_char_iter()
[all …]
Drope561 __detail::_Tag _M_tag:8;
583 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0)
833 switch(_M_base->_M_tag)
867 this->_M_tag = __detail::_S_substringfn;
1962 if (__detail::_S_leaf == this->_M_tree_ptr->_M_tag &&