Lines Matching refs:__forest
1208 _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()
1261 _S_add_to_forest(__c->_M_left, __forest); in _S_add_to_forest()
1262 _S_add_to_forest(__c->_M_right, __forest); in _S_add_to_forest()
1270 _S_add_leaf_to_forest(_RopeRep* __r, _RopeRep** __forest) in _S_add_leaf_to_forest() argument
1279 if (0 != __forest[__i]) in _S_add_leaf_to_forest()
1284 __too_tiny = _S_concat_and_set_balanced(__forest[__i], in _S_add_leaf_to_forest()
1286 __forest[__i]->_M_unref_nonnil(); in _S_add_leaf_to_forest()
1287 __forest[__i] = 0; in _S_add_leaf_to_forest()
1300 if (0 != __forest[__i]) in _S_add_leaf_to_forest()
1305 __insertee = _S_concat_and_set_balanced(__forest[__i], in _S_add_leaf_to_forest()
1307 __forest[__i]->_M_unref_nonnil(); in _S_add_leaf_to_forest()
1308 __forest[__i] = 0; in _S_add_leaf_to_forest()
1313 __forest[__i] = __insertee; in _S_add_leaf_to_forest()