Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.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/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp289 case file_type::fifo_file: // Forget pipes in LocateExecutableObjectFile()
731 case file_type::fifo_file: // Forget pipes in LocateMacOSXFilesUsingDebugSymbols()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp390 case fs::file_type::fifo_file: in RecurseCopy_Callback()
568 case fs::file_type::fifo_file: in Install()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h73 fifo_file, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc718 return file_type::fifo_file;
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc721 Result = file_status(file_type::fifo_file);