Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dropeimpl.h119 int __curr_depth = -1; /* index into path */ in _GLIBCXX_VISIBILITY() local
143 ++__curr_depth; in _GLIBCXX_VISIBILITY()
144 __path[__curr_depth] = __curr_rope; in _GLIBCXX_VISIBILITY()
176 int __j = __curr_depth + 1 - int(_S_path_cache_len); in _GLIBCXX_VISIBILITY()
179 while (__j <= __curr_depth) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dropeimpl.h118 int __curr_depth = -1; /* index into path */ in _GLIBCXX_VISIBILITY() local
142 ++__curr_depth; in _GLIBCXX_VISIBILITY()
143 __path[__curr_depth] = __curr_rope; in _GLIBCXX_VISIBILITY()
175 int __j = __curr_depth + 1 - int(_S_path_cache_len); in _GLIBCXX_VISIBILITY()
178 while (__j <= __curr_depth) in _GLIBCXX_VISIBILITY()