Home
last modified time | relevance | path

Searched defs:os (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/llvm-project/libcxx/test/std/numerics/complex.number/complex.ops/
H A Dstream_output.pass.cpp27 std::ostringstream os; in main() local
51 std::ostringstream os; in main() local
60 std::ostringstream os; in main() local
69 std::ostringstream os; in main() local
78 std::ostringstream os; in main() local
89 std::ostringstream os; in main() local
103 std::ostringstream os; in main() local
112 std::ostringstream os; in main() local
126 std::ostringstream os; in main() local
/llvm-project/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dproto_to_cxx.cpp26 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 Dloop_proto_to_cxx.cpp46 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 …]
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-printers.cc71 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
90 ostream* os) { in PrintBytesInObjectToImpl()
131 ostream* os) { in PrintBytesInObjectTo()
151 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
200 static CharFormat PrintAsStringLiteralTo(char32_t c, ostream* os) { in PrintAsStringLiteralTo()
231 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
236 static CharFormat PrintAsStringLiteralTo(char8_t c, ostream* os) { in PrintAsStringLiteralTo()
241 static CharFormat PrintAsStringLiteralTo(char16_t c, ostream* os) { in PrintAsStringLiteralTo()
245 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
253 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
[all …]
/llvm-project/lld/wasm/
H A DWriterUtils.cpp88 void writeUleb128(raw_ostream &os, uint64_t number, const Twine &msg) { in writeUleb128()
93 void writeSleb128(raw_ostream &os, int64_t number, const Twine &msg) { in writeSleb128()
98 void writeBytes(raw_ostream &os, const char *bytes, size_t count, in writeBytes()
104 void writeStr(raw_ostream &os, StringRef string, const Twine &msg) { in writeStr()
111 void writeU8(raw_ostream &os, uint8_t byte, const Twine &msg) { in writeU8()
116 void writeU32(raw_ostream &os, uint32_t number, const Twine &msg) { in writeU32()
121 void writeU64(raw_ostream &os, uint64_t number, const Twine &msg) { in writeU64()
126 void writeValueType(raw_ostream &os, ValType type, const Twine &msg) { in writeValueType()
131 void writeSig(raw_ostream &os, const WasmSignature &sig) { in writeSig()
143 void writeI32Const(raw_ostream &os, int32_t number, const Twine &msg) { in writeI32Const()
[all …]
/llvm-project/libcxx/test/std/input.output/syncstream/osyncstream/syncstream.osyncstream.cons/
H A Dcons.pointer.pass.cpp39 OS os{nullptr}; in test() local
50 OS os{&w}; in test() local
72 OS os{nullptr}; in test() local
83 OS os{&w}; in test() local
107 OS os{nullptr}; in test() local
118 OS os{&w}; in test() local
H A Dcons.move.pass.cpp39 OS os = {OS{nullptr, alloc}}; in test() local
51 OS os = {OS{&w, alloc}}; in test() local
71 OS os = {OS{nullptr, alloc}}; in test() local
82 OS os = {OS{&w, alloc}}; in test() local
102 OS os = {OS{nullptr, alloc}}; in test() local
113 OS os = {OS{&w, alloc}}; in test() local
H A Dcons.pointer.allocator.pass.cpp37 OS os = {nullptr, alloc}; in test() local
48 OS os = {&w, alloc}; in test() local
68 OS os = {nullptr, alloc}; in test() local
79 OS os = {&w, alloc}; in test() local
99 OS os = {nullptr, alloc}; in test() local
110 OS os = {&w, alloc}; in test() local
/llvm-project/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm.cpp54 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
/llvm-project/mlir/include/mlir/TableGen/
H A DCodeGenHelpers.h42 IfDefScope(llvm::StringRef name, llvm::raw_ostream &os) in IfDefScope() argument
51 llvm::raw_ostream &os; variable
57 NamespaceEmitter(raw_ostream &os, const Dialect &dialect) : os(os) { in NamespaceEmitter() argument
62 NamespaceEmitter(raw_ostream & os,StringRef cppNamespace) NamespaceEmitter() argument
72 emitNamespaceStarts(raw_ostream & os,StringRef cppNamespace) emitNamespaceStarts() argument
77 raw_ostream &os; global() variable
190 raw_ostream &os; global() variable
[all...]
/llvm-project/mlir/tools/mlir-tblgen/
H A DSPIRVUtilsGen.cpp183 emitInterfaceDef(const Availability & availability,raw_ostream & os) emitInterfaceDef() argument
199 emitInterfaceDefs(const RecordKeeper & recordKeeper,raw_ostream & os) emitInterfaceDefs() argument
226 emitConceptDecl(const Availability & availability,raw_ostream & os) emitConceptDecl() argument
236 emitModelDecl(const Availability & availability,raw_ostream & os) emitModelDecl() argument
258 emitInterfaceDecl(const Availability & availability,raw_ostream & os) emitInterfaceDecl() argument
289 emitInterfaceDecls(const RecordKeeper & recordKeeper,raw_ostream & os) emitInterfaceDecls() argument
320 __anon496f7ee10202(const RecordKeeper &records, raw_ostream &os) __anon496f7ee10202() argument
328 __anon496f7ee10302(const RecordKeeper &records, raw_ostream &os) __anon496f7ee10302() argument
337 emitAvailabilityQueryForIntEnum(const Record & enumDef,raw_ostream & os) emitAvailabilityQueryForIntEnum() argument
378 emitAvailabilityQueryForBitEnum(const Record & enumDef,raw_ostream & os) emitAvailabilityQueryForBitEnum() argument
422 emitEnumDecl(const Record & enumDef,raw_ostream & os) emitEnumDecl() argument
453 emitEnumDecls(const RecordKeeper & recordKeeper,raw_ostream & os) emitEnumDecls() argument
464 emitEnumDef(const Record & enumDef,raw_ostream & os) emitEnumDef() argument
485 emitEnumDefs(const RecordKeeper & recordKeeper,raw_ostream & os) emitEnumDefs() argument
504 __anon496f7ee10402(const RecordKeeper &records, raw_ostream &os) __anon496f7ee10402() argument
512 __anon496f7ee10502(const RecordKeeper &records, raw_ostream &os) __anon496f7ee10502() argument
534 emitAttributeSerialization(const Attribute & attr,ArrayRef<SMLoc> loc,StringRef tabs,StringRef opVar,StringRef operandList,StringRef attrName,raw_ostream & os) emitAttributeSerialization() argument
597 emitArgumentSerialization(const Operator & op,ArrayRef<SMLoc> loc,StringRef tabs,StringRef opVar,StringRef operands,StringRef elidedAttrs,raw_ostream & os) emitArgumentSerialization() argument
680 emitResultSerialization(const Operator & op,ArrayRef<SMLoc> loc,StringRef tabs,StringRef opVar,StringRef operands,StringRef resultID,raw_ostream & os) emitResultSerialization() argument
706 emitDecorationSerialization(const Operator & op,StringRef tabs,StringRef opVar,StringRef elidedAttrs,StringRef resultID,raw_ostream & os) emitDecorationSerialization() argument
728 emitSerializationFunction(const Record * attrClass,const Record * record,const Operator & op,raw_ostream & os) emitSerializationFunction() argument
797 initDispatchSerializationFn(StringRef opVar,raw_ostream & os) initDispatchSerializationFn() argument
808 emitSerializationDispatch(const Operator & op,StringRef tabs,StringRef opVar,raw_ostream & os) emitSerializationDispatch() argument
819 finalizeDispatchSerializationFn(StringRef opVar,raw_ostream & os) finalizeDispatchSerializationFn() argument
833 emitAttributeDeserialization(const Attribute & attr,ArrayRef<SMLoc> loc,StringRef tabs,StringRef attrList,StringRef attrName,StringRef words,StringRef wordIndex,raw_ostream & os) emitAttributeDeserialization() argument
892 emitResultDeserialization(const Operator & op,ArrayRef<SMLoc> loc,StringRef tabs,StringRef words,StringRef wordIndex,StringRef resultTypes,StringRef valueID,raw_ostream & os) emitResultDeserialization() argument
935 emitOperandDeserialization(const Operator & op,ArrayRef<SMLoc> loc,StringRef tabs,StringRef words,StringRef wordIndex,StringRef operands,StringRef attributes,raw_ostream & os) emitOperandDeserialization() argument
993 emitDecorationDeserialization(const Operator & op,StringRef tabs,StringRef valueID,StringRef attributes,raw_ostream & os) emitDecorationDeserialization() argument
1008 emitDeserializationFunction(const Record * attrClass,const Record * record,const Operator & op,raw_ostream & os) emitDeserializationFunction() argument
1071 initDispatchDeserializationFn(StringRef opcode,StringRef words,raw_ostream & os) initDispatchDeserializationFn() argument
1083 emitDeserializationDispatch(const Operator & op,const Record * def,StringRef tabs,StringRef words,raw_ostream & os) emitDeserializationDispatch() argument
1095 finalizeDispatchDeserializationFn(StringRef opcode,raw_ostream & os) finalizeDispatchDeserializationFn() argument
1117 initExtendedSetDeserializationDispatch(StringRef extensionSetName,StringRef instructionID,StringRef words,raw_ostream & os) initExtendedSetDeserializationDispatch() argument
1126 emitExtendedSetDeserializationDispatch(const RecordKeeper & recordKeeper,raw_ostream & os) emitExtendedSetDeserializationDispatch() argument
1184 emitSerializationFns(const RecordKeeper & recordKeeper,raw_ostream & os) emitSerializationFns() argument
1239 __anon496f7ee10702(const RecordKeeper &records, raw_ostream &os) __anon496f7ee10702() argument
1247 emitEnumGetAttrNameFnDecl(raw_ostream & os) emitEnumGetAttrNameFnDecl() argument
1253 emitEnumGetAttrNameFnDefn(const EnumAttr & enumAttr,raw_ostream & os) emitEnumGetAttrNameFnDefn() argument
1264 emitAttrUtils(const RecordKeeper & recordKeeper,raw_ostream & os) emitAttrUtils() argument
1286 __anon496f7ee10802(const RecordKeeper &records, raw_ostream &os) __anon496f7ee10802() argument
1294 emitAvailabilityImpl(const Operator & srcOp,raw_ostream & os) emitAvailabilityImpl() argument
1409 emitAvailabilityImpl(const RecordKeeper & recordKeeper,raw_ostream & os) emitAvailabilityImpl() argument
1429 __anon496f7ee10902(const RecordKeeper &records, raw_ostream &os) __anon496f7ee10902() argument
1438 emitCapabilityImplication(const RecordKeeper & recordKeeper,raw_ostream & os) emitCapabilityImplication() argument
1477 __anon496f7ee10b02(const RecordKeeper &records, raw_ostream &os) __anon496f7ee10b02() argument
[all...]
H A DOpDocGen.cpp55 emitSummary(StringRef summary,raw_ostream & os) emitSummary() argument
70 emitDescription(StringRef description,raw_ostream & os) emitDescription() argument
76 emitDescriptionComment(StringRef description,raw_ostream & os,StringRef prefix) emitDescriptionComment() argument
87 emitIfNotEmpty(StringRef str,raw_ostream & os) emitIfNotEmpty() argument
96 emitNamedConstraint(const T & it,raw_ostream & os) emitNamedConstraint() argument
110 emitAssemblyFormat(StringRef opName,StringRef format,raw_ostream & os) emitAssemblyFormat() argument
132 emitOpTraitsDoc(const Operator & op,raw_ostream & os) emitOpTraitsDoc() argument
154 llvm::raw_string_ostream os(effectStr); emitOpTraitsDoc() local
194 emitOpDoc(const Operator & op,raw_ostream & os) emitOpDoc() argument
274 emitSourceLink(StringRef inputFilename,raw_ostream & os) emitSourceLink() argument
285 emitOpDoc(const RecordKeeper & recordKeeper,raw_ostream & os) emitOpDoc() argument
298 emitAttrDoc(const Attribute & attr,raw_ostream & os) emitAttrDoc() argument
308 emitTypeDoc(const Type & type,raw_ostream & os) emitTypeDoc() argument
319 emitAttrOrTypeDefAssemblyFormat(const AttrOrTypeDef & def,raw_ostream & os) emitAttrOrTypeDefAssemblyFormat() argument
341 emitAttrOrTypeDefDoc(const AttrOrTypeDef & def,raw_ostream & os) emitAttrOrTypeDefDoc() argument
375 emitAttrOrTypeDefDoc(const RecordKeeper & recordKeeper,raw_ostream & os,StringRef recordTypeName) emitAttrOrTypeDefDoc() argument
401 maybeNest(bool nest,llvm::function_ref<void (raw_ostream & os)> fn,raw_ostream & os) maybeNest() argument
416 emitBlock(ArrayRef<Attribute> attributes,StringRef inputFilename,ArrayRef<AttrDef> attrDefs,ArrayRef<OpDocGroup> ops,ArrayRef<Type> types,ArrayRef<TypeDef> typeDefs,raw_ostream & os) emitBlock() argument
424 __anon614dc2910202(raw_ostream &os) emitBlock() argument
468 emitDialectDoc(const Dialect & dialect,StringRef inputFilename,ArrayRef<Attribute> attributes,ArrayRef<AttrDef> attrDefs,ArrayRef<OpDocGroup> ops,ArrayRef<Type> types,ArrayRef<TypeDef> typeDefs,raw_ostream & os) emitDialectDoc() argument
481 emitDialectDoc(const RecordKeeper & recordKeeper,raw_ostream & os) emitDialectDoc() argument
571 __anon614dc2910602(const RecordKeeper &records, raw_ostream &os) __anon614dc2910602() argument
578 __anon614dc2910702(const RecordKeeper &records, raw_ostream &os) __anon614dc2910702() argument
585 __anon614dc2910802(const RecordKeeper &records, raw_ostream &os) __anon614dc2910802() argument
592 __anon614dc2910902(const RecordKeeper &records, raw_ostream &os) __anon614dc2910902() argument
[all...]
/llvm-project/mlir/lib/IR/
H A DUnit.cpp19 static void printOp(llvm::raw_ostream &os, Operation *op, in printOp()
28 static void printRegion(llvm::raw_ostream &os, Region *region, in printRegion()
38 static void printBlock(llvm::raw_ostream &os, Block *block, in printBlock()
50 void mlir::IRUnit::print(llvm::raw_ostream &os, OpPrintingFlags flags) const { in print()
60 llvm::raw_ostream &mlir::operator<<(llvm::raw_ostream &os, const IRUnit &unit) { in operator <<()
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Dbool.pass.cpp56 std::ostream os((std::streambuf*)0); in main() local
64 std::ostream os(&sb); in main() local
71 std::ostream os(&sb); in main() local
78 std::ostream os(&sb); in main() local
86 std::ostream os(&sb); in main() local
H A Dlong_long.pass.cpp56 std::ostream os((std::streambuf*)0); in main() local
64 std::ostream os(&sb); in main() local
71 std::ostream os(&sb); in main() local
78 std::ostream os(&sb); in main() local
H A Dfloat.pass.cpp56 std::ostream os((std::streambuf*)0); in main() local
64 std::ostream os(&sb); in main() local
71 std::ostream os(&sb); in main() local
78 std::ostream os(&sb); in main() local
H A Dunsigned_long.pass.cpp56 std::ostream os((std::streambuf*)0); in main() local
64 std::ostream os(&sb); in main() local
71 std::ostream os(&sb); in main() local
78 std::ostream os(&sb); in main() local
H A Dunsigned_int.pass.cpp56 std::ostream os((std::streambuf*)0); in main() local
64 std::ostream os(&sb); in main() local
71 std::ostream os(&sb); in main() local
78 std::ostream os(&sb); in main() local
H A Dshort.pass.cpp56 std::ostream os((std::streambuf*)0); in main() local
64 std::ostream os(&sb); in main() local
71 std::ostream os(&sb); in main() local
78 std::ostream os(&sb); in main() local
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream_sentry/
H A Ddestruct.pass.cpp41 std::ostream os((std::streambuf*)0); in main() local
48 std::ostream os(&sb); in main() local
55 std::ostream os(&sb); in main() local
64 std::ostream os(&sb); in main() local
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dwrite.pass.cpp56 std::ostream os((std::streambuf*)0); in main() local
63 std::ostream os(&sb); in main() local
71 std::wostream os((std::wstreambuf*)0); in main() local
78 std::wostream os(&sb); in main() local
H A Dput.pass.cpp56 std::ostream os((std::streambuf*)0); in main() local
63 std::ostream os(&sb); in main() local
71 std::wostream os((std::wstreambuf*)0); in main() local
78 std::wostream os(&sb); in main() local
/llvm-project/mlir/unittests/Support/
H A DIndentedOstreamTest.cpp17 llvm::raw_string_ostream os(str); in TEST() local
26 raw_indented_ostream ros(os); in TEST() local
39 llvm::raw_string_ostream os(str); TEST() local
52 llvm::raw_string_ostream os(str); TEST() local
88 llvm::raw_string_ostream os(str); TEST() local
114 llvm::raw_string_ostream os(str); TEST() local
[all...]
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
H A Dchar.pass.cpp57 std::ostream os((std::streambuf*)0); in main() local
65 std::ostream os(&sb); in main() local
72 std::ostream os(&sb); in main() local
81 std::ostream os(&sb); in main() local
H A DCharT_pointer.pass.cpp59 std::wostream os((std::wstreambuf*)0); in main() local
67 std::wostream os(&sb); in main() local
74 std::wostream os(&sb); in main() local
83 std::wostream os(&sb); in main() local

12345678910>>...19