| /openbsd/src/gnu/gcc/libstdc++-v3/include/std/ |
| D | std_ostream.h | 72 typedef basic_ostream<_CharT, _Traits> __ostream_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 111 __ostream_type& in _GLIBCXX_BEGIN_NAMESPACE() 112 operator<<(__ostream_type& (*__pf)(__ostream_type&)) in _GLIBCXX_BEGIN_NAMESPACE() 120 __ostream_type& in _GLIBCXX_BEGIN_NAMESPACE() 130 __ostream_type& in _GLIBCXX_BEGIN_NAMESPACE() 168 __ostream_type& in _GLIBCXX_BEGIN_NAMESPACE() 172 __ostream_type& in _GLIBCXX_BEGIN_NAMESPACE() 176 __ostream_type& in _GLIBCXX_BEGIN_NAMESPACE() 180 __ostream_type& in _GLIBCXX_BEGIN_NAMESPACE() 183 __ostream_type& in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| D | std_fstream.h | 564 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef 578 basic_ofstream(): __ostream_type(), _M_filebuf() in basic_ofstream() 595 : __ostream_type(), _M_filebuf() in __ostream_type() function
|
| D | std_istream.h | 792 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef 802 : __istream_type(), __ostream_type() in basic_iostream() 813 basic_iostream() : __istream_type(), __ostream_type() in basic_iostream()
|
| D | std_sstream.h | 390 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef 413 : __ostream_type(), _M_stringbuf(__mode | ios_base::out) in __ostream_type() function 434 : __ostream_type(), _M_stringbuf(__str, __mode | ios_base::out) in __ostream_type() function
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/ |
| D | std_ostream.h | 71 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef 130 __ostream_type& 131 operator<<(__ostream_type& (*__pf)(__ostream_type&)); 133 __ostream_type& 136 __ostream_type& 167 __ostream_type& 170 __ostream_type& 173 __ostream_type& 176 __ostream_type& 187 __ostream_type& [all …]
|
| D | std_sstream.h | 424 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef 452 : __ostream_type(NULL), _M_stringbuf(__mode | ios_base::out) in __ostream_type() function 473 : __ostream_type(NULL), _M_stringbuf(__str, __mode | ios_base::out) in __ostream_type() function
|
| D | std_fstream.h | 607 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef 627 : __ostream_type(NULL), _M_filebuf() in basic_ofstream() 644 : __ostream_type(NULL), _M_filebuf() in __ostream_type() function
|
| D | std_istream.h | 718 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef 728 : __istream_type(__sb), __ostream_type(__sb) in basic_iostream()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | ostream_insert.h | 49 typedef basic_ostream<_CharT, _Traits> __ostream_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 50 typedef typename __ostream_type::ios_base __ios_base; in _GLIBCXX_BEGIN_NAMESPACE() 61 typedef basic_ostream<_CharT, _Traits> __ostream_type; in __ostream_fill() typedef 62 typedef typename __ostream_type::ios_base __ios_base; in __ostream_fill() 81 typedef basic_ostream<_CharT, _Traits> __ostream_type; in __ostream_insert() typedef 82 typedef typename __ostream_type::ios_base __ios_base; in __ostream_insert() 84 typename __ostream_type::sentry __cerb(__out); in __ostream_insert()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | ostream.tcc | 62 operator<<(__ostream_type& (*__pf)(__ostream_type&)) in operator <<() argument 483 typedef basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 484 typename __ostream_type::sentry __cerb(__out); in operator <<() 513 typedef basic_ostream<char, _Traits> __ostream_type; in operator <<() typedef 514 typename __ostream_type::sentry __cerb(__out); in operator <<() 542 typedef basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 543 typename __ostream_type::sentry __cerb(__out); in operator <<() 573 typedef basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 579 typename __ostream_type::sentry __cerb(__out); in operator <<() 617 typedef basic_ostream<char, _Traits> __ostream_type; in operator <<() typedef [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | random.tcc | 146 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 147 typedef typename __ostream_type::ios_base __ios_base; in operator <<() 276 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 277 typedef typename __ostream_type::ios_base __ios_base; in operator <<() 398 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 399 typedef typename __ostream_type::ios_base __ios_base; in operator <<() 542 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 543 typedef typename __ostream_type::ios_base __ios_base; in operator <<() 609 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 610 typedef typename __ostream_type::ios_base __ios_base; in operator <<() [all …]
|