Home
last modified time | relevance | path

Searched refs:Pipe (Results 1 – 25 of 113) sorted by relevance

12345

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/dataflow/
H A DDataFlow.cpp80 FILE *Pipe = popen("sed 's/(+/ /g; s/).*//g' " in PrintFunctions() local
87 backtrace_symbols_fd(Buf, 1, fileno(Pipe)); in PrintFunctions()
89 pclose(Pipe); in PrintFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp309 ResourceRef Pipe = selectPipe(R.first); in issueInstruction() local
310 use(Pipe); in issueInstruction()
311 BusyResources[Pipe] += CS.size(); in issueInstruction()
313 Pipe, ResourceCycles(CS.size()))); in issueInstruction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp890 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|'); in FormatDiagnostic() local
891 assert(ScanFormat(Pipe + 1, ArgumentEnd, '|') == ArgumentEnd && in FormatDiagnostic()
893 const char *FirstDollar = ScanFormat(Argument, Pipe, '$'); in FormatDiagnostic()
894 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic()
901 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
1025 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|'); in FormatDiagnostic() local
1039 FormatDiagnostic(Pipe + 1, ArgumentEnd, OutStr); in FormatDiagnostic()
1079 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A D7000.md40 ;; Integer execution unit (M-Pipe).
43 ;; Integer execution unit (F-Pipe).
48 ;; Floating-point unit (F-Pipe).
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A D7000.md40 ;; Integer execution unit (M-Pipe).
43 ;; Integer execution unit (F-Pipe).
48 ;; Floating-point unit (F-Pipe).
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dpipe.rst4 :c:type:`uv_pipe_t` --- Pipe handle
7 Pipe handles provide an abstraction over streaming files on Unix (including
18 Pipe handle type.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/WindowsResource/
H A DResourceScriptTokenList.h30 SHORT_TOKEN(Pipe, '|') // Bitwise-OR operator.
/netbsd-src/lib/libc/nls/
H A Dde.msg65 32 Unterbrochene Pipe
220 13 Unterbrochene Pipe
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DInputInfo.h33 Pipe enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVSchedSiFive7.td22 // Pipe A can handle memory, integer alu and vector operations.
23 // Pipe B can handle integer alu, control flow, integer multiply and divide,
/netbsd-src/usr.bin/mail/misc/
H A Dmail.tildehelp16 ~|command Pipe the message through the command
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptTokenList.def32 SHORT_TOKEN(Pipe, '|') // Bitwise-OR operator.
H A DResourceScriptToken.cpp71 case Kind::Pipe: in isBinaryOp()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DTypeBitCodes.def54 TYPE_BIT_CODE(Pipe, PIPE, 43)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h40 enum class TypeSpecifiersPipe { Unspecified, Pipe }; enumerator
H A DOperatorKinds.def69 OVERLOADED_OPERATOR(Pipe , "|" , pipe , false, true , false)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmMacro.h51 Pipe, PipePipe, Caret, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp89 case AsmToken::Pipe: OS << "Pipe"; break; in dump()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dfa726te.md46 ;; <-- AU --> shifter + LU CPSR (Pipe 0)
51 ;; <-- AU --> shifter + LU CPSR (Pipe 1)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dfa726te.md46 ;; <-- AU --> shifter + LU CPSR (Pipe 0)
51 ;; <-- AU --> shifter + LU CPSR (Pipe 1)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h79 Pipe = 5, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp414 case DeclaratorChunk::Pipe: in maybeMovePastReturnType()
427 case DeclaratorChunk::Pipe: in maybeMovePastReturnType()
507 case DeclaratorChunk::Pipe: in distributeObjCPointerTypeAttr()
538 case DeclaratorChunk::Pipe: in distributeObjCPointerTypeAttrFromDeclarator()
599 case DeclaratorChunk::Pipe: in distributeFunctionTypeAttr()
3014 case DeclaratorChunk::Pipe: in inferARCWriteback()
3156 case DeclaratorChunk::Pipe: in diagnoseRedundantReturnTypeQualifiers()
3768 case DeclaratorChunk::Pipe: in warnAboutRedundantParens()
4022 case DeclaratorChunk::Pipe: in classifyPointerDeclarator()
4352 case DeclaratorChunk::Pipe: in hasOuterPointerLikeChunk()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1177 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator
1567 case DeclaratorChunk::Pipe: return PipeInfo.destroy(); in destroy()
1664 I.Kind = Pipe; in getPipe()
2311 case DeclaratorChunk::Pipe: in isFunctionDeclarator()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmail.news15 0 string/t Pipe\ to mail piping text
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAMDGPUMetadata.cpp57 YIO.enumCase(EN, "Pipe", ValueKind::Pipe); in enumeration()

12345