Searched refs:should_recurse (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-dir.cc92 bool should_recurse(bool follow_symlink, error_code& ec) const function in struct:fs::_Dir
268 if (std::exchange(_M_pending, true) && top.should_recurse(follow, ec))
H A Ddir.cc94 bool should_recurse(bool follow_symlink, error_code& ec) const function in struct:fs::_Dir
271 if (std::exchange(_M_pending, true) && top.should_recurse(follow, ec))
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc97 bool should_recurse(bool follow_symlink, error_code& ec) const function in struct:fs::_Dir
288 if (std::exchange(_M_dirs->pending, true) && top.should_recurse(follow, ec))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Ddir.cc99 bool should_recurse(bool follow_symlink, error_code& ec) const function in struct:fs::_Dir
298 if (std::exchange(_M_pending, true) && top.should_recurse(follow, ec))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc103 bool should_recurse(bool follow_symlink, error_code& ec) const function in struct:fs::_Dir
386 if (std::exchange(_M_dirs->pending, true) && top.should_recurse(follow, ec))

Completed in 204 milliseconds