| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | ostream | 17 class basic_ostream 29 explicit basic_ostream(basic_streambuf<char_type,traits>* sb); 30 basic_ostream(basic_ostream&& rhs); 31 virtual ~basic_ostream(); 34 basic_ostream& operator=(const basic_ostream& rhs) = delete; // C++14 35 basic_ostream& operator=(basic_ostream&& rhs); 36 void swap(basic_ostream& rhs); 42 basic_ostream& operator<<(basic_ostream& (*pf)(basic_ostream&)); 43 basic_ostream& operator<<(basic_ios<charT, traits>& (*pf)(basic_ios<charT,traits>&)); 44 basic_ostream& operator<<(ios_base& (*pf)(ios_base&)); [all …]
|
| H A D | iomanip | 78 basic_ostream<_CharT, _Traits>& 79 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t1& __x) 115 basic_ostream<_CharT, _Traits>& 116 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t2& __x) 155 basic_ostream<_CharT, _Traits>& 156 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t3& __x) 186 basic_ostream<_CharT, _Traits>& 187 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t4& __x) 224 basic_ostream<_CharT, _Traits>& 225 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t5& __x) [all …]
|
| H A D | random | 66 basic_ostream<charT, traits>& 67 operator<<(basic_ostream<charT, traits>& os, 136 basic_ostream<charT, traits>& 137 operator<<(basic_ostream<charT, traits>& os, 190 basic_ostream<charT, traits>& 191 operator<<(basic_ostream<charT, traits>& os, 245 basic_ostream<charT, traits>& 246 operator<<(basic_ostream<charT, traits>& os, 297 basic_ostream<charT, traits>& 298 operator<<(basic_ostream<charT, traits>& os, [all …]
|
| H A D | chrono | 212 basic_ostream<charT, traits>& 213 operator<<(basic_ostream<charT, traits>& os, 340 basic_ostream<charT, traits>& 341 operator<<(basic_ostream<charT, traits>& os, const day& d); 353 basic_ostream<charT, traits>& 354 operator<<(basic_ostream<charT, traits>& os, const month& m); 366 basic_ostream<charT, traits>& 367 operator<<(basic_ostream<charT, traits>& os, const year& y); 379 basic_ostream<charT, traits>& 380 operator<<(basic_ostream<charT, traits>& os, const weekday& wd); [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
| H A D | std_ostream.h | 58 class basic_ostream : virtual public basic_ios<_CharT, _Traits> 71 typedef basic_ostream<_CharT, _Traits> __ostream_type; 77 friend basic_ostream<_CharT2, _Traits2>& 78 operator<<(basic_ostream<_CharT2, _Traits2>&, _CharT2); 81 friend basic_ostream<char, _Traits2>& 82 operator<<(basic_ostream<char, _Traits2>&, char); 85 friend basic_ostream<_CharT2, _Traits2>& 86 operator<<(basic_ostream<_CharT2, _Traits2>&, const _CharT2*); 89 friend basic_ostream<char, _Traits2>& 90 operator<<(basic_ostream<char, _Traits2>&, const char*); [all …]
|
| H A D | std_iomanip.h | 80 inline basic_ostream<_CharT,_Traits>& 81 operator<<(basic_ostream<_CharT,_Traits>& __os, _Resetiosflags __f) 114 inline basic_ostream<_CharT,_Traits>& 115 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setiosflags __f) 152 inline basic_ostream<_CharT,_Traits>& 153 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setbase __f) 191 inline basic_ostream<_CharT,_Traits>& 192 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setfill<_CharT> __f) 225 inline basic_ostream<_CharT,_Traits>& 226 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setprecision __f) [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
| H A D | std_ostream.h | 59 class basic_ostream : virtual public basic_ios<_CharT, _Traits> in _GLIBCXX_BEGIN_NAMESPACE() 72 typedef basic_ostream<_CharT, _Traits> __ostream_type; in _GLIBCXX_BEGIN_NAMESPACE() 86 basic_ostream(__streambuf_type* __sb) in _GLIBCXX_BEGIN_NAMESPACE() 95 ~basic_ostream() { } in _GLIBCXX_BEGIN_NAMESPACE() 366 basic_ostream() { } in _GLIBCXX_BEGIN_NAMESPACE() 384 class basic_ostream<_CharT, _Traits>::sentry 388 basic_ostream<_CharT, _Traits>& _M_os; 403 sentry(basic_ostream<_CharT, _Traits>& __os); 452 inline basic_ostream<_CharT, _Traits>& 453 operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c) [all …]
|
| H A D | std_iomanip.h | 79 inline basic_ostream<_CharT,_Traits>& 80 operator<<(basic_ostream<_CharT,_Traits>& __os, _Resetiosflags __f) 113 inline basic_ostream<_CharT,_Traits>& 114 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setiosflags __f) 151 inline basic_ostream<_CharT,_Traits>& 152 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setbase __f) 190 inline basic_ostream<_CharT,_Traits>& 191 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setfill<_CharT> __f) 224 inline basic_ostream<_CharT,_Traits>& 225 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setprecision __f) [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| H A D | ostream.tcc | 42 basic_ostream<_CharT, _Traits>::sentry:: 43 sentry(basic_ostream<_CharT, _Traits>& __os) in sentry() 60 basic_ostream<_CharT, _Traits>& 61 basic_ostream<_CharT, _Traits>:: 71 basic_ostream<_CharT, _Traits>& 72 basic_ostream<_CharT, _Traits>:: 83 basic_ostream<_CharT, _Traits>& 84 basic_ostream<_CharT, _Traits>:: 95 basic_ostream<_CharT, _Traits>& 96 basic_ostream<_CharT, _Traits>:: [all …]
|
| H A D | basic_ios.h | 89 basic_ostream<_CharT, _Traits>* _M_tie; 281 basic_ostream<_CharT, _Traits>* 293 basic_ostream<_CharT, _Traits>* 294 tie(basic_ostream<_CharT, _Traits>* __tiestr) in tie() 296 basic_ostream<_CharT, _Traits>* __old = _M_tie; in tie()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/src/ |
| H A D | complex_io.cc | 39 basic_ostream<char, char_traits<char> >& 40 operator<<(basic_ostream<char, char_traits<char> >&, 48 basic_ostream<char, char_traits<char> >& 49 operator<<(basic_ostream<char, char_traits<char> >&, 58 basic_ostream<char, char_traits<char> >& 59 operator<<(basic_ostream<char, char_traits<char> >&, 69 basic_ostream<wchar_t, char_traits<wchar_t> >& 70 operator<<(basic_ostream<wchar_t, char_traits<wchar_t> >&, 79 basic_ostream<wchar_t, char_traits<wchar_t> >& 80 operator<<(basic_ostream<wchar_t, char_traits<wchar_t> >&, [all …]
|
| H A D | misc-inst.cc | 49 basic_ostream<char>& 50 operator<<(basic_ostream<char>&, const string&); 62 basic_ostream<wchar_t>& 63 operator<<(basic_ostream<wchar_t>&, const wstring&);
|
| /openbsd-src/gnu/gcc/libstdc++-v3/src/ |
| H A D | complex_io.cc | 39 basic_ostream<char, char_traits<char> >& 40 operator<<(basic_ostream<char, char_traits<char> >&, 48 basic_ostream<char, char_traits<char> >& 49 operator<<(basic_ostream<char, char_traits<char> >&, 58 basic_ostream<char, char_traits<char> >& 59 operator<<(basic_ostream<char, char_traits<char> >&, 69 basic_ostream<wchar_t, char_traits<wchar_t> >& 70 operator<<(basic_ostream<wchar_t, char_traits<wchar_t> >&, 79 basic_ostream<wchar_t, char_traits<wchar_t> >& 80 operator<<(basic_ostream<wchar_t, char_traits<wchar_t> >&, [all …]
|
| H A D | misc-inst.cc | 47 basic_ostream<char>& 48 operator<<(basic_ostream<char>&, const string&); 60 basic_ostream<wchar_t>& 61 operator<<(basic_ostream<wchar_t>&, const wstring&);
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | ostream.tcc | 51 basic_ostream<_CharT, _Traits>::sentry:: in _GLIBCXX_BEGIN_NAMESPACE() 52 sentry(basic_ostream<_CharT, _Traits>& __os) in _GLIBCXX_BEGIN_NAMESPACE() 67 basic_ostream<_CharT, _Traits>& 68 basic_ostream<_CharT, _Traits>:: 90 basic_ostream<_CharT, _Traits>& 91 basic_ostream<_CharT, _Traits>:: 104 basic_ostream<_CharT, _Traits>& 105 basic_ostream<_CharT, _Traits>:: 118 basic_ostream<_CharT, _Traits>& 119 basic_ostream<_CharT, _Traits>:: [all …]
|
| H A D | ostream_insert.h | 46 __ostream_write(basic_ostream<_CharT, _Traits>& __out, in _GLIBCXX_BEGIN_NAMESPACE() 49 typedef basic_ostream<_CharT, _Traits> __ostream_type; in _GLIBCXX_BEGIN_NAMESPACE() 59 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) in __ostream_fill() 61 typedef basic_ostream<_CharT, _Traits> __ostream_type; in __ostream_fill() 77 basic_ostream<_CharT, _Traits>& 78 __ostream_insert(basic_ostream<_CharT, _Traits>& __out, in __ostream_insert() 81 typedef basic_ostream<_CharT, _Traits> __ostream_type; in __ostream_insert()
|
| H A D | basic_ios.h | 87 basic_ostream<_CharT, _Traits>* _M_tie; in _GLIBCXX_BEGIN_NAMESPACE() 280 basic_ostream<_CharT, _Traits>* in _GLIBCXX_BEGIN_NAMESPACE() 292 basic_ostream<_CharT, _Traits>* in _GLIBCXX_BEGIN_NAMESPACE() 293 tie(basic_ostream<_CharT, _Traits>* __tiestr) in _GLIBCXX_BEGIN_NAMESPACE() 295 basic_ostream<_CharT, _Traits>* __old = _M_tie; in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd-src/gnu/llvm/libcxx/include/__chrono/ |
| H A D | ostream.h | 95 _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT basic_ostream<_CharT, _Traits>& 96 operator<<(basic_ostream<_CharT, _Traits>& __os, const duration<_Rep, _Period>& __d) { 106 _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT basic_ostream<_CharT, _Traits>& 107 operator<<(basic_ostream<_CharT, _Traits>& __os, const day& __d) { 120 _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT basic_ostream<_CharT, _Traits>& 121 operator<<(basic_ostream<_CharT, _Traits>& __os, const month& __m) { 129 _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT basic_ostream<_CharT, _Traits>& 130 operator<<(basic_ostream<_CharT, _Traits>& __os, const year& __y) { 136 _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT basic_ostream<_CharT, _Traits>& 137 operator<<(basic_ostream<_CharT, _Traits>& __os, const weekday& __wd) { [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/__random/ |
| H A D | lognormal_distribution.h | 61 basic_ostream<_CharT, _Traits>& 62 operator<<(basic_ostream<_CharT, _Traits>& __os, 132 basic_ostream<_CharT, _Traits>& 133 operator<<(basic_ostream<_CharT, _Traits>& __os, 145 basic_ostream<_CharT, _Traits>& 146 operator<<(basic_ostream<_CharT, _Traits>& __os, 264 basic_ostream<_CharT, _Traits>& 265 operator<<(basic_ostream<_CharT, _Traits>& __os, 277 basic_ostream<_CharT, _Traits>& 278 operator<<(basic_ostream<_CharT, _Traits>& __os,
|
| H A D | discrete_distribution.h | 75 basic_ostream<_CharT, _Traits>& 76 operator<<(basic_ostream<_CharT, _Traits>& __os, 145 basic_ostream<_CharT, _Traits>& 146 operator<<(basic_ostream<_CharT, _Traits>& __os, 224 _LIBCPP_HIDE_FROM_ABI basic_ostream<_CharT, _Traits>& 225 operator<<(basic_ostream<_CharT, _Traits>& __os, 229 typedef basic_ostream<_CharT, _Traits> _OStream;
|
| H A D | normal_distribution.h | 119 basic_ostream<_CharT, _Traits>& 120 operator<<(basic_ostream<_CharT, _Traits>& __os, 163 _LIBCPP_HIDE_FROM_ABI basic_ostream<_CharT, _Traits>& 164 operator<<(basic_ostream<_CharT, _Traits>& __os, 168 typedef basic_ostream<_CharT, _Traits> _OStream;
|
| H A D | discard_block_engine.h | 118 basic_ostream<_CharT, _Traits>& 119 operator<<(basic_ostream<_CharT, _Traits>& __os, 169 _LIBCPP_HIDE_FROM_ABI basic_ostream<_CharT, _Traits>& 170 operator<<(basic_ostream<_CharT, _Traits>& __os, 174 typedef basic_ostream<_CharT, _Traits> _Ostream;
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
| H A D | random.tcc | 142 std::basic_ostream<_CharT, _Traits>& 143 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<() 146 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() 271 std::basic_ostream<_CharT, _Traits>& 272 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<() 276 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() 394 std::basic_ostream<_CharT, _Traits>& 395 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<() 398 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() 422 typedef std::basic_ostream<_CharT, _Traits> __istream_type; in operator >>() [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| H A D | ostream.cc | 55 template class basic_ostream<type_t, char_traits<type_t> >; variable 56 template class basic_ostream<pod_char, char_traits<pod_char> >; variable
|
| /openbsd-src/gnu/llvm/libcxx/src/ |
| H A D | ios.instantiations.cpp | 23 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<char>; variable 30 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<wchar_t>; variable
|