Searched refs:is_other (Results 1 – 8 of 8) sorted by relevance
35 ASSERT_NOEXCEPT(is_other(s)); in TEST_CASE()36 ASSERT_NOEXCEPT(is_other(p, ec)); in TEST_CASE()37 ASSERT_NOT_NOEXCEPT(is_other(p)); in TEST_CASE()60 TEST_CHECK(is_other(s) == TC.expect); in TEST_CASE()67 TEST_CHECK(is_other(p) == false); in TEST_CASE()78 TEST_CHECK(is_other(file, ec) == false); in TEST_CASE()81 TEST_CHECK_THROW(filesystem_error, is_other(file)); in TEST_CASE()
296 bool is_other(file_status status);306 error_code is_other(const Twine &path, bool &result);
198 if (!exists(f) || is_other(f) || is_other(t) in __copy()435 if ((!exists(s1) && !exists(s2)) || (is_other(s1) && is_other(s2))) { in __equivalent()
500 bool is_other(file_status status);510 std::error_code is_other(const Twine &path, bool &result);
960 bool is_other(file_status status) { in is_other() function966 std::error_code is_other(const Twine &Path, bool &Result) { in is_other() function970 Result = is_other(FileStatus); in is_other()
158 bool is_other(file_status s) _NOEXCEPT;159 bool is_other(const path& p);160 bool is_other(const path& p, error_code& ec) _NOEXCEPT;1625 bool is_other(file_status __s) _NOEXCEPT {1631 bool is_other(const path& __p) {1632 return is_other(__status(__p));1636 bool is_other(const path& __p, error_code& __ec) _NOEXCEPT {1637 return is_other(__status(__p, &__ec));
72 TEST_REQUIRE(is_other(fifo)); in TEST_CASE()
708 bool is_other(file_status status) { in is_other() function