Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cxxdump/
DError.cpp27 case cxxdump_error::file_not_found: in message()
DError.h24 file_not_found, enumerator
/external/llvm/tools/obj2yaml/
DError.h20 file_not_found, enumerator
DError.cpp31 case obj2yaml_error::file_not_found: in message()
/external/llvm/tools/llvm-readobj/
DError.h24 file_not_found, enumerator
DError.cpp34 case readobj_error::file_not_found: in message()
/external/llvm/lib/Support/
DFileOutputBuffer.cpp44 case sys::fs::file_type::file_not_found: in create()
DPath.cpp901 return status_known(status) && status.type() != file_type::file_not_found; in exists()
/external/llvm/include/llvm/Support/
DFileSystem.h55 file_not_found, enumerator
/external/llvm/unittests/Support/
DPath.cpp522 EXPECT_EQ(B.type(), fs::file_type::file_not_found); in TEST_F()
/external/llvm/lib/Support/Unix/
DPath.inc353 Result = file_status(file_type::file_not_found);
/external/llvm/lib/Support/Windows/
DPath.inc417 Result = file_status(file_type::file_not_found);
/external/clang/lib/Basic/
DVirtualFileSystem.cpp84 return isStatusKnown() && Type != file_type::file_not_found; in exists()