Home
last modified time | relevance | path

Searched refs:_M_path_end (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dropeimpl.h75 const _RopeRep* __leaf = __x._M_path_end[__x._M_leaf_index]; in _S_setbuf()
139 __x._M_path_end[0] = __curr_rope; in _S_setcache()
183 __x._M_path_end[++__i] = __path[__j++]; in _S_setcache()
198 const _RopeRep* __current_node = __x._M_path_end[__current_index]; in _S_setcache_for_incr()
215 __current_node = __x._M_path_end[__current_index]; in _S_setcache_for_incr()
228 __current_node = __x._M_path_end[__current_index]; in _S_setcache_for_incr()
235 __x._M_path_end[++__current_index] = __current_node; in _S_setcache_for_incr()
244 __x._M_path_end[__i] = __x._M_path_end[__i+1]; in _S_setcache_for_incr()
249 __x._M_path_end[__current_index] = __current_node; in _S_setcache_for_incr()
H A Drope1051 const _RopeRep* _M_path_end[_S_path_cache_len];
1053 // _M_path_end[0] ... _M_path_end[leaf_index-1]
1057 // iff we got from _M_path_end[leaf_index - __i - 1]
1058 // to _M_path_end[leaf_index - __i] by going to the
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dropeimpl.h74 const _RopeRep* __leaf = __x._M_path_end[__x._M_leaf_index]; in _S_setbuf()
137 __x._M_path_end[0] = __curr_rope; in _S_setcache()
178 __x._M_path_end[++__i] = __path[__j++]; in _S_setcache()
193 const _RopeRep* __current_node = __x._M_path_end[__current_index]; in _S_setcache_for_incr()
208 __current_node = __x._M_path_end[__current_index]; in _S_setcache_for_incr()
220 __current_node = __x._M_path_end[__current_index]; in _S_setcache_for_incr()
227 __x._M_path_end[++__current_index] = __current_node; in _S_setcache_for_incr()
234 __x._M_path_end[__i] = __x._M_path_end[__i+1]; in _S_setcache_for_incr()
240 __x._M_path_end[__current_index] = __current_node; in _S_setcache_for_incr()
H A Dstl_rope.h877 const _RopeRep* _M_path_end[_S_path_cache_len]; variable