reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/LTO/Caching.cpp
   66     if (EC != errc::no_such_file_or_directory && EC != errc::permission_denied)
lib/Support/CachePruning.cpp
  174     if (EC == errc::no_such_file_or_directory) {
lib/Support/LockFileManager.cpp
  319         errc::no_such_file_or_directory) {
lib/Support/Path.cpp
  198       if (EC == errc::no_such_file_or_directory)
  924   if (EC != errc::no_such_file_or_directory)
lib/Support/Unix/Path.inc
  655     if (EC == errc::no_such_file_or_directory)
lib/Support/Unix/Program.inc
   93   return errc::no_such_file_or_directory;
lib/Support/VirtualFileSystem.cpp
  404     if (Status || Status.getError() != llvm::errc::no_such_file_or_directory)
  407   return make_error_code(llvm::errc::no_such_file_or_directory);
  415     if (Result || Result.getError() != llvm::errc::no_such_file_or_directory)
  418   return make_error_code(llvm::errc::no_such_file_or_directory);
  439   return errc::no_such_file_or_directory;
  448   return errc::no_such_file_or_directory;
  468       if (EC && EC != errc::no_such_file_or_directory)
  828       return errc::no_such_file_or_directory;
  834       return errc::no_such_file_or_directory;
  841       return errc::no_such_file_or_directory;
 1055     return errc::no_such_file_or_directory;
 1081     if (shouldUseExternalFS() && EC == errc::no_such_file_or_directory)
 1649     if (Result || Result.getError() != llvm::errc::no_such_file_or_directory)
 1652   return make_error_code(llvm::errc::no_such_file_or_directory);
 1677       return make_error_code(llvm::errc::no_such_file_or_directory);
 1695     if (Result || Result.getError() != llvm::errc::no_such_file_or_directory)
 1698   return make_error_code(llvm::errc::no_such_file_or_directory);
 1730         Result.getError() == llvm::errc::no_such_file_or_directory) {
 1768         E.getError() == llvm::errc::no_such_file_or_directory) {
 1799         Result.getError() == llvm::errc::no_such_file_or_directory) {
 2057     if (EC && EC != errc::no_such_file_or_directory)
tools/clang/lib/Frontend/CompilerInstance.cpp
  767         EC == llvm::errc::no_such_file_or_directory) {
tools/clang/lib/Lex/HeaderSearch.cpp
  330     if (EC != llvm::errc::no_such_file_or_directory &&
tools/clang/tools/extra/clang-include-fixer/YamlSymbolIndex.cpp
   46   return llvm::make_error_code(llvm::errc::no_such_file_or_directory);
tools/dsymutil/BinaryHolder.cpp
  204     return errorCodeToError(errc::no_such_file_or_directory);
tools/lldb/source/Host/common/FileSystem.cpp
  453     if (E.getError() == llvm::errc::no_such_file_or_directory) {
tools/lldb/unittests/Host/FileSystemTest.cpp
   53       return make_error_code(llvm::errc::no_such_file_or_directory);
   75       return make_error_code(llvm::errc::no_such_file_or_directory);
tools/llvm-ar/llvm-ar.cpp
  966   if (EC && EC != errc::no_such_file_or_directory)
  979   assert(EC == errc::no_such_file_or_directory);
tools/llvm-cov/gcov.cpp
   61     if (EC != errc::no_such_file_or_directory) {
tools/llvm-profdata/llvm-profdata.cpp
  556     exitWithErrorCode(make_error_code(errc::no_such_file_or_directory),
unittests/Support/ErrorOrTest.cpp
   69   ErrorOr<int> x(errc::no_such_file_or_directory);
   70   EXPECT_EQ(x, errc::no_such_file_or_directory);
   99   ErrorOr<CastsToErrorCode> x5(errc::no_such_file_or_directory);
  100   ErrorOr<CastsToErrorCode> x6 = errc::no_such_file_or_directory;
  101   ErrorOr<CastsToErrorCode> x7 = {errc::no_such_file_or_directory};
  102   ErrorOr<CastsToErrorCode> x8{errc::no_such_file_or_directory};
unittests/Support/FileOutputBufferTest.cpp
   77             errc::no_such_file_or_directory);
unittests/Support/Path.cpp
  638             errc::no_such_file_or_directory);
  641   EXPECT_EQ(EC, errc::no_such_file_or_directory);
  646             errc::no_such_file_or_directory);
  671             errc::no_such_file_or_directory);
unittests/Support/VirtualFileSystemTest.cpp
   59       return make_error_code(llvm::errc::no_such_file_or_directory);
   81       return make_error_code(llvm::errc::no_such_file_or_directory);
  174     return llvm::errc::no_such_file_or_directory;
  265             errc::no_such_file_or_directory);
  958   ASSERT_EQ(Stat.getError(), errc::no_such_file_or_directory) << FS.toString();
  960   ASSERT_EQ(Stat.getError(), errc::no_such_file_or_directory) << FS.toString();
 1014   ASSERT_EQ(File.getError(), errc::no_such_file_or_directory) << FS.toString();
 1435             llvm::errc::no_such_file_or_directory);
 1499   EXPECT_EQ(SS.getError(), llvm::errc::no_such_file_or_directory);
 1501   EXPECT_EQ(SS.getError(), llvm::errc::no_such_file_or_directory);
 1503   EXPECT_EQ(SS.getError(), llvm::errc::no_such_file_or_directory);
 2012             errc::no_such_file_or_directory);