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

/freebsd-12-stable/contrib/libstdc++/include/ext/
H A Dropeimpl.h1208 _RopeRep* __forest[int(__detail::_S_max_rope_depth) + 1]; local
1213 // __forest[__i]._M_size >= _S_min_len[__i]
1214 // __forest[__i]._M_depth = __i
1218 __forest[__i] = 0;
1221 _S_add_to_forest(__r, __forest);
1223 if (0 != __forest[__i])
1228 __result = _S_concat(__forest[__i], __result);
1229 __forest[__i]->_M_unref_nonnil();
1231 __forest[__i] = 0;
1238 _S_unref(__forest[__
1250 _S_add_to_forest(_RopeRep* __r, _RopeRep** __forest) argument
1270 _S_add_leaf_to_forest(_RopeRep* __r, _RopeRep** __forest) argument
[all...]

Completed in 57 milliseconds