Home
last modified time | relevance | path

Searched refs:__forest (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/libstdc++/include/ext/
Dropeimpl.h1208 _RopeRep* __forest[int(__detail::_S_max_rope_depth) + 1]; in _S_balance() local
1218 __forest[__i] = 0; in _S_balance()
1221 _S_add_to_forest(__r, __forest); in _S_balance()
1223 if (0 != __forest[__i]) in _S_balance()
1228 __result = _S_concat(__forest[__i], __result); in _S_balance()
1229 __forest[__i]->_M_unref_nonnil(); in _S_balance()
1231 __forest[__i] = 0; in _S_balance()
1238 _S_unref(__forest[__i]); in _S_balance()
1250 _S_add_to_forest(_RopeRep* __r, _RopeRep** __forest) in _S_add_to_forest() argument
1254 _S_add_leaf_to_forest(__r, __forest); in _S_add_to_forest()
[all …]
Drope1748 static void _S_add_to_forest(_RopeRep*__r, _RopeRep** __forest);
1751 static void _S_add_leaf_to_forest(_RopeRep* __r, _RopeRep** __forest);