Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libstdc++/include/ext/
Dropeimpl.h121 const _RopeRep* __curr_rope; in _S_setcache() local
132 __curr_rope = __x._M_root; in _S_setcache()
133 if (0 != __curr_rope->_M_c_string) in _S_setcache()
136 __x._M_buf_start = __curr_rope->_M_c_string; in _S_setcache()
137 __x._M_buf_end = __curr_rope->_M_c_string + __curr_rope->_M_size; in _S_setcache()
138 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos; in _S_setcache()
139 __x._M_path_end[0] = __curr_rope; in _S_setcache()
147 __path[__curr_depth] = __curr_rope; in _S_setcache()
148 switch(__curr_rope->_M_tag) in _S_setcache()
158 (_Rope_RopeConcatenation<_CharT, _Alloc>*)__curr_rope; in _S_setcache()
[all …]