Home
last modified time | relevance | path

Searched refs:is_character_file (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h173 inline _LIBCPP_HIDE_FROM_ABI bool is_character_file(file_status __s) noexcept { in is_character_file() function
176 inline _LIBCPP_HIDE_FROM_ABI bool is_character_file(const path& __p) { return is_character_file(__s… in is_character_file() function
177 inline _LIBCPP_HIDE_FROM_ABI bool is_character_file(const path& __p, error_code& __ec) noexcept { in is_character_file() function
178 return is_character_file(__status(__p, &__ec)); in is_character_file()
H A Ddirectory_entry.h105 …_LIBCPP_HIDE_FROM_ABI bool is_character_file() const { return __get_ft() == file_type::character; } in is_character_file() function
107 _LIBCPP_HIDE_FROM_ABI bool is_character_file(error_code& __ec) const noexcept { in is_character_file() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem197 bool is_character_file() const;
198 bool is_character_file(error_code& ec) const noexcept;
439 bool is_character_file(file_status s) noexcept;
440 bool is_character_file(const path& p);
441 bool is_character_file(const path& p, error_code& ec) noexcept;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdTsSymbolMap.inc27 SYMBOL(is_character_file, std::experimental::filesystem::, <experimental/filesystem>)
H A DStdSymbolMap.inc3452 SYMBOL(is_character_file, std::filesystem::, <filesystem>)
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.cppm