Home
last modified time | relevance | path

Searched refs:ostream (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
42 template ostream& operator<<(ostream&, unsigned char);
43 template ostream& operator<<(ostream&, signed char);
44 template ostream& operator<<(ostream&, const char*);
45 template ostream& operator<<(ostream&, const unsigned char*);
46 template ostream& operator<<(ostream&, const signed char*);
48 template ostream& operator<<(ostream&, _Setfill<char>);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
42 template ostream& operator<<(ostream&, unsigned char);
43 template ostream& operator<<(ostream&, signed char);
44 template ostream& operator<<(ostream&, const char*);
45 template ostream& operator<<(ostream&, const unsigned char*);
46 template ostream& operator<<(ostream&, const signed char*);
48 template ostream& operator<<(ostream&, _Setfill<char>);
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dproto_to_cxx.cpp22 std::ostream &operator<<(std::ostream &os, const BinaryOp &x);
23 std::ostream &operator<<(std::ostream &os, const StatementSeq &x);
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 <<()
[all …]
H A Dloop_proto_to_cxx.cpp42 std::ostream &operator<<(std::ostream &os, const BinaryOp &x);
43 std::ostream &operator<<(std::ostream &os, const StatementSeq &x);
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()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dostream.tcc360 extern template ostream& endl(ostream&);
361 extern template ostream& ends(ostream&);
362 extern template ostream& flush(ostream&);
363 extern template ostream& operator<<(ostream&, char);
364 extern template ostream& operator<<(ostream&, unsigned char);
365 extern template ostream& operator<<(ostream&, signed char);
366 extern template ostream& operator<<(ostream&, const char*);
367 extern template ostream& operator<<(ostream&, const unsigned char*);
368 extern template ostream& operator<<(ostream&, const signed char*);
370 extern template ostream& ostream::_M_insert(long);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dostream.tcc346 extern template ostream& endl(ostream&);
347 extern template ostream& ends(ostream&);
348 extern template ostream& flush(ostream&);
349 extern template ostream& operator<<(ostream&, char);
350 extern template ostream& operator<<(ostream&, unsigned char);
351 extern template ostream& operator<<(ostream&, signed char);
352 extern template ostream& operator<<(ostream&, const char*);
353 extern template ostream& operator<<(ostream&, const unsigned char*);
354 extern template ostream& operator<<(ostream&, const signed char*);
356 extern template ostream& ostream::_M_insert(long);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h131 ::std::ostream* os);
154 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
170 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
189 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
204 static void PrintValue(const T& value, ::std::ostream* os);
261 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
394 void UniversalPrint(const T& value, ::std::ostream* os);
408 const C& container, ::std::ostream* os) { in DefaultPrintTo()
441 T* p, ::std::ostream* os) { in DefaultPrintTo()
453 T* p, ::std::ostream* os) { in DefaultPrintTo()
[all …]
H A Dgtest-matchers.h85 explicit MatchResultListener(::std::ostream* os) : stream_(os) {} in MatchResultListener()
97 ::std::ostream* stream() { return stream_; } in stream()
106 ::std::ostream* const stream_;
125 virtual void DescribeTo(::std::ostream* os) const = 0;
133 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo()
192 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } in DescribeTo()
194 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo()
248 explicit StreamMatchResultListener(::std::ostream* os) in StreamMatchResultListener()
274 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo()
277 void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc57 using ::std::ostream;
65 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
84 ostream* os) { in PrintBytesInObjectToImpl()
115 ostream* os) { in PrintBytesInObjectTo()
146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
184 ostream::fmtflags flags = os->flags(); in PrintAsCharLiteralTo()
196 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
211 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
221 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
245 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Diostream.cpp38 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char cout[sizeof(ostream)]
54 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char cerr[sizeof(ostream)]
69 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char clog[sizeof(ostream)]
115 ostream* cout_ptr = ::new(cout) ostream(::new(__cout) __stdoutbuf<char>(stdout, &mb_cout)); in DoIOSInit()
118 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, &mb_cerr)); in DoIOSInit()
119 ::new(clog) ostream(cerr_ptr->rdbuf()); in DoIOSInit()
138 ostream* cout_ptr = reinterpret_cast<ostream*>(cout); in ~DoIOSInit()
144 ostream* clog_ptr = reinterpret_cast<ostream*>(clog); in ~DoIOSInit()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm.cpp28 std::string BinopToString(std::ostream &os, const BinaryOp &x);
29 std::string StateSeqToString(std::ostream &os, const StatementSeq &x);
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()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A Dgen-uninames119 (with-open-file (ostream outputfile :direction :output
121 (format ostream "/*~%")
122 (format ostream " * ~A~%" (file-namestring outputfile))
123 (format ostream " *~%")
124 (format ostream " * Unicode character name table.~%")
125 (format ostream " * Generated automatically by the gen-uninames utility.~%")
126 (format ostream " */~%")
127 (format ostream "~%")
128 (format ostream "static const char unicode_name_words[~D] = {~%"
139 (format ostream " ~{ '~C',~}~%" (coerce word 'list))
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Diostream19 #include <ostream>
24 extern ostream cout;
25 extern ostream cerr;
26 extern ostream clog;
40 #include <ostream>
53 extern _LIBCPP_FUNC_VIS ostream cout;
56 extern _LIBCPP_FUNC_VIS ostream cerr;
58 extern _LIBCPP_FUNC_VIS ostream clog;
/netbsd-src/external/mit/isl/dist/interface/
H A Dplain_cpp.h44 void print_forward_declarations(ostream &os);
45 void print_declarations(ostream &os);
46 void print_class(ostream &os, const isl_class &clazz);
47 void print_class_forward_decl(ostream &os, const isl_class &clazz);
48 void print_implementations(ostream &os);
49 void print_class_impl(ostream &os, const isl_class &clazz);
50 void print_check_no_persistent_callback(ostream &os,
52 void print_invalid(ostream &os, int indent, const char *msg,
54 void print_method_param_use(ostream &os, ParmVarDecl *param,
73 plain_printer(std::ostream &os, const isl_class &clazz, in plain_printer()
[all …]
H A Dcpp.h27 static list_combiner print_combiner(std::ostream &os);
38 virtual void print_param_use(ostream &os, int pos) const;
43 static void print_arg_list(std::ostream &os, int start, int end,
48 void print_fd_arg_list(std::ostream &os, int start, int end,
54 void print_cpp_arg_list(std::ostream &os,
105 void print_call(std::ostream &os, const std::string &ns) const;
121 virtual void print_param_use(ostream &os, int pos) const override;
183 std::ostream &os;
189 class_printer(std::ostream &os, const isl_class &clazz,
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dtexindex.c118 void writelines (char **linearray, int nlines, FILE *ostream);
742 FILE *ostream = stdout; in sort_in_core() local
835 ostream = fopen (outfile, "w"); in sort_in_core()
836 if (!ostream) in sort_in_core()
840 writelines (linearray, nextline - linearray, ostream); in sort_in_core()
842 fclose (ostream); in sort_in_core()
971 indexify (char *line, FILE *ostream) in indexify() argument
1018 fputs ("}\n", ostream); in indexify()
1028 fprintf (ostream, "\\initial {"); in indexify()
1029 fwrite (initial, 1, initiallength, ostream); in indexify()
[all …]
/netbsd-src/external/bsd/flex/dist/src/
H A DFlexLexer.h79 int yylex( std::istream& new_in, std::ostream& new_out ) in yylex()
85 int yylex( std::istream* new_in, std::ostream* new_out = 0)
94 std::ostream* new_out ) = 0;
96 std::ostream& new_out ) = 0;
125 yyFlexLexer( std::istream& arg_yyin, std::ostream& arg_yyout );
126 yyFlexLexer( std::istream* arg_yyin = 0, std::ostream* arg_yyout = 0 );
145 virtual void switch_streams( std::istream& new_in, std::ostream& new_out );
146 virtual void switch_streams( std::istream* new_in = 0, std::ostream* new_out = 0 );
174 std::ostream yyout; // output sink for default LexerOutput
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h224 void DescribeTo(::std::ostream* os) const override { in DescribeTo()
228 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo()
320 ::std::ostream* os) { in PrintIfNotEmpty()
386 ::std::ostream* os) { in ExplainMatchFailuresTo()
426 ::std::ostream* /* os */) {} in ExplainMatchFailuresTo() argument
451 ::std::ostream* os) { in ExplainMatchFailureTupleTo()
504 void DescribeTo(::std::ostream* os) const override { *os << "is anything"; }
505 void DescribeNegationTo(::std::ostream* os) const override {
533 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; }
534 void DescribeNegationTo(::std::ostream* os) const {
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc67 extern ostream cout;
68 extern ostream cerr;
69 extern ostream clog;
91 new (&cout) ostream(&buf_cout_sync); in Init()
93 new (&cerr) ostream(&buf_cerr_sync); in Init()
94 new (&clog) ostream(&buf_cerr_sync); in Init()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc67 extern ostream cout;
68 extern ostream cerr;
69 extern ostream clog;
91 new (&cout) ostream(&buf_cout_sync); in Init()
93 new (&cerr) ostream(&buf_cerr_sync); in Init()
94 new (&clog) ostream(&buf_cerr_sync); in Init()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/comp/
H A Dc_zlib.c120 z_stream ostream; member
140 state->ostream.zalloc = zlib_zalloc; in zlib_stateful_init()
141 state->ostream.zfree = zlib_zfree; in zlib_stateful_init()
142 state->ostream.opaque = Z_NULL; in zlib_stateful_init()
143 state->ostream.next_in = Z_NULL; in zlib_stateful_init()
144 state->ostream.next_out = Z_NULL; in zlib_stateful_init()
145 err = deflateInit_(&state->ostream, Z_DEFAULT_COMPRESSION, in zlib_stateful_init()
161 deflateEnd(&state->ostream); in zlib_stateful_finish()
175 state->ostream.next_in = in; in zlib_stateful_compress_block()
176 state->ostream.avail_in = ilen; in zlib_stateful_compress_block()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/comp/
H A Dc_zlib.c120 z_stream ostream; member
140 state->ostream.zalloc = zlib_zalloc; in zlib_stateful_init()
141 state->ostream.zfree = zlib_zfree; in zlib_stateful_init()
142 state->ostream.opaque = Z_NULL; in zlib_stateful_init()
143 state->ostream.next_in = Z_NULL; in zlib_stateful_init()
144 state->ostream.next_out = Z_NULL; in zlib_stateful_init()
145 err = deflateInit_(&state->ostream, Z_DEFAULT_COMPRESSION, in zlib_stateful_init()
161 deflateEnd(&state->ostream); in zlib_stateful_finish()
175 state->ostream.next_in = in; in zlib_stateful_compress_block()
176 state->ostream.avail_in = ilen; in zlib_stateful_compress_block()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Ddatetime.hpp72 std::ostream& operator<<(std::ostream&, const delta&);
107 std::ostream& operator<<(std::ostream&, const timestamp&);
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dtest_program.hpp56 std::ostream& operator<<(std::ostream&, const test_cases_vector&);
88 std::ostream& operator<<(std::ostream&, const test_program&);
/netbsd-src/external/bsd/elftosb/dist/common/
H A Doptions.cpp62 class ostream { class
64 ostream(FILE * fileptr) : fp(fileptr) {} in ostream() function in ostream
66 ostream &
69 ostream &
72 ostream &
79 ostream &
80 ostream::operator<<(char ch) { in operator <<()
85 ostream &
86 ostream::operator<<(const char * str) { in operator <<()
91 ostream &
[all …]

12345678910>>...17