Searched refs:__os (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_iomanip.h80 operator<<(basic_ostream<_CharT,_Traits>& __os, _Resetiosflags __f) argument
82 __os.setf(ios_base::fmtflags(0), __f._M_mask);
83 return __os;
114 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setiosflags __f) argument
116 __os.setf(__f._M_mask);
117 return __os;
152 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setbase __f) argument
154 __os.setf(__f._M_base == 8 ? ios_base::oct :
158 return __os;
191 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setfil argument
225 operator <<(basic_ostream<_CharT,_Traits>& __os, _Setprecision __f) argument
259 operator <<(basic_ostream<_CharT,_Traits>& __os, _Setw __f) argument
[all...]
H A Dstd_ostream.h403 sentry(basic_ostream<_CharT, _Traits>& __os);
545 endl(basic_ostream<_CharT, _Traits>& __os) argument
546 { return flush(__os.put(__os.widen('\n'))); }
556 ends(basic_ostream<_CharT, _Traits>& __os) argument
557 { return __os.put(_CharT()); }
566 flush(basic_ostream<_CharT, _Traits>& __os) argument
567 { return __os.flush(); }
H A Dstd_complex.h518 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __x) argument
521 __s.flags(__os.flags());
522 __s.imbue(__os.getloc());
523 __s.precision(__os.precision());
525 return __os << __s.str();
H A Dstd_bitset.h1288 operator<<(std::basic_ostream<_CharT, _Traits>& __os, argument
1293 return __os << __tmp;
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h772 operator<<(std::basic_ostream<_Ch, _Tr>& __os, argument
775 __os << __p.get();
776 return __os;
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_string.h2409 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
2414 return __ostream_insert(__os, __str.data(), __str.size());
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dvstring.h2144 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
2150 return __ostream_insert(__os, __str.data(), __str.size());

Completed in 151 milliseconds