Home
last modified time | relevance | path

Searched refs:fs_st_dev (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llvm/Support/
H A DFileSystem.h141 dev_t fs_st_dev; variable
161 file_status() : fs_st_dev(0), fs_st_ino(0), fs_st_mtime(0), in file_status()
165 file_status(file_type Type) : fs_st_dev(0), fs_st_ino(0), fs_st_mtime(0), in file_status()
171 : fs_st_dev(Dev), fs_st_ino(Ino), fs_st_mtime(MTime), fs_st_uid(UID), in file_status()
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/Support/
H A DFileSystem.h140 dev_t fs_st_dev; variable
161 file_status() : fs_st_dev(0), fs_st_ino(0), fs_st_mtime(0), in file_status()
165 file_status(file_type Type) : fs_st_dev(0), fs_st_ino(0), fs_st_mtime(0), in file_status()
171 : fs_st_dev(Dev), fs_st_ino(Ino), fs_st_mtime(MTime), fs_st_uid(UID), in file_status()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h145 dev_t fs_st_dev; variable
170 : fs_st_dev(0), fs_st_ino(0), fs_st_atime(0), fs_st_mtime(0), in file_status()
175 : fs_st_dev(0), fs_st_ino(0), fs_st_atime(0), fs_st_mtime(0), in file_status()
181 : fs_st_dev(Dev), fs_st_ino(Ino), fs_st_atime(ATime), fs_st_mtime(MTime), in file_status()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/llvm/Support/Unix/
H A DPath.inc184 return UniqueID(fs_st_dev, fs_st_ino);
329 return A.fs_st_dev == B.fs_st_dev &&
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Support/Unix/
H A DPath.inc178 return UniqueID(fs_st_dev, fs_st_ino);
328 return A.fs_st_dev == B.fs_st_dev &&
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DFileSystem.h251 dev_t fs_st_dev = 0; variable
273 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Support/
H A DFileSystem.h233 dev_t fs_st_dev = 0; variable
252 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DFileSystem.h230 dev_t fs_st_dev = 0; variable
252 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DFileSystem.h250 dev_t fs_st_dev = 0; variable
272 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DFileSystem.h250 dev_t fs_st_dev = 0; variable
272 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DFileSystem.h230 dev_t fs_st_dev = 0; variable
252 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DFileSystem.h250 dev_t fs_st_dev = 0; variable
272 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h250 dev_t fs_st_dev = 0; variable
272 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DFileSystem.h230 dev_t fs_st_dev = 0; variable
252 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h250 dev_t fs_st_dev = 0; variable
272 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DFileSystem.h250 dev_t fs_st_dev = 0; variable
272 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/Support/
H A DFileSystem.h250 dev_t fs_st_dev = 0; variable
272 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DPath.inc210 return UniqueID(fs_st_dev, fs_st_ino);
394 return A.fs_st_dev == B.fs_st_dev &&
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DFileSystem.h230 dev_t fs_st_dev = 0; variable
252 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DFileSystem.h230 dev_t fs_st_dev = 0; variable
252 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h230 dev_t fs_st_dev = 0; variable
252 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DFileSystem.h230 dev_t fs_st_dev = 0; variable
252 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DFileSystem.h230 dev_t fs_st_dev = 0; variable
252 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DFileSystem.h230 dev_t fs_st_dev = 0; variable
252 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/Unix/
H A DPath.inc217 return UniqueID(fs_st_dev, fs_st_ino);
472 return A.fs_st_dev == B.fs_st_dev &&

12