/openbsd-src/gnu/llvm/lld/wasm/ |
H A D | WriterUtils.cpp | 83 void writeUleb128(raw_ostream &os, uint64_t number, const Twine &msg) { in writeUleb128() 88 void writeSleb128(raw_ostream &os, int64_t number, const Twine &msg) { in writeSleb128() 93 void writeBytes(raw_ostream &os, const char *bytes, size_t count, in writeBytes() 99 void writeStr(raw_ostream &os, StringRef string, const Twine &msg) { in writeStr() 106 void writeU8(raw_ostream &os, uint8_t byte, const Twine &msg) { in writeU8() 111 void writeU32(raw_ostream &os, uint32_t number, const Twine &msg) { in writeU32() 116 void writeU64(raw_ostream &os, uint64_t number, const Twine &msg) { in writeU64() 121 void writeValueType(raw_ostream &os, ValType type, const Twine &msg) { in writeValueType() 126 void writeSig(raw_ostream &os, const WasmSignature &sig) { in writeSig() 138 void writeI32Const(raw_ostream &os, int32_t number, const Twine &msg) { in writeI32Const() [all …]
|
H A D | SyntheticSections.cpp | 53 raw_string_ostream os{body}; member in lld::wasm::__anon1dfa910c0111::SubSection 65 raw_ostream &os = bodyOutputStream; in writeBody() local 233 raw_ostream &os = bodyOutputStream; in writeBody() local 294 raw_ostream &os = bodyOutputStream; in writeBody() local 311 raw_ostream &os = bodyOutputStream; in writeBody() local 353 raw_ostream &os = bodyOutputStream; in writeBody() local 371 raw_ostream &os = bodyOutputStream; in writeBody() local 418 void GlobalSection::generateRelocationCode(raw_ostream &os, bool TLS) const { in generateRelocationCode() 463 raw_ostream &os = bodyOutputStream; in writeBody() local 529 raw_ostream &os = bodyOutputStream; in writeBody() local [all …]
|
H A D | OutputSections.cpp | 41 raw_string_ostream os(header); in createHeader() local 51 raw_string_ostream os(codeSectionHeader); in finalizeContents() local 100 raw_string_ostream os(dataSectionHeader); in finalizeContents() local 122 raw_string_ostream os(segment->header); in finalizeContents() local 245 raw_string_ostream os(nameData); in finalizeContents() local
|
H A D | Writer.cpp | 1001 raw_string_ostream os(functionBody); in createFunction() local 1086 raw_string_ostream os(bodyContent); in createInitMemoryFunction() local 1305 raw_string_ostream os(bodyContent); in createStartFunction() local 1332 raw_string_ostream os(bodyContent); in createApplyDataRelocationsFunction() local 1351 raw_string_ostream os(bodyContent); in createApplyGlobalRelocationsFunction() local 1367 raw_string_ostream os(bodyContent); in createApplyGlobalTLSRelocationsFunction() local 1387 raw_string_ostream os(bodyContent); in createCallCtorsFunction() local 1412 raw_string_ostream os(bodyContent); in createCommandExportWrapper() local 1447 raw_string_ostream os(bodyContent); in createInitTLSFunction() local 1716 raw_string_ostream os(header); in createHeader() local
|
H A D | MapFile.cpp | 42 static void writeHeader(raw_ostream &os, int64_t vma, uint64_t lma, in writeHeader() 78 raw_string_ostream os(str[i]); in getSymbolStrings() local 111 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile() local
|
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/ |
H A D | proto_to_cxx.cpp | 26 std::ostream &operator<<(std::ostream &os, const Const &x) { in operator <<() 29 std::ostream &operator<<(std::ostream &os, const VarRef &x) { in operator <<() 32 std::ostream &operator<<(std::ostream &os, const Lvalue &x) { in operator <<() 35 std::ostream &operator<<(std::ostream &os, const Rvalue &x) { in operator <<() 41 std::ostream &operator<<(std::ostream &os, const BinaryOp &x) { in operator <<() 61 std::ostream &operator<<(std::ostream &os, const AssignmentStatement &x) { in operator <<() 64 std::ostream &operator<<(std::ostream &os, const IfElse &x) { in operator <<() 69 std::ostream &operator<<(std::ostream &os, const While &x) { in operator <<() 72 std::ostream &operator<<(std::ostream &os, const Statement &x) { in operator <<() 78 std::ostream &operator<<(std::ostream &os, const StatementSeq &x) { in operator <<() [all …]
|
H A D | loop_proto_to_cxx.cpp | 46 std::ostream &operator<<(std::ostream &os, const Const &x) { in operator <<() 49 std::ostream &operator<<(std::ostream &os, const VarRef &x) { in operator <<() 60 std::ostream &operator<<(std::ostream &os, const Rvalue &x) { in operator <<() 69 std::ostream &operator<<(std::ostream &os, const BinaryOp &x) { in operator <<() 111 std::ostream &operator<<(std::ostream &os, const AssignmentStatement &x) { in operator <<() 114 std::ostream &operator<<(std::ostream &os, const Statement &x) { in operator <<() 117 std::ostream &operator<<(std::ostream &os, const StatementSeq &x) { in operator <<() 122 void NestedLoopToString(std::ostream &os, const LoopFunction &x) { in NestedLoopToString() 132 void SingleLoopToString(std::ostream &os, const LoopFunction &x) { in SingleLoopToString() 137 std::ostream &operator<<(std::ostream &os, const LoopFunction &x) { in operator <<() [all …]
|
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/ |
H A D | loop_proto_to_llvm.cpp | 54 std::string VarRefToString(std::ostream &os, const VarRef &x) { in VarRefToString() 73 std::string RvalueToString(std::ostream &os, const Rvalue &x) { in RvalueToString() 87 std::string BinopToString(std::ostream &os, const BinaryOp &x) { in BinopToString() 124 std::ostream &operator<<(std::ostream &os, const AssignmentStatement &x) { in operator <<() 129 std::ostream &operator<<(std::ostream &os, const Statement &x) { in operator <<() 132 std::ostream &operator<<(std::ostream &os, const StatementSeq &x) { in operator <<() 138 void NestedLoopToString(std::ostream &os, const LoopFunction &x) { in NestedLoopToString() 168 void SingleLoopToString(std::ostream &os, const LoopFunction &x) { in SingleLoopToString() 187 std::ostream &operator<<(std::ostream &os, const LoopFunction &x) { in operator <<() 198 std::ostringstream os; in LoopFunctionToLLVMString() local
|
/openbsd-src/gnu/llvm/lld/ELF/ |
H A D | MapFile.cpp | 47 static void writeHeader(raw_ostream &os, uint64_t vma, uint64_t lma, in writeHeader() 96 raw_string_ostream os(strs[i]); in getSymbolStrings() local 116 static void printEhFrame(raw_ostream &os, const EhFrameSection *sec) { in printEhFrame() 149 static void writeMapFile(raw_fd_ostream &os) { in writeMapFile() 224 static void writeCref(raw_fd_ostream &os) { in writeCref() 266 raw_fd_ostream os(mapFile, ec, sys::fs::OF_None); in writeMapAndCref() local
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | AssertFrameRecognizer.cpp | 37 bool GetAbortLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAbortLocation() 70 bool GetAssertLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAssertLocation() 93 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RegisterAssertFrameRecognizer() local 136 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RecognizeFrame() local
|
/openbsd-src/lib/libcrypto/hmac/ |
H A D | hm_ameth.c | 87 ASN1_OCTET_STRING *os; in hmac_key_free() local 113 ASN1_OCTET_STRING *os = NULL; in hmac_set_priv_key() local 140 ASN1_OCTET_STRING *os; in hmac_get_priv_key() local
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | ostream_inserter_arith.cc | 170 void apply_formatting(const _TestCase & tc, basic_ostream<_CharT> & os) in apply_formatting() 206 ostringstream os; in test01() local 219 ostringstream os; in test01() local 233 wostringstream os; in test01() local 243 wostringstream os; in test01() local 264 ostringstream os; in test02() local
|
/openbsd-src/gnu/llvm/lld/COFF/ |
H A D | Chunks.cpp | 76 static bool checkSecRel(const SectionChunk *sec, OutputSection *os) { in checkSecRel() 86 OutputSection *os, uint64_t s) { in applySecRel() 97 static void applySecIdx(uint8_t *off, OutputSection *os, in applySecIdx() 112 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64() 139 void SectionChunk::applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX86() 207 void SectionChunk::applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM() 282 OutputSection *os, uint64_t s) { in applySecRelLow12A() 288 OutputSection *os, uint64_t s) { in applySecRelHigh12A() 301 OutputSection *os, uint64_t s) { in applySecRelLdr() 324 void SectionChunk::applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM64() [all …]
|
H A D | LLDMapFile.cpp | 42 static void writeHeader(raw_ostream &os, uint64_t addr, uint64_t size, in writeHeader() 80 raw_string_ostream os(str[i]); in getSymbolStrings() local 96 raw_fd_ostream os(ctx.config.lldmapFile, ec, sys::fs::OF_None); in writeLLDMapFile() local
|
H A D | MapFile.cpp | 47 static void writeHeader(raw_ostream &os, uint32_t sec, uint64_t addr) { in writeHeader() 54 static void writeFormattedTimestamp(raw_ostream &os, time_t tds) { in writeFormattedTimestamp() 146 raw_string_ostream os(str[i]); in getSymbolStrings() local 207 raw_fd_ostream os(ctx.config.mapFile, ec, sys::fs::OF_None); in writeMapFile() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 360 llvm::raw_fd_ostream os(FD, true); in ReportDiag() local 387 llvm::raw_string_ostream os(s); in GenerateHTML() local 415 llvm::raw_string_ostream os(s); in GenerateHTML() local 436 llvm::raw_string_ostream os(file); in GenerateHTML() local 446 llvm::raw_string_ostream &os) { in dumpCoverageData() 472 llvm::raw_string_ostream os(s); in showRelevantLinesJavascript() local 572 llvm::raw_string_ostream os(s); in FinalizeHTML() local 639 llvm::raw_string_ostream os(s); in FinalizeHTML() local 935 llvm::raw_string_ostream os(sbuf); in HandlePiece() local 1100 static void EmitAlphaCounter(raw_ostream &os, unsigned n) { in EmitAlphaCounter() [all …]
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | MapFile.cpp | 127 raw_fd_ostream &os, in printStubsEntries() 137 void printNonLazyPointerSection(raw_fd_ostream &os, in printNonLazyPointerSection() 157 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | EndianStream.h | 28 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() 45 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.cpp | 128 raw_string_ostream os(s); in SynthesizeFunctionResult() local 144 raw_string_ostream os(s); in SynthesizeFunctionResult() local 168 raw_string_ostream os(s); in SynthesizeObjCMethodResult() local 188 raw_string_ostream os(s); in SynthesizeObjCMethodResult() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 94 static bool shouldGenerateNote(llvm::raw_string_ostream &os, in shouldGenerateNote() 214 llvm::raw_string_ostream &os) { in generateDiagnosticsForCallLike() 385 llvm::raw_string_ostream os(sbuf); in annotateConsumedSummaryMismatch() local 441 llvm::raw_string_ostream os(s); in annotateStartParameter() local 491 llvm::raw_string_ostream os(sbuf); in VisitNode() local 772 llvm::raw_string_ostream os(sbuf); in getEndPath() local 919 llvm::raw_string_ostream os(Description); in createDescription() local
|
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/ |
H A D | SerializerBase.cpp | 19 void APISerializer::serialize(llvm::raw_ostream &os) {} in serialize()
|
/openbsd-src/gnu/usr.bin/binutils/ld/ |
H A D | ldexp.c | 522 lang_output_section_statement_type *os; in fold_name() local 552 lang_output_section_statement_type *os; in fold_name() local 563 lang_output_section_statement_type *os; in fold_name() local 582 lang_output_section_statement_type *os; in fold_name() local
|
H A D | ldlang.c | 794 lang_output_section_statement_type *os; in exp_init_os() local 2128 lang_output_section_statement_type *os = in map_input_to_output_sections() local 2154 lang_output_section_statement_type *os; in strip_excluded_output_sections() local 2503 lang_output_section_statement_type *os) in print_wild_statement() 2551 lang_output_section_statement_type *os) in print_group() 2563 lang_output_section_statement_type *os) in print_statement_list() 2577 lang_output_section_statement_type *os) in print_statement() 2789 asection *os; in lang_check_section_addresses() local 2838 os_region_check (lang_output_section_statement_type *os, in os_region_check() 2888 lang_output_section_statement_type *os; in lang_size_sections_1() local [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | overload23.C | 25 ostream os; in main() local
|
H A D | template10.C | 22 void X::print(ostream& os) in print()
|