Searched defs:is_other (Results 1 – 3 of 3) sorted by relevance
122 …_LIBCPP_HIDE_FROM_ABI bool is_other() const { return filesystem::is_other(file_status{__get_ft()})… in is_other() function124 _LIBCPP_HIDE_FROM_ABI bool is_other(error_code& __ec) const noexcept { in is_other() function
204 inline _LIBCPP_HIDE_FROM_ABI bool is_other(file_status __s) noexcept { in is_other() function207 inline _LIBCPP_HIDE_FROM_ABI bool is_other(const path& __p) { return is_other(__status(__p)); } in is_other() function208 inline _LIBCPP_HIDE_FROM_ABI bool is_other(const path& __p, error_code& __ec) noexcept { in is_other() function
1130 bool is_other(const basic_file_status &status) { in is_other() function1136 std::error_code is_other(const Twine &Path, bool &Result) { in is_other() function