Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp110 raw_string_ostream Ostream(Out); in dump() local
112 Ostream << "------- Dumping inliner stats for [" << ModuleName in dump()
116 Ostream << "-- List of inlined functions:\n"; in dump()
134 Ostream << "Inlined " in dump()
148 Ostream << "-- Summary:\n" in dump()
169 Ostream.flush(); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.h56 bool printAlias(const MCInst *MI, raw_ostream &Ostream);
57 bool printInst(const MCInst *MI, raw_ostream &Ostream, StringRef Alias,
59 bool printMemoryLoadIncrement(const MCInst *MI, raw_ostream &Ostream,
61 bool printMemoryStoreIncrement(const MCInst *MI, raw_ostream &Ostream,
H A DLanaiMCCodeEmitter.cpp77 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream,
173 const MCInst &Inst, raw_ostream &Ostream, SmallVectorImpl<MCFixup> &Fixups, in encodeInstruction() argument
181 Ostream << static_cast<char>((Value >> i) & 0xff); in encodeInstruction()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx2aStatusPaperStatus.csv6 "`P0053R7 <https://wg21.link/P0053R7>`__","LWG","C++ Synchronized Buffered Ostream","Albuquerque","…
22 "`P0753R2 <https://wg21.link/P0753R2>`__","LWG","Manipulators for C++ Synchronized Buffered Ostream
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-19991593 a testcase for getline and operators << and >>. Ostream tests are
H A DChangeLog-20216797 * include/std/ostream (operator<<(Ostream&&, const x&)):