Searched refs:__current_index (Results 1 – 2 of 2) sorted by relevance
189 int __current_index = __x._M_leaf_index; in _GLIBCXX_VISIBILITY() local190 const _RopeRep* __current_node = __x._M_path_end[__current_index]; in _GLIBCXX_VISIBILITY()203 while (--__current_index >= 0) in _GLIBCXX_VISIBILITY()207 __current_node = __x._M_path_end[__current_index]; in _GLIBCXX_VISIBILITY()214 if (__current_index < 0) in _GLIBCXX_VISIBILITY()220 __current_node = __x._M_path_end[__current_index]; in _GLIBCXX_VISIBILITY()227 __x._M_path_end[++__current_index] = __current_node; in _GLIBCXX_VISIBILITY()231 ++__current_index; in _GLIBCXX_VISIBILITY()232 if (int(_S_path_cache_len) == __current_index) in _GLIBCXX_VISIBILITY()237 --__current_index; in _GLIBCXX_VISIBILITY()[all …]