HomeSort by relevance Sort by last modified time
    Searched refs:status_error (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
FileSystem.h 54 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),
519 /// @returns True if status() != status_error.
525 /// @param result Set to true if status() != status_error.
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 46 Status() : Type(llvm::sys::fs::file_type::status_error) {}
  /external/llvm/lib/Support/
Path.cpp 850 return s.type() != file_type::status_error;
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 60 return Type != file_type::status_error;
    [all...]

Completed in 96 milliseconds