/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/experimental/ |
A D | fs_ops.h | 261 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 262 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/experimental/bits/ |
A D | fs_ops.h | 264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/experimental/bits/ |
A D | fs_ops.h | 264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/bits/ |
A D | fs_ops.h | 264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/bits/ |
A D | fs_ops.h | 264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/experimental/bits/ |
A D | fs_ops.h | 264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/ |
A D | fs_ops.h | 264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | fs_ops.h | 279 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 280 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | fs_ops.h | 279 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 280 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | fs_ops.h | 278 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 279 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | fs_ops.h | 278 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 279 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/cxx/lib/tl/include/bits/ |
A D | bst.h | 258 void remove_all(FUNC &&callback) in remove_all() function
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/ |
A D | ops.cc | 1057 fs::remove_all(const path& p) in remove_all() function in fs 1060 const auto result = remove_all(p, ec); in remove_all() 1067 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs 1083 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
|
A D | std-ops.cc | 1337 fs::remove_all(const path& p) in remove_all() function in fs 1340 const auto result = remove_all(p, ec); in remove_all() 1347 fs::remove_all(const path& p, error_code& ec) in remove_all() function in fs 1363 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/ |
A D | ops.cc | 1085 fs::remove_all(const path& p) in remove_all() function in fs 1088 const auto result = remove_all(p, ec); in remove_all() 1095 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs 1111 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/ |
A D | ops.cc | 1085 fs::remove_all(const path& p) in remove_all() function in fs 1088 const auto result = remove_all(p, ec); in remove_all() 1095 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs 1111 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/ |
A D | ops.cc | 1085 fs::remove_all(const path& p) in remove_all() function in fs 1088 const auto result = remove_all(p, ec); in remove_all() 1095 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs 1111 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/ |
A D | ops.cc | 1253 fs::remove_all(const path& p) in remove_all() function in fs 1256 bool result = remove_all(p, ec); in remove_all() 1263 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs 1269 count += fs::remove_all(d->path(), ec); in remove_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/ |
A D | ops.cc | 1291 fs::remove_all(const path& p) in remove_all() function in fs 1294 const auto result = remove_all(p, ec); in remove_all() 1301 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs 1315 count += fs::remove_all(d->path(), ec); in remove_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/ |
A D | ops.cc | 1289 fs::remove_all(const path& p) in remove_all() function in fs 1292 const auto result = remove_all(p, ec); in remove_all() 1299 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs 1313 count += fs::remove_all(d->path(), ec); in remove_all()
|
/l4re-core-master/moe/server/src/ |
A D | name_space.cc | 94 _tree.remove_all([](Entry *e) { delete e; }); in ~Name_space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/ |
A D | fs_ops.cc | 1285 fs::remove_all(const path& p) in remove_all() function in fs 1288 const auto result = remove_all(p, ec); in remove_all() 1295 fs::remove_all(const path& p, error_code& ec) in remove_all() function in fs 1311 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/ |
A D | ChangeLog | 442 * src/c++17/fs_ops.cc (remove_all(const path&, error_code&)): Check 444 * src/filesystem/ops.cc (remove_all(const path&, error_code&)): 446 * testsuite/27_io/filesystem/operations/remove_all.cc: Check errors 448 * testsuite/experimental/filesystem/operations/remove_all.cc: Likewise. 2897 (remove_all(const path&, error_code&)): Use filesystem::remove. 2907 (remove_all(const path&)): Fix type of result variable. 2908 (remove_all(const path&, error_code&)): Use non-throwing increment 2914 * testsuite/experimental/filesystem/operations/remove_all.cc: 2922 (remove_all(const path&, error_code&))): Do not return an error for 2926 * testsuite/27_io/filesystem/operations/remove_all.cc: Fix expected [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/ |
A D | fs_ops.cc | 1372 fs::remove_all(const path& p) in remove_all() function in fs 1378 fs::remove_all(const path& p, error_code& ec) in remove_all() function in fs
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | fs_ops.cc | 1372 fs::remove_all(const path& p) in remove_all() function in fs 1378 fs::remove_all(const path& p, error_code& ec) in remove_all() function in fs
|