Searched refs:file_not_found (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A DError.cpp29 case cxxdump_error::file_not_found:
H A DError.h23 file_not_found, member in class:llvm::cxxdump_error
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DError.h23 file_not_found, member in class:llvm::readobj_error
H A DError.cpp36 case readobj_error::file_not_found:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp190 case fs::file_type::file_not_found:
H A DPath.cpp1049 return status_known(status) && status.type() != file_type::file_not_found;
H A DVirtualFileSystem.cpp107 return isStatusKnown() && Type != file_type::file_not_found;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp216 case file_type::file_not_found: // File doesn't exist...
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc686 Result = file_status(file_type::file_not_found);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h68 file_not_found, member in class:llvm::sys::fs::file_type
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2768 st.type() == fs::file_type::file_not_found) {

Completed in 117 milliseconds