/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | ostream_insert.h | 49 typedef basic_ostream<_CharT, _Traits> __ostream_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 61 typedef basic_ostream<_CharT, _Traits> __ostream_type; in __ostream_fill() typedef 81 typedef basic_ostream<_CharT, _Traits> __ostream_type; in __ostream_insert() typedef
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | ostream.tcc | 62 operator<<(__ostream_type& (*__pf)(__ostream_type&)) in operator <<() argument 483 typedef basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 513 typedef basic_ostream<char, _Traits> __ostream_type; in operator <<() typedef 542 typedef basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 573 typedef basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 617 typedef basic_ostream<char, _Traits> __ostream_type; in operator <<() typedef 651 typedef basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | random.tcc | 146 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 276 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 398 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 542 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 609 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 715 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 757 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 796 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 843 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef 1006 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
H A 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
|
H A D | std_fstream.h | 564 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef 595 : __ostream_type(), _M_filebuf() in __ostream_type() function
|
H A D | std_ostream.h | 72 typedef basic_ostream<_CharT, _Traits> __ostream_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
|
H A D | std_istream.h | 792 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
H A 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
|
H A D | std_fstream.h | 607 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef 644 : __ostream_type(NULL), _M_filebuf() in __ostream_type() function
|
H A D | std_ostream.h | 71 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef
|
H A D | std_istream.h | 718 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef
|