Home
last modified time | relevance | path

Searched refs:os (Results 1 – 25 of 1443) sorted by relevance

12345678910>>...58

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpInterfacesGen.cpp33 os << type; in emitCPPType()
35 os << " "; in emitCPPType()
36 return os; in emitCPPType()
57 os << ')'; in emitMethodNameAndArgs()
85 : defs(std::move(defs)), os(os) {} in InterfaceGenerator()
97 raw_ostream &os; member in __anond275f65c0311::InterfaceGenerator
276 os << ")"; in emitModelDecl()
279 os << ";\n"; in emitModelDecl()
368 os << ")"; in emitModelMethodsDef()
450 os << "};"; in emitInterfaceDecl()
[all …]
H A DSPIRVUtilsGen.cpp265 os << '\n'; in emitInterfaceDecl()
474 os << "\n"; in emitEnumDef()
518 os << tabs in emitAttributeSerialization()
522 os << tabs in emitAttributeSerialization()
529 os << tabs in emitAttributeSerialization()
773 os << tabs in emitSerializationDispatch()
775 os << tabs in emitSerializationDispatch()
931 os << tabs in emitOperandDeserialization()
1037 os << tabs in emitDeserializationDispatch()
1040 os << tabs in emitDeserializationDispatch()
[all …]
H A DEnumsGen.cpp54 os << " {\n"; in emitEnumClass()
65 os << "};\n\n"; in emitEnumClass()
99 os << "\n\n"; in emitDenseMapInfo()
121 os << "}\n\n"; in emitMaxValueFn()
154 os << formatv( in emitOperators()
271 os << "}\n"; in emitStrToSymFnForIntEnum()
372 os << "}\n"; in emitSpecializedAttrDef()
397 os << "}\n"; in emitSpecializedAttrDef()
406 os << "}\n"; in emitSpecializedAttrDef()
433 os << "}\n"; in emitUnderlyingToSymFnForBitEnum()
[all …]
H A DOpDocGen.cpp55 os << "\n"; in emitIfNotEmpty()
88 os << "```\n\n"; in emitAssemblyFormat()
134 os << "\n"; in emitOpTraitsDoc()
138 os << "\n"; in emitOpTraitsDoc()
142 os << "\n"; in emitOpTraitsDoc()
202 os << "\n"; in emitOpDoc()
220 os << "\n\n"; in emitAttrDoc()
230 os << "\n\n"; in emitTypeDoc()
252 os << ","; in emitAttrOrTypeDefAssemblyFormat()
271 os << "\n"; in emitAttrOrTypeDefDoc()
[all …]
H A DAttrOrTypeFormatGen.cpp256 os.indent(); in genParser()
318 os << ");"; in genParser()
520 os << "{\n"; in genStructParser()
521 os.indent() in genStructParser()
556 os.indent(); in genStructParser()
588 os << "{\n"; in genCustomParser()
589 os.indent(); in genCustomParser()
597 os.indent(); in genCustomParser()
658 os.indent(); in genOptionalGroupParser()
664 os.indent(); in genOptionalGroupParser()
[all …]
H A DPassGen.cpp99 os.indent(2) << "::mlir::Pass::" in emitPassOptionDecls()
109 os << "};\n"; in emitPassOptionDecls()
116 os << llvm::formatv( in emitPassStatisticDecls()
134 emitPassOptionDecls(pass, os); in emitPassDecl()
135 emitPassStatisticDecls(pass, os); in emitPassDecl()
136 os << "};\n"; in emitPassDecl()
142 os << "#ifdef GEN_PASS_CLASSES\n"; in emitPassDecls()
144 emitPassDecl(pass, os); in emitPassDecls()
193 os << "}\n"; in emitRegistration()
208 emitPassDecls(passes, os); in emitDecls()
[all …]
/llvm-project-15.0.7/libcxx/test/std/numerics/complex.number/complex.ops/
H A Dstream_output.pass.cpp28 os << c; in main()
54 os << c; in main()
61 os.width(6); in main()
63 os << c; in main()
70 os.width(7); in main()
72 os << c; in main()
79 os.width(8); in main()
81 os << c; in main()
92 os << c; in main()
106 os << c; in main()
[all …]
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DClass.cpp85 os << ")"; in writeDeclTo()
93 os << ")"; in writeDefTo()
109 os << "\n"; in writeTo()
158 os << ' '; in writeDeclTo()
164 os << ' '; in writeDeclTo()
165 os << "{"; in writeDeclTo()
177 os << ' '; in writeDefTo()
183 os << ' '; in writeDefTo()
184 os << "{"; in writeDefTo()
208 return os; in operator <<()
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dplain_cpp.cc62 os << string_pointer; in osprintf()
132 ostream &os = cout; in generate() local
134 osprintf(os, "\n"); in generate()
140 osprintf(os, "\n"); in generate()
142 osprintf(os, "\n"); in generate()
247 osprintf(os, "\n"); in print_class()
255 osprintf(os, "\n"); in print_class()
262 osprintf(os, "\n"); in print_class()
318 os << prefix; in print_class_factory()
320 os << prefix; in print_class_factory()
[all …]
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/llvm-project-15.0.7/lld/wasm/
H A DWriterUtils.cpp85 encodeULEB128(number, os); in writeUleb128()
90 encodeSLEB128(number, os); in writeSleb128()
96 os.write(bytes, count); in writeBytes()
100 debugWrite(os.tell(), in writeStr()
102 encodeULEB128(string.size(), os); in writeStr()
108 os << byte; in writeU8()
140 writeSleb128(os, number, msg); in writeI32Const()
145 writeSleb128(os, number, msg); in writeI64Const()
151 writeI64Const(os, number, msg); in writePtrConst()
208 writeLimits(os, type.Limits); in writeTableType()
[all …]
H A DSyntheticSections.cpp41 os.flush(); in writeTo()
52 raw_string_ostream os{body}; member in lld::wasm::__anon2cae4c450111::SubSection
72 sub.writeTo(os); in writeBody()
80 sub.writeTo(os); in writeBody()
118 sub.writeTo(os); in writeBody()
134 sub.writeTo(os); in writeBody()
252 writeImport(os, import); in writeBody()
664 sub.writeTo(os); in writeBody()
675 sub.writeTo(os); in writeBody()
685 sub.writeTo(os); in writeBody()
[all …]
/llvm-project-15.0.7/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dproto_to_cxx.cpp27 return os << "(" << x.val() << ")"; in operator <<()
33 return os << x.varref(); in operator <<()
39 return os << "1"; in operator <<()
42 os << "(" << x.left(); in operator <<()
51 case BinaryOp::OR: os << "|"; break; in operator <<()
59 return os << x.right() << ")"; in operator <<()
76 return os << "(void)0;\n"; in operator <<()
80 return os; in operator <<()
89 std::ostringstream os; in FunctionToString() local
90 os << input; in FunctionToString()
[all …]
H A Dloop_proto_to_cxx.cpp73 os << "+"; in operator <<()
76 os << "-"; in operator <<()
79 os << "*"; in operator <<()
82 os << "^"; in operator <<()
85 os << "&"; in operator <<()
88 os << "|"; in operator <<()
103 os << "<"; in operator <<()
106 os << ">"; in operator <<()
119 os << st; in operator <<()
120 return os; in operator <<()
[all …]
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h251 return os;
413 *os << '{'; in DefaultPrintTo()
424 *os << ' '; in DefaultPrintTo()
431 *os << ' '; in DefaultPrintTo()
433 *os << '}'; in DefaultPrintTo()
451 *os << p; in DefaultPrintTo()
645 *os << "("; in PrintTo()
647 *os << ")"; in PrintTo()
653 *os << '('; in PrintTo()
657 *os << ", "; in PrintTo()
[all …]
/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
H A Dstreambuf.pass.cpp33 assert(os.rdbuf() == &sb); in main()
34 assert(os.tie() == 0); in main()
35 assert(os.fill() == ' '); in main()
36 assert(os.rdstate() == os.goodbit); in main()
37 assert(os.exceptions() == os.goodbit); in main()
38 assert(os.flags() == (os.skipws | os.dec)); in main()
46 assert(os.rdbuf() == &sb); in main()
47 assert(os.tie() == 0); in main()
49 assert(os.rdstate() == os.goodbit); in main()
50 assert(os.exceptions() == os.goodbit); in main()
[all …]
H A Dmove.pass.cpp48 assert(os.rdbuf() == 0); in main()
49 assert(os.tie() == 0); in main()
50 assert(os.fill() == ' '); in main()
51 assert(os.rdstate() == os.goodbit); in main()
52 assert(os.exceptions() == os.goodbit); in main()
53 assert(os.flags() == (os.skipws | os.dec)); in main()
63 assert(os.rdbuf() == 0); in main()
64 assert(os.tie() == 0); in main()
66 assert(os.rdstate() == os.goodbit); in main()
67 assert(os.exceptions() == os.goodbit); in main()
[all …]
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DNodePrinter.cpp26 NodePrinter(raw_ostream &os) : os(os) {} in NodePrinter() argument
161 os << "-"; in print()
226 os << ">\n"; in printImpl()
234 os << ">\n"; in printImpl()
242 os << ">\n"; in printImpl()
249 os << ">\n"; in printImpl()
260 os << ">\n"; in printImpl()
296 os << "\n"; in printImpl()
325 os << "\n"; in printImpl()
337 os << "\n"; in printImpl()
[all …]
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DBoxValue.cpp93 os << "]"; in operator <<()
108 os << "]"; in operator <<()
129 os << "]"; in operator <<()
134 os << "]"; in operator <<()
139 os << "]"; in operator <<()
150 os << "]"; in operator <<()
158 os << "]"; in operator <<()
163 os << "]"; in operator <<()
168 os << "]"; in operator <<()
170 os << "}"; in operator <<()
[all …]
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsymbol.cpp110 os << ' '; in operator <<()
112 os << sep; in operator <<()
128 return os; in operator <<()
374 return os; in operator <<()
386 return os; in operator <<()
396 return os; in operator <<()
415 return os; in operator <<()
422 return os; in operator <<()
442 return os; in operator <<()
513 return os; in operator <<()
[all …]
/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp278 os.indent(); in printOperation()
323 os << ")"; in printOperation()
363 os << "("; in printOperation()
371 os << ")"; in printOperation()
394 os << "("; in printOperation()
397 os << ") "; in printOperation()
444 os << " "; in printOperation()
448 os << "; "; in printOperation()
452 os << "; "; in printOperation()
611 os << "("; in printOperation()
[all …]
/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A D_fork_pty.py3 import os
27 pid = os.fork()
54 fd = os.open("/dev/tty", os.O_RDWR | os.O_NOCTTY)
55 os.close(fd)
60 os.setsid()
65 fd = os.open("/dev/tty", os.O_RDWR | os.O_NOCTTY)
66 os.close(fd)
73 fd = os.open(child_name, os.O_RDWR)
74 os.close(fd)
77 fd = os.open("/dev/tty", os.O_WRONLY)
[all …]
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp82 os << '('; in printFunctionalType()
87 os << ") -> "; in printFunctionalType()
97 os << '('; in printFunctionalType()
105 os << ')'; in printFunctionalType()
1401 : os(os), printerFlags(flags), state(state) {} in Impl()
1521 os << " "; in printTrailingLocation()
1638 os << str; in printFloatValue()
1648 os << ')'; in printLocation()
1711 os << '"'; in printKeywordOrString()
1719 os << '@'; in printSymbolReference()
[all …]
/llvm-project-15.0.7/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm.cpp77 return BinopToString(os, x.binop()); in RvalueToString()
130 return os << x.assignment(); in operator <<()
134 os << st; in operator <<()
136 return os; in operator <<()
156 os << x.inner_statements(); in NestedLoopToString()
189 NestedLoopToString(os, x); in operator <<()
191 SingleLoopToString(os, x); in operator <<()
192 return os; in operator <<()
198 std::ostringstream os; in LoopFunctionToLLVMString() local
199 os << input; in LoopFunctionToLLVMString()
[all …]
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DViewOpGraph.cpp38 func(os); in strFromOs()
39 return os.str(); in strFromOs()
44 return strFromOs([&](raw_ostream &os) { os.write_escaped(str); }); in escapeString() argument
77 PrintOpPass(raw_ostream &os) : os(os) {} in PrintOpPass() argument
108 os.indent(); in emitClusterStmt()
115 os << "}\n"; in emitClusterStmt()
126 os << "["; in emitAttrList()
130 os << "]"; in emitAttrList()
191 os.indent(); in emitGraph()
196 os << "}\n"; in emitGraph()
[all …]

12345678910>>...58