Home
last modified time | relevance | path

Searched refs:isPathDir (Results 1 – 18 of 18) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DCachePruning.cpp136 bool isPathDir; in pruneCache() local
137 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
140 if (!isPathDir) in pruneCache()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DCachePruning.cpp150 bool isPathDir; in pruneCache() local
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
154 if (!isPathDir) in pruneCache()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DCachePruning.cpp158 bool isPathDir; in pruneCache() local
159 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
162 if (!isPathDir) in pruneCache()
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/bmatcuk/doublestar/v4/
H A Dglob.go173 if isPathDir(fsys, dir) {
311 func isPathDir(fsys fs.FS, name string) bool { func