Searched refs:Pipe (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DPipe.h1 //===-- Pipe.h --------------------------------------------------*- C++ -*-===//
15 typedef PipeWindows Pipe; typedef in namespace:lldb_private
20 typedef PipePosix Pipe; typedef in namespace:lldb_private
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptTokenList.h30 SHORT_TOKEN(Pipe, '|') // Bitwise-OR operator.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp91 FILE *Pipe = popen(Cmd.toString().c_str(), "r"); local
92 if (!Pipe)
97 while (fgets(TmpBuffer, sizeof(TmpBuffer), Pipe))
100 return pclose(Pipe) == 0;
H A DFuzzerUtilWindows.cpp165 FILE *Pipe = _popen(Cmd.toString().c_str(), "r"); local
166 if (!Pipe)
171 while (fgets(TmpBuffer, sizeof(TmpBuffer), Pipe))
174 return _pclose(Pipe) == 0;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h18 #include "lldb/Host/Pipe.h"
106 Pipe m_pipe;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DInputInfo.h33 Pipe enumerator in enum:clang::driver::InputInfo::Class
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp309 ResourceRef Pipe = selectPipe(R.first); local
310 use(Pipe);
311 BusyResources[Pipe] += CS.size();
313 Pipe, ResourceCycles(CS.size())));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h51 Pipe, PipePipe, Caret, enumerator in enum:llvm::AsmToken::TokenKind
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp881 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|'); local
882 assert(ScanFormat(Pipe + 1, ArgumentEnd, '|') == ArgumentEnd &&
884 const char *FirstDollar = ScanFormat(Argument, Pipe, '$');
885 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$');
892 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr);
1016 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|'); local
1030 FormatDiagnostic(Pipe + 1, ArgumentEnd, OutStr);
1070 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr);
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp30 #include "lldb/Host/Pipe.h"
202 Status writeSocketIdToPipe(Pipe &port_pipe, const std::string &socket_id) {
211 Pipe port_name_pipe;
222 Pipe port_pipe{LLDB_INVALID_PIPE, unnamed_pipe};
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp89 case AsmToken::Pipe: OS << "Pipe"; break;
H A DAsmLexer.cpp672 return AsmToken(AsmToken::Pipe, StringRef(TokStart, 1));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp12 #include "lldb/Host/Pipe.h"
159 Pipe pipe;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h68 Pipe = 5, member in class:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1171 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator in enum:clang::DeclaratorChunk::__anon1459
1558 case DeclaratorChunk::Pipe: return PipeInfo.destroy();
1652 I.Kind = Pipe;
2294 case DeclaratorChunk::Pipe:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp376 case AsmToken::Pipe:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp58 YIO.enumCase(EN, "Pipe", ValueKind::Pipe);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp412 case DeclaratorChunk::Pipe:
425 case DeclaratorChunk::Pipe:
505 case DeclaratorChunk::Pipe:
536 case DeclaratorChunk::Pipe:
597 case DeclaratorChunk::Pipe:
2159 /// Build a Read-only Pipe type.
2161 /// \param T The type to which we'll be building a Pipe.
2171 /// Build a Write-only Pipe type.
2173 /// \param T The type to which we'll be building a Pipe.
2931 case DeclaratorChunk::Pipe
[all...]
H A DSemaTemplateVariadic.cpp899 case DeclaratorChunk::Pipe:
H A DDeclSpec.cpp333 case DeclaratorChunk::Pipe:
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp761 case Type::Pipe: {
H A DCodeGenFunction.cpp235 case Type::Pipe:
2099 case Type::Pipe:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp105 return ValueKind::Pipe;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp22 #include "lldb/Host/Pipe.h"
1008 Pipe socket_pipe;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3841 case Type::Pipe:
3929 case Type::Pipe:
4088 case Type::Pipe:

Completed in 492 milliseconds

12