Searched refs:status_error (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
H A DFileSystem.h54 status_error, member in class:llvm::sys::fs::file_type
163 Type(file_type::status_error), Perms(perms_not_known) {}
176 FileIndexHigh(0), FileIndexLow(0), Type(file_type::status_error),
520 /// @returns True if status() != status_error.
526 /// @param result Set to true if status() != status_error.
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h46 Status() : Type(llvm::sys::fs::file_type::status_error) {}
/external/llvm/lib/Support/Unix/
H A DPath.inc410 Result = file_status(file_type::status_error);
/external/llvm/lib/Support/Windows/
H A DPath.inc413 Result = file_status(file_type::status_error);
/external/llvm/lib/Support/
H A DPath.cpp888 return s.type() != file_type::status_error;
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp60 return Type != file_type::status_error;

Completed in 1784 milliseconds