Home
last modified time | relevance | path

Searched defs:Stream (Results 1 – 25 of 130) sorted by relevance

123456

/netbsd/external/gpl3/gcc.old/dist/fixincludes/
H A Dsystem.h62 # define putc(C, Stream) putc_unlocked (C, Stream) argument
70 # define getc(Stream) getc_unlocked (Stream) argument
78 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument
83 # define clearerr(Stream) clearerr_unlocked (Stream) argument
90 # define feof(Stream) feof_unlocked (Stream) argument
97 # define fileno(Stream) fileno_unlocked (Stream) argument
104 # define fflush(Stream) fflush_unlocked (Stream) argument
111 # define fgetc(Stream) fgetc_unlocked (Stream) argument
118 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument
125 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument
[all …]
/netbsd/external/gpl3/gcc/dist/fixincludes/
H A Dsystem.h62 # define putc(C, Stream) putc_unlocked (C, Stream) argument
70 # define getc(Stream) getc_unlocked (Stream) argument
78 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument
83 # define clearerr(Stream) clearerr_unlocked (Stream) argument
90 # define feof(Stream) feof_unlocked (Stream) argument
97 # define fileno(Stream) fileno_unlocked (Stream) argument
104 # define fflush(Stream) fflush_unlocked (Stream) argument
111 # define fgetc(Stream) fgetc_unlocked (Stream) argument
118 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument
125 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument
[all …]
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h79 # define putc(C, Stream) putc_unlocked (C, Stream) argument
87 # define getc(Stream) getc_unlocked (Stream) argument
95 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument
104 # define clearerr(Stream) clearerr_unlocked (Stream) argument
111 # define feof(Stream) feof_unlocked (Stream) argument
118 # define fileno(Stream) fileno_unlocked (Stream) argument
125 # define fflush(Stream) fflush_unlocked (Stream) argument
132 # define fgetc(Stream) fgetc_unlocked (Stream) argument
139 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument
146 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument
[all …]
/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h79 # define putc(C, Stream) putc_unlocked (C, Stream) argument
87 # define getc(Stream) getc_unlocked (Stream) argument
95 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument
104 # define clearerr(Stream) clearerr_unlocked (Stream) argument
111 # define feof(Stream) feof_unlocked (Stream) argument
118 # define fileno(Stream) fileno_unlocked (Stream) argument
125 # define fflush(Stream) fflush_unlocked (Stream) argument
132 # define fgetc(Stream) fgetc_unlocked (Stream) argument
139 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument
146 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h27 struct Stream { struct
28 enum class StreamKind { argument
39 Stream(StreamKind Kind, minidump::StreamType Type) : Kind(Kind), Type(Type) {} in Stream() argument
42 const StreamKind Kind; argument
43 const minidump::StreamType Type; argument
67 : Stream(EntryT::Kind, EntryT::Type), Entries(std::move(Entries)) {} in Stream() function
153 : Stream(StreamKind::RawContent, Type), Content(Content), in Stream() function
190 : Stream(StreamKind::TextContent, Type), Text(Text) {} in Stream() function
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp51 Error NamedStreamMap::load(BinaryStreamReader &Stream) { in load()
100 bool NamedStreamMap::get(StringRef Stream, uint32_t &StreamNo) const { in get()
111 StringRef Stream(NamesBuffer.data() + Entry.first); in entries() local
124 void NamedStreamMap::set(StringRef Stream, uint32_t StreamNo) { in set()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h188 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
225 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
254 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
261 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
273 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
280 static void emit(llvm::BitstreamWriter &Stream, BufferTy &Buffer, in emit()
309 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamArray.h103 : Stream(Stream), Skew(Skew) {} in Stream() argument
106 : Stream(Stream), E(E), Skew(Skew) {} in Stream() function
269 explicit FixedStreamArray(BinaryStreamRef Stream) : Stream(Stream) { in FixedStreamArray()
H A DFormatAdapters.h37 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
51 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
66 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
79 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
H A DFormattedStream.h77 void setStream(raw_ostream &Stream) { in setStream()
106 formatted_raw_ostream(raw_ostream &Stream) in formatted_raw_ostream()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp37 llvm::BitstreamCursor Stream(**Buffer); in readDiagnostics() local
117 llvm::BitstreamCursor &Stream, unsigned &BlockOrRecordID) { in skipUntilRecordOrBlock()
162 SerializedDiagnosticReader::readMetaBlock(llvm::BitstreamCursor &Stream) { in readMetaBlock()
211 SerializedDiagnosticReader::readDiagnosticBlock(llvm::BitstreamCursor &Stream) { in readDiagnosticBlock()
H A DTestModuleFileExtension.cpp24 llvm::BitstreamWriter &Stream) { in writeExtensionContents()
117 const llvm::BitstreamCursor &Stream) in createExtensionReader()
H A DSerializedDiagnosticPrinter.cpp259 llvm::BitstreamWriter Stream; member
315 llvm::BitstreamWriter &Stream, in EmitBlockID()
335 llvm::BitstreamWriter &Stream, in EmitRecordID()
432 llvm::BitstreamWriter &Stream = State->Stream; in EmitBlockInfoBlock() local
518 llvm::BitstreamWriter &Stream = State->Stream; in EmitMetaBlock() local
646 llvm::BitstreamWriter &Stream = State->Stream; in EmitDiagnosticMessage() local
703 llvm::BitstreamWriter &Stream = State->Stream; in EmitCodeContext() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DMinidump.cpp58 Optional<ArrayRef<uint8_t>> Stream = getRawStream(StreamType::MemoryInfoList); in getMemoryInfoList() local
76 Optional<ArrayRef<uint8_t>> Stream = getRawStream(Type); in getListStream() local
133 Expected<ArrayRef<uint8_t>> Stream = in create() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp37 BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo) in BitstreamMetaParserHelper()
42 BitstreamCursor &Stream = Parser.Stream; in parseRecord() local
84 BitstreamCursor &Stream) in BitstreamRemarkParserHelper()
89 BitstreamCursor &Stream = Parser.Stream; in parseRecord() local
159 BitstreamCursor &Stream = ParserHelper.Stream; in parseBlock() local
248 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dsystem.h89 # define putc(C, Stream) putc_unlocked (C, Stream) argument
97 # define getc(Stream) getc_unlocked (Stream) argument
105 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument
114 # define clearerr(Stream) clearerr_unlocked (Stream) argument
121 # define feof(Stream) feof_unlocked (Stream) argument
128 # define fileno(Stream) fileno_unlocked (Stream) argument
135 # define fflush(Stream) fflush_unlocked (Stream) argument
142 # define fgetc(Stream) fgetc_unlocked (Stream) argument
149 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument
156 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h89 # define putc(C, Stream) putc_unlocked (C, Stream) argument
97 # define getc(Stream) getc_unlocked (Stream) argument
105 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument
114 # define clearerr(Stream) clearerr_unlocked (Stream) argument
121 # define feof(Stream) feof_unlocked (Stream) argument
128 # define fileno(Stream) fileno_unlocked (Stream) argument
135 # define fflush(Stream) fflush_unlocked (Stream) argument
142 # define fgetc(Stream) fgetc_unlocked (Stream) argument
149 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument
156 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DBinaryStreamRef.cpp67 BinaryStreamRef::BinaryStreamRef(BinaryStream &Stream) in BinaryStreamRef()
69 BinaryStreamRef::BinaryStreamRef(BinaryStream &Stream, uint32_t Offset, in BinaryStreamRef()
103 WritableBinaryStreamRef::WritableBinaryStreamRef(WritableBinaryStream &Stream) in WritableBinaryStreamRef()
106 WritableBinaryStreamRef::WritableBinaryStreamRef(WritableBinaryStream &Stream, in WritableBinaryStreamRef()
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp290 static void streamMapping(yaml::IO &IO, RawContentStream &Stream) { in streamMapping()
295 static std::string streamValidate(RawContentStream &Stream) { in streamValidate()
307 static void streamMapping(yaml::IO &IO, MemoryInfoListStream &Stream) { in streamMapping()
311 static void streamMapping(yaml::IO &IO, MemoryListStream &Stream) { in streamMapping()
315 static void streamMapping(yaml::IO &IO, ModuleListStream &Stream) { in streamMapping()
319 static void streamMapping(yaml::IO &IO, SystemInfoStream &Stream) { in streamMapping()
349 static void streamMapping(yaml::IO &IO, TextContentStream &Stream) { in streamMapping()
370 static void streamMapping(yaml::IO &IO, ThreadListStream &Stream) { in streamMapping()
374 static void streamMapping(yaml::IO &IO, MinidumpYAML::ExceptionStream &Stream) { in streamMapping()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h31 BitstreamCursor &Stream; member
56 BitstreamCursor &Stream; member
91 BitstreamCursor Stream; member
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp26 operator()(BinaryStreamRef Stream, uint32_t &Len, in operator ()()
49 Error DebugCrossModuleImportsSubsectionRef::initialize(BinaryStreamRef Stream) { in initialize()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMinidump.h39 ArrayRef<uint8_t> getRawStream(const minidump::Directory &Stream) const { in getRawStream()
191 if (Optional<ArrayRef<uint8_t>> Stream = getRawStream(Type)) { in getStream() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolStream.h42 std::unique_ptr<msf::MappedBlockStream> Stream; variable
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.h32 pdb::TpiStream *Stream) in MinimalTypeDumpVisitor()
65 pdb::TpiStream *Stream = nullptr; variable
H A DBytesOutputStyle.cpp301 auto &Stream = Err(IsTpi ? File.getPDBTpiStream() : File.getPDBIpiStream()); in dumpTypeIndex() local
364 auto &Stream = Err(File.getPDBDbiStream()); in iterateModules() local
399 [this](uint32_t Modi, const ModuleDebugStreamRef &Stream, in dumpModuleC11()
414 [this](uint32_t Modi, const ModuleDebugStreamRef &Stream, in dumpModuleC13()
415 const MSFStreamLayout &Layout) { in dumpModuleC13()

123456