Searched refs:ostream (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-11-stable/contrib/libstdc++/src/
H A Dostream-inst.cc35 #include <ostream>
40 // ostream
42 template ostream& endl(ostream&);
43 template ostream& ends(ostream&);
44 template ostream& flush(ostream&);
45 template ostream& operator<<(ostream
[all...]
H A Dglobals_io.cc32 #include <ostream>
58 typedef char fake_ostream[sizeof(ostream)]
59 __attribute__ ((aligned(__alignof__(ostream))));
H A Dios_init.cc36 #include <ostream>
71 extern ostream cout;
72 extern ostream cerr;
73 extern ostream clog;
95 new (&cout) ostream(&buf_cout_sync);
97 new (&cerr) ostream(&buf_cerr_sync);
98 new (&clog) ostream(&buf_cerr_sync);
H A Dmisc-inst.cc37 #include <ostream>
H A Dconcept-inst.cc43 #include <ostream>
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_iostream.h45 #include <ostream>
64 extern ostream cout; ///< Linked to standard output
65 extern ostream cerr; ///< Linked to standard error (unbuffered)
66 extern ostream clog; ///< Linked to standard error (buffered)
H A Dstd_iterator.h70 #include <ostream>
H A Dstd_iomanip.h269 extern template ostream& operator<<(ostream&, _Setfill<char>);
270 extern template ostream& operator<<(ostream&, _Setiosflags);
271 extern template ostream& operator<<(ostream&, _Resetiosflags);
272 extern template ostream& operator<<(ostream&, _Setbase);
273 extern template ostream& operator<<(ostream
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_os_ostream.h1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
21 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 std::ostream &OS;
35 raw_os_ostream(std::ostream &O) : OS(O) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Draw_os_ostream.cpp9 // This implements support adapting raw_ostream to std::ostream.
14 #include <ostream>
/freebsd-11-stable/contrib/llvm-project/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));
118 ostream* cerr_ptr = ::new(cerr) ostream(
[all...]
/freebsd-11-stable/lib/libdevdctl/
H A Dguid.cc72 std::ostream&
73 operator<< (std::ostream& out, Guid g)
H A Dguid.h141 std::ostream& operator<< (std::ostream& out, Guid g);
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication.hpp29 #include <ostream>
74 void usage(std::ostream&);
H A Dfs.hpp35 #include <ostream>
/freebsd-11-stable/contrib/flex/
H A DFlexLexer.h78 int yylex( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 )
87 FLEX_STD ostream* new_out = 0 ) = 0;
116 yyFlexLexer( FLEX_STD istream* arg_yyin = 0, FLEX_STD ostream* arg_yyout = 0 );
129 virtual void switch_streams( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 );
157 FLEX_STD ostream* yyout; // output sink for default LexerOutput
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Diostream.h35 using std::ostream;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h36 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
51 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
81 void DescribeTo(std::ostream *OS) const override {
85 void DescribeNegationTo(std::ostream *OS) const override {
H A DError.h17 #include <ostream>
53 void DescribeTo(std::ostream *OS) const override {
59 void DescribeNegationTo(std::ostream *OS) const override {
112 void DescribeTo(std::ostream *OS) const override {
120 void DescribeNegationTo(std::ostream *OS) const override {
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dstdc++.h75 #include <ostream>
/freebsd-11-stable/crypto/openssl/crypto/comp/
H A Dc_zlib.c136 z_stream ostream; member in struct:zlib_state
161 state->ostream.zalloc = zlib_zalloc;
162 state->ostream.zfree = zlib_zfree;
163 state->ostream.opaque = Z_NULL;
164 state->ostream.next_in = Z_NULL;
165 state->ostream.next_out = Z_NULL;
166 state->ostream.avail_in = 0;
167 state->ostream.avail_out = 0;
168 err = deflateInit_(&state->ostream, Z_DEFAULT_COMPRESSION,
188 deflateEnd(&state->ostream);
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.hpp43 std::ostream& m_os;
48 atf_tp_writer(std::ostream&);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dostream_insert.h1 // Helpers for ostream inserters -*- C++ -*-
116 extern template ostream& __ostream_insert(ostream&, const char*, streamsize);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.h45 #include <ostream>
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h61 #include <ostream>
171 friend std::ostream&
172 operator<<(std::ostream&, const throw_allocator_base&);
265 std::ostream&
266 operator<<(std::ostream& os, const throw_allocator_base& alloc)

Completed in 140 milliseconds

12