Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status_known/
Dstatus_known.pass.cpp31 ASSERT_SAME_TYPE(decltype(status_known(s)), bool); in TEST_CASE()
32 ASSERT_NOEXCEPT(status_known(s)); in TEST_CASE()
55 TEST_CHECK(status_known(s) == TC.expect); in TEST_CASE()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h335 bool status_known(file_status s);
343 error_code status_known(const Twine &path, bool &result);
/external/libcxx/src/experimental/filesystem/
Doperations.cpp195 if (not status_known(t)) in __copy() local
276 if (!status_known(to_st)) { in __copy_file()
326 if (!status_known(st)) { in __create_directories()
343 if (not status_known(parent_st)) { in __create_directories() local
371 if (!status_known(st)) { in __create_directory()
693 if (m_ec && !status_known(fst)) { in __last_write_time()
/external/llvm/include/llvm/Support/
DFileSystem.h549 bool status_known(file_status s);
557 std::error_code status_known(const Twine &path, bool &result);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h560 bool status_known(file_status s);
568 std::error_code status_known(const Twine &path, bool &result);
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp665 return status_known(status) && status.type() != file_type::file_not_found; in exists()
668 bool status_known(file_status s) { in status_known() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp931 return status_known(status) && status.type() != file_type::file_not_found; in exists()
934 bool status_known(file_status s) { in status_known() function
/external/llvm/lib/Support/
DPath.cpp929 return status_known(status) && status.type() != file_type::file_not_found; in exists()
932 bool status_known(file_status s) { in status_known() function
/external/llvm/lib/Support/Unix/
DPath.inc374 assert(status_known(A) && status_known(B));
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc393 assert(status_known(A) && status_known(B));
/external/libcxx/include/experimental/
Dfilesystem204 bool status_known(file_status s) _NOEXCEPT;
1459 bool status_known(file_status __s) _NOEXCEPT {
1465 return status_known(__s) && __s.type() != file_type::not_found;
1476 if (status_known(__s)) __ec.clear();
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc367 assert(status_known(A) && status_known(B));
/external/llvm/lib/Support/Windows/
DPath.inc369 assert(status_known(A) && status_known(B));