Searched refs:FileIndexLow (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 160 uint32_t FileIndexLow; 187 FileSizeLow(0), FileIndexHigh(0), FileIndexLow(0), 193 FileSizeLow(0), FileIndexHigh(0), FileIndexLow(0), Type(Type), 200 uint32_t FileIndexHigh, uint32_t FileIndexLow) 206 FileIndexLow(FileIndexLow), Type(Type), Perms(perms_not_known) {}
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 161 uint32_t FileIndexLow; 188 FileSizeLow(0), FileIndexHigh(0), FileIndexLow(0), 194 FileSizeLow(0), FileIndexHigh(0), FileIndexLow(0), Type(Type), 201 uint32_t FileIndexHigh, uint32_t FileIndexLow) 207 FileIndexLow(FileIndexLow), Type(Type), Perms(perms_not_known) {}
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 240 uint32_t FileIndexLow = 0; variable 259 uint32_t FileIndexLow) in file_status() argument 264 FileIndexHigh(FileIndexHigh), FileIndexLow(FileIndexLow) {} in file_status()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 149 static_cast<uint64_t>(FileIndexLow); 369 A.FileIndexLow == B.FileIndexLow &&
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 149 static_cast<uint64_t>(FileIndexLow); 371 A.FileIndexLow == B.FileIndexLow &&
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 157 static_cast<uint64_t>(FileIndexLow); 598 A.FileIndexLow == B.FileIndexLow &&
|