Searched refs:__forest (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | ropeimpl.h | 1091 _RopeRep* __forest[_RopeRep::_S_max_rope_depth + 1]; in _S_balance() local 1101 __forest[__i] = 0; in _S_balance() 1103 _S_add_to_forest(__r, __forest); in _S_balance() 1105 if (0 != __forest[__i]) { in _S_balance() 1109 __result = _S_concat(__forest[__i], __result); in _S_balance() 1110 __forest[__i]->_M_unref_nonnil(); in _S_balance() 1112 __forest[__i] = 0; in _S_balance() 1119 _S_unref(__forest[__i]); in _S_balance() 1131 rope<_CharT,_Alloc>::_S_add_to_forest(_RopeRep* __r, _RopeRep** __forest) in _S_add_to_forest() argument 1134 _S_add_leaf_to_forest(__r, __forest); in _S_add_to_forest() [all …]
|
| D | stl_rope.h | 1501 static void _S_add_to_forest(_RopeRep*__r, _RopeRep** __forest); 1504 static void _S_add_leaf_to_forest(_RopeRep* __r, _RopeRep** __forest);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | ropeimpl.h | 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() [all …]
|
| D | rope | 1748 static void _S_add_to_forest(_RopeRep*__r, _RopeRep** __forest); 1751 static void _S_add_leaf_to_forest(_RopeRep* __r, _RopeRep** __forest);
|