Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dropeimpl.h176 int __j = __curr_depth + 1 - int(_S_path_cache_len); in _GLIBCXX_VISIBILITY()
237 if (int(_S_path_cache_len) == __current_index) in _GLIBCXX_VISIBILITY() local
240 for (__i = 0; __i < int(_S_path_cache_len) - 1; __i++) in _GLIBCXX_VISIBILITY()
H A Drope1066 enum { _S_path_cache_len = 4 }; // Must be <= 9.
1083 const _RopeRep* _M_path_end[_S_path_cache_len];
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dropeimpl.h175 int __j = __curr_depth + 1 - int(_S_path_cache_len); in _GLIBCXX_VISIBILITY()
236 if (int(_S_path_cache_len) == __current_index) in _GLIBCXX_VISIBILITY() local
239 for (__i = 0; __i < int(_S_path_cache_len) - 1; __i++) in _GLIBCXX_VISIBILITY()
H A Drope1065 enum { _S_path_cache_len = 4 }; // Must be <= 9.
1082 const _RopeRep* _M_path_end[_S_path_cache_len];