/external/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/ |
D | replace_filename.pass.cpp | 36 static_assert(noexcept(e.replace_filename(replace)) == false, in TEST_CASE() 39 std::is_same<decltype(e.replace_filename(replace)), void>::value, in TEST_CASE() 48 e.replace_filename(replace); in TEST_CASE() 61 static_assert(noexcept(e.replace_filename(replace, ec)) == false, in TEST_CASE() 64 std::is_same<decltype(e.replace_filename(replace, ec)), void>::value, in TEST_CASE() 74 e.replace_filename(replace, ec); in TEST_CASE() 86 e.replace_filename(replace, ec); in TEST_CASE() 103 ent.replace_filename(file_two.filename()); in TEST_CASE() 114 ent.replace_filename(sym_two.filename()); in TEST_CASE() 144 ent.replace_filename(file_two.filename(), ec); in TEST_CASE() [all …]
|
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/ |
D | replace_filename.pass.cpp | 37 static_assert(noexcept(e.replace_filename(replace)) == false, in TEST_CASE() 40 std::is_same<decltype(e.replace_filename(replace)), void>::value, in TEST_CASE() 49 e.replace_filename(replace); in TEST_CASE() 61 static_assert(noexcept(e.replace_filename(replace, ec)) == false, in TEST_CASE() 64 std::is_same<decltype(e.replace_filename(replace, ec)), void>::value, in TEST_CASE() 74 e.replace_filename(replace, ec); in TEST_CASE() 86 e.replace_filename(replace, ec); in TEST_CASE() 103 ent.replace_filename(file_two.filename()); in TEST_CASE() 114 ent.replace_filename(sym_two.filename()); in TEST_CASE() 144 ent.replace_filename(file_two.filename(), ec); in TEST_CASE() [all …]
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/ |
D | replace_filename.pass.cpp | 54 path& Ref = p.replace_filename(TC.filename); in main()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/ |
D | replace_filename.pass.cpp | 57 path& Ref = (p.replace_filename(TC.filename)); in main()
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 520 // Add something for replace_filename to replace. 544 it.CurrentEntry.replace_filename(name);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 752 void replace_filename(const Twine &filename, file_status st = file_status());
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 741 void replace_filename(const Twine &filename, file_status st = file_status());
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 536 // Add something for replace_filename to replace. 560 it.CurrentEntry.replace_filename(name);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 1231 void replace_filename(const Twine &Filename, file_type Type,
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | FileSystem.h | 1277 void replace_filename(const Twine &Filename, file_type Type,
|
/external/libcxx/include/ |
D | filesystem | 962 path& replace_filename(const path& __replacement) { 1982 void replace_filename(_Path const& __p) { 1983 __p_.replace_filename(__p); 1989 void replace_filename(_Path const& __p, error_code& __ec) {
|
/external/llvm-project/libcxx/include/ |
D | filesystem | 980 path& replace_filename(const path& __replacement) { 2034 void replace_filename(_Path const& __p) { 2035 __p_.replace_filename(__p); 2041 void replace_filename(_Path const& __p, error_code& __ec) {
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 976 void directory_entry::replace_filename(const Twine &filename, file_status st) { in replace_filename() function in llvm::sys::fs::directory_entry
|
/external/llvm/lib/Support/ |
D | Path.cpp | 974 void directory_entry::replace_filename(const Twine &filename, file_status st) { in replace_filename() function in llvm::sys::fs::directory_entry
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 854 // Add something for replace_filename to replace. 892 It.CurrentEntry.replace_filename(Name, direntType(CurDir));
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Path.inc | 888 // Add something for replace_filename to replace. 926 It.CurrentEntry.replace_filename(Name, direntType(CurDir));
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 1113 void directory_entry::replace_filename(const Twine &Filename, file_type Type, in replace_filename() function in llvm::sys::fs::directory_entry
|
/external/llvm-project/llvm/lib/Support/ |
D | Path.cpp | 1140 void directory_entry::replace_filename(const Twine &Filename, file_type Type, in replace_filename() function in llvm::sys::fs::directory_entry
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 700 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 706 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 1032 IT.CurrentEntry.replace_filename(
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Path.inc | 1052 IT.CurrentEntry.replace_filename(
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test9-pr18818-clang.so.abi | 2387 …<function-decl name='replace_filename' mangled-name='_ZN5boost10filesystem15directory_entry16repla…
|
D | test10-pr18818-gcc.so.abi | 4059 …<function-decl name='replace_filename' mangled-name='_ZN5boost10filesystem15directory_entry16repla…
|