Home
last modified time | relevance | path

Searched defs:IsFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp26 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile() function
62 bool IsFile(const std::string &Path) { in IsFile() function
H A DFuzzerIOPosix.cpp27 bool IsFile(const std::string &Path) { in IsFile() function
/llvm-project/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp206 bool IsFile = false; llvm_ml_main() local
/llvm-project/clang/unittests/Basic/
H A DFileManagerTest.cpp32 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile, in InjectFileOrDirectory() argument