Home
last modified time | relevance | path

Searched refs:is_block_file (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h171 inline _LIBCPP_HIDE_FROM_ABI bool is_block_file(file_status __s) noexcept { return __s.type() == fi… in is_block_file() function
172 inline _LIBCPP_HIDE_FROM_ABI bool is_block_file(const path& __p) { return is_block_file(__status(__… in is_block_file() function
173 inline _LIBCPP_HIDE_FROM_ABI bool is_block_file(const path& __p, error_code& __ec) noexcept { in is_block_file() function
174 return is_block_file(__status(__p, &__ec)); in is_block_file()
H A Ddirectory_entry.h102 _LIBCPP_HIDE_FROM_ABI bool is_block_file() const { return __get_ft() == file_type::block; } in is_block_file() function
104 _LIBCPP_HIDE_FROM_ABI bool is_block_file(error_code& __ec) const noexcept { in is_block_file() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem195 bool is_block_file() const;
196 bool is_block_file(error_code& ec) const noexcept;
435 bool is_block_file(file_status s) noexcept;
436 bool is_block_file(const path& p);
437 bool is_block_file(const path& p, error_code& ec) noexcept;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdTsSymbolMap.inc26 SYMBOL(is_block_file, std::experimental::filesystem::, <experimental/filesystem>)
H A DStdSymbolMap.inc3535 SYMBOL(is_block_file, std::filesystem::, <filesystem>)
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.cppm
H A Dfilesystem.inc79 using std::filesystem::is_block_file;