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

  /external/clang/lib/Basic/
FileSystemStatCache.cpp 65 R = CacheMissing;
82 R = CacheMissing;
94 R = CacheMissing;
102 if (R == CacheMissing) return true;
128 if (Result == CacheMissing)
  /external/clang/include/clang/Basic/
FileSystemStatCache.h 49 CacheMissing ///< We know that the file doesn't exist.
90 return get(Path, Data, isFile, FileDescriptor, 0) ? CacheMissing
  /external/clang/unittests/Basic/
FileManagerTest.cpp 57 return CacheMissing; // This means the file/directory doesn't exist.
  /external/clang/lib/Frontend/
CacheTokens.cpp 522 if (Result == CacheMissing) // Failed 'stat'.
  /external/clang/lib/Lex/
PTHLexer.cpp 698 return CacheMissing;

Completed in 1600 milliseconds