Home
last modified time | relevance | path

Searched refs:fifo_file (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDFileManager.cpp346 UFE->IsNamedPipe = Status.getType() == llvm::sys::fs::file_type::fifo_file; in getFileRef()
448 Status.getType() == llvm::sys::fs::file_type::fifo_file; in getVirtualFileRef()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
HDSymbolLocatorDebugSymbols.cpp289 case file_type::fifo_file: // Forget pipes in LocateExecutableObjectFile()
731 case file_type::fifo_file: // Forget pipes in LocateMacOSXFilesUsingDebugSymbols()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp390 case fs::file_type::fifo_file: in RecurseCopy_Callback()
568 case fs::file_type::fifo_file: in Install()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDFileSystem.h73 fifo_file, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDPath.inc718 return file_type::fifo_file;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDPath.inc721 Result = file_status(file_type::fifo_file);