Home
last modified time | relevance | path

Searched defs:IsDirectory (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIOPosix.cpp35 static bool IsDirectory(const std::string &Path) { in IsDirectory() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc293 bool FilePath::IsDirectory() const { in IsDirectory() function in testing::internal::FilePath
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h516 bool IsDirectory = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp2150 bool IsDirectory) { in addEntry()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp9413 auto AddCompletion = [&](StringRef Filename, bool IsDirectory) { in CodeCompleteIncludedFile()