Home
last modified time | relevance | path

Searched refs:_S_concat (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/ext/
Dropeimpl.h155 case __detail::_S_concat: in _S_setcache()
237 while (__detail::_S_concat == __current_node->_M_tag) in _S_setcache_for_incr()
389 case __detail::_S_concat: in _M_free_tree()
550 if (__detail::_S_concat == __r->_M_tag in _S_concat_char_iter()
614 if (__detail::_S_concat == __r->_M_tag) in _S_destr_concat_char_iter()
656 _S_concat(_RopeRep* __left, _RopeRep* __right) in _S_concat() function
677 else if (__detail::_S_concat == __left->_M_tag in _S_concat()
743 case __detail::_S_concat: in _S_substring()
762 __result = _S_concat(__left_result, __right_result); in _S_substring()
933 case __detail::_S_concat: in _S_apply_to_pieces()
[all …]
Drope75 enum _Tag {_S_leaf, _S_concat, _S_substringfn, _S_function};
736 : _Rope_RopeRep<_CharT, _Alloc>(__detail::_S_concat,
1588 static _RopeRep* _S_concat(_RopeRep* __left, _RopeRep* __right);
1733 _RopeRep* __result = _S_concat(__left, __right);
1885 this->_M_tree_ptr = _S_concat(__left, this->_M_tree_ptr);
2091 _RopeRep* __result = _S_concat(this->_M_tree_ptr,
2115 _RopeRep* __result = _S_concat(this->_M_tree_ptr, __y._M_tree_ptr);
2152 __result = _S_concat(__left, __right);
2155 _Self_destruct_ptr __left_result(_S_concat(__left, __r));
2156 __result = _S_concat(__left_result, __right);
[all …]
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-2001351 _S_destr_concat_char_iter, _S_concat, _S_substring, _S_balance)