Searched refs:_S_leaf (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
| H A D | ropeimpl.h | 81 case __detail::_S_leaf: in _S_setbuf() 150 case __detail::_S_leaf: in _S_setcache() 381 case __detail::_S_leaf: in _M_free_tree() 544 if (__r->_M_tag == __detail::_S_leaf 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() 618 if (__detail::_S_leaf == __right->_M_tag in _S_destr_concat_char_iter() 668 if (__detail::_S_leaf == __right->_M_tag) in _S_concat() 670 if (__detail::_S_leaf == __left->_M_tag) in _S_concat() 678 && __detail::_S_leaf == ((_RopeConcatenation*) in _S_concat() [all …]
|
| H A D | rope | 75 enum _Tag {_S_leaf, _S_concat, _S_substringfn, _S_function}; 694 : _Rope_RopeRep<_CharT, _Alloc>(__detail::_S_leaf, 0, true, 843 case __detail::_S_leaf: 1962 if (__detail::_S_leaf == this->_M_tree_ptr->_M_tag &&
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| H A D | ropeimpl.h | 79 case _RopeRep::_S_leaf: in _S_setbuf() 146 case _RopeRep::_S_leaf: in _S_setcache() 355 case _S_leaf: in _M_free_tree() 508 if (_RopeRep::_S_leaf == __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() 573 if (_RopeRep::_S_leaf == __right->_M_tag in _S_destr_concat_char_iter() 619 if (_RopeRep::_S_leaf == __right->_M_tag) { in _S_concat() 620 if (_RopeRep::_S_leaf == __left->_M_tag) { in _S_concat() 627 && _RopeRep::_S_leaf == in _S_concat() [all …]
|
| H A D | stl_rope.h | 481 enum _Tag {_S_leaf, _S_concat, _S_substringfn, _S_function}; enumerator 582 : _Rope_RopeRep<_CharT,_Alloc>(_S_leaf, 0, true, __size, __a), in _Rope_RopeLeaf() 699 case _S_leaf: in operator() 1704 if (_RopeRep::_S_leaf == _M_tree_ptr->_M_tag &&
|