Home
last modified time | relevance | path

Searched defs:_Dir_stack (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc181 struct fs::recursive_directory_iterator::_Dir_stack : std::stack<_Dir> struct in fs::recursive_directory_iterator
183 _Dir_stack(directory_options opts, posix::DIR* dirp, const path& p) in _Dir_stack() argument
189 const directory_options options;
190 bool pending;
192 void clear() { c.clear(); } in clear()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc261 struct fs::recursive_directory_iterator::_Dir_stack : std::stack<_Dir> struct in fs::recursive_directory_iterator
263 _Dir_stack(directory_options opts, _Dir&& dir) in _Dir_stack() function
269 path::string_type orig;
270 const directory_options options;
271 bool pending;
273 void clear() { c.clear(); } in clear()
275 path current_path() const in current_path()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Ddir.cc211 struct fs::recursive_directory_iterator::_Dir_stack : std::stack<_Dir> struct in fs::recursive_directory_iterator
213 _Dir_stack(_Dir&& dir) in _Dir_stack() argument
218 void clear() { c.clear(); } in clear()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-dir.cc180 struct fs::recursive_directory_iterator::_Dir_stack : std::stack<_Dir> struct in fs::recursive_directory_iterator
182 void clear() { c.clear(); } in clear()
H A Ddir.cc183 struct fs::recursive_directory_iterator::_Dir_stack : std::stack<_Dir> struct in fs::recursive_directory_iterator
185 void clear() { c.clear(); } in clear()