Home
last modified time | relevance | path

Searched refs:status_known (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_entry.cpp26 if (!status_known(st)) { in __do_refresh()
48 if (!status_known(st)) { in __do_refresh()
H A Doperations.cpp121 if (not status_known(t)) in __copy() local
282 if (!status_known(to_st)) in __copy_file()
362 if (!status_known(st)) in __create_directories()
372 if (not status_known(parent_st)) in __create_directories() local
412 if (!status_known(st)) in __create_directory()
914 if (!status_known(st)) in __temp_directory_path()
940 if (!status_known(st)) { in __weakly_canonical()
H A Dfile_descriptor.h161 bool status_known() const { return filesystem::status_known(m_status); } in get_status()
164 bool status_known() const { return _VSTD_FS::status_known(m_status); } status_known() function
H A Ddirectory_iterator.cpp289 if (m_ec && status_known(st)) in __advance()
295 if (m_ec && status_known(st))
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h147 inline _LIBCPP_HIDE_FROM_ABI bool status_known(file_status __s) noexcept { return __s.type() != fil… in status_known() function
149 return status_known(__s) && __s.type() != file_type::not_found; in exists()
155 if (status_known(__s)) in exists()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdTsSymbolMap.inc48 SYMBOL(status_known, std::experimental::filesystem::, <experimental/filesystem>)
H A DStdSymbolMap.inc3476 SYMBOL(status_known, std::filesystem::, <filesystem>)
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.cppm
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h716 bool status_known(const basic_file_status &s);
724 std::error_code status_known(const Twine &path, bool &result);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1079 return status_known(status) && status.type() != file_type::file_not_found; in exists()
1082 bool status_known(const basic_file_status &s) { in status_known() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem511 bool status_known(file_status s) noexcept;
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc639 assert(status_known(A) && status_known(B));
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc654 assert(status_known(A) && status_known(B));