HomeSort by: relevance | last modified time | path
    Searched refs:file_not_found (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
Error.cpp 29 case cxxdump_error::file_not_found:
Error.h 23 file_not_found, member in class:llvm::cxxdump_error
  /src/external/apache2/llvm/dist/llvm/lib/Support/
FileOutputBuffer.cpp 186 case fs::file_type::file_not_found:
FileCollector.cpp 194 if (Stat.type() == sys::fs::file_type::file_not_found)
Path.cpp 1074 return status_known(status) && status.type() != file_type::file_not_found;
VirtualFileSystem.cpp 107 return isStatusKnown() && Type != file_type::file_not_found;
  /src/external/apache2/llvm/dist/llvm/tools/split-file/
split-file.cpp 165 if (status.type() != sys::fs::file_type::file_not_found &&
  /src/external/gpl2/gmake/dist/w32/subproc/
sub_proc.c 417 int file_not_found=0; local
446 file_not_found++;
496 if (file_not_found)
517 if ((shell_name) || (file_not_found)) {
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc 714 Result = file_status(file_type::file_not_found);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h 68 file_not_found, member in class:llvm::sys::fs::file_type
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Path.inc 735 Result = file_status(file_type::file_not_found);

Completed in 67 milliseconds