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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h 236 uint32_t FileIndexHigh = 0;
258 uint32_t FileSizeLow, uint32_t FileIndexHigh,
264 FileIndexHigh(FileIndexHigh), FileIndexLow(FileIndexLow) {}
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Path.inc 154 uint64_t FileID = (static_cast<uint64_t>(FileIndexHigh) << 32ULL) |
639 return A.FileIndexHigh == B.FileIndexHigh &&

Completed in 45 milliseconds